mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 11:18:10 +02:00
FpDebug: added IFDEF $INLINE OFF
This commit is contained in:
parent
ae8bbb1cd6
commit
63a6ce4f32
@ -1,7 +1,7 @@
|
||||
unit FpDbgCallContextInfo;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -34,6 +34,7 @@
|
||||
unit FpDbgClasses;
|
||||
{$mode objfpc}{$H+}
|
||||
{$TYPEDADDRESS on}
|
||||
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
unit FpDbgCommon;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -2,6 +2,7 @@ unit FPDbgController;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$TYPEDADDRESS on}
|
||||
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -2,6 +2,7 @@ unit FpDbgDarwinClasses;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$linkframework Security}
|
||||
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -33,6 +33,7 @@
|
||||
}
|
||||
unit FpDbgDisasAvr;
|
||||
{$mode objfpc}{$H+}
|
||||
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -33,6 +33,7 @@
|
||||
}
|
||||
unit FpDbgDisasX86;
|
||||
{$mode objfpc}{$H+}
|
||||
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
|
||||
interface
|
||||
|
||||
{.$define debug_OperandSize}
|
||||
|
@ -36,7 +36,7 @@ unit FpDbgDwarf;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$TYPEDADDRESS on}
|
||||
{off $INLINE OFF}
|
||||
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
|
||||
|
||||
(* Notes:
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
unit FpDbgDwarfConst;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -36,7 +36,7 @@ unit FpDbgDwarfDataClasses;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$ModeSwitch advancedrecords}
|
||||
//{$INLINE OFF}
|
||||
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
|
||||
{off $DEFINE USE_ABBREV_TMAP}
|
||||
|
||||
interface
|
||||
|
@ -2,6 +2,7 @@ unit FpDbgDwarfFreePascal;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$TYPEDADDRESS on}
|
||||
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
unit FpDbgDwarfVerbosePrinter;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -34,6 +34,7 @@ unit FpDbgHardcodedFreepascalInfo;
|
||||
debug-information when the proper debug-information is not available. }
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
|
||||
|
||||
{$IF FPC_FULLVERSION>30100}
|
||||
{$DEFINE HasGenObjDict}
|
||||
|
@ -36,6 +36,7 @@ unit FpDbgInfo;
|
||||
*)
|
||||
{$mode objfpc}{$H+}
|
||||
{$TYPEDADDRESS on}
|
||||
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
unit FpDbgLinuxClasses;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
|
||||
{$packrecords c}
|
||||
{$modeswitch advancedrecords}
|
||||
{off $define DebuglnLinuxDebugEvents}
|
||||
|
@ -36,6 +36,7 @@
|
||||
unit FpDbgLoader;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
}
|
||||
unit FpDbgPETypes;
|
||||
{$mode objfpc}{$H+}{$inline on}
|
||||
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
|
||||
interface
|
||||
{$ifdef windows}
|
||||
uses
|
||||
|
@ -34,6 +34,7 @@
|
||||
unit FpDbgSymbols;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
unit fpDbgSymTable;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
unit fpDbgSymTableContext;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -34,6 +34,7 @@
|
||||
unit FpDbgUtil;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -102,6 +102,7 @@
|
||||
unit FpDbgWinClasses;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
|
||||
{off $DEFINE DebuglnWinDebugEvents}
|
||||
|
||||
interface
|
||||
|
@ -1,6 +1,7 @@
|
||||
unit FpdMemoryTools;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
|
||||
{$HINT 5024 OFF}
|
||||
|
||||
(* Tools to read data from Target or Own memory.
|
||||
|
@ -1,6 +1,7 @@
|
||||
unit FpErrorMessages;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
unit FpImgReaderBase;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
|
||||
{$modeswitch advancedrecords}
|
||||
|
||||
interface
|
||||
|
@ -27,6 +27,7 @@
|
||||
unit FpImgReaderElf;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
unit FpImgReaderMacho;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -35,6 +35,7 @@
|
||||
unit FpImgReaderWinPE;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
|
||||
|
||||
interface
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
unit FpPascalBuilder;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
|
||||
{$TYPEDADDRESS on}
|
||||
|
||||
interface
|
||||
|
@ -25,6 +25,7 @@
|
||||
unit FpPascalParser;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
|
||||
{$TYPEDADDRESS on}
|
||||
|
||||
interface
|
||||
|
@ -1,6 +1,7 @@
|
||||
unit FpWatchResultData;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
|
||||
|
||||
interface
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user