FpDebug: added IFDEF $INLINE OFF

This commit is contained in:
Martin 2022-06-18 12:45:37 +02:00
parent ae8bbb1cd6
commit 63a6ce4f32
31 changed files with 31 additions and 3 deletions

View File

@ -1,7 +1,7 @@
unit FpDbgCallContextInfo;
{$mode objfpc}{$H+}
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
interface
uses

View File

@ -34,6 +34,7 @@
unit FpDbgClasses;
{$mode objfpc}{$H+}
{$TYPEDADDRESS on}
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
interface

View File

@ -1,6 +1,7 @@
unit FpDbgCommon;
{$mode objfpc}{$H+}
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
interface

View File

@ -2,6 +2,7 @@ unit FPDbgController;
{$mode objfpc}{$H+}
{$TYPEDADDRESS on}
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
interface

View File

@ -2,6 +2,7 @@ unit FpDbgDarwinClasses;
{$mode objfpc}{$H+}
{$linkframework Security}
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
interface

View File

@ -33,6 +33,7 @@
}
unit FpDbgDisasAvr;
{$mode objfpc}{$H+}
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
interface
uses

View File

@ -33,6 +33,7 @@
}
unit FpDbgDisasX86;
{$mode objfpc}{$H+}
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
interface
{.$define debug_OperandSize}

View File

@ -36,7 +36,7 @@ unit FpDbgDwarf;
{$mode objfpc}{$H+}
{$TYPEDADDRESS on}
{off $INLINE OFF}
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
(* Notes:

View File

@ -22,6 +22,7 @@
unit FpDbgDwarfConst;
{$mode objfpc}{$H+}
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
interface

View File

@ -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

View File

@ -2,6 +2,7 @@ unit FpDbgDwarfFreePascal;
{$mode objfpc}{$H+}
{$TYPEDADDRESS on}
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
interface

View File

@ -1,6 +1,7 @@
unit FpDbgDwarfVerbosePrinter;
{$mode objfpc}{$H+}
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
interface

View File

@ -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}

View File

@ -36,6 +36,7 @@ unit FpDbgInfo;
*)
{$mode objfpc}{$H+}
{$TYPEDADDRESS on}
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
interface

View File

@ -1,6 +1,7 @@
unit FpDbgLinuxClasses;
{$mode objfpc}{$H+}
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
{$packrecords c}
{$modeswitch advancedrecords}
{off $define DebuglnLinuxDebugEvents}

View File

@ -36,6 +36,7 @@
unit FpDbgLoader;
{$mode objfpc}{$H+}
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
interface

View File

@ -22,6 +22,7 @@
}
unit FpDbgPETypes;
{$mode objfpc}{$H+}{$inline on}
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
interface
{$ifdef windows}
uses

View File

@ -34,6 +34,7 @@
unit FpDbgSymbols;
{$mode objfpc}{$H+}
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
interface

View File

@ -1,6 +1,7 @@
unit fpDbgSymTable;
{$mode objfpc}{$H+}
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
interface

View File

@ -1,6 +1,7 @@
unit fpDbgSymTableContext;
{$mode objfpc}{$H+}
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
interface

View File

@ -34,6 +34,7 @@
unit FpDbgUtil;
{$mode objfpc}{$H+}
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
interface

View File

@ -102,6 +102,7 @@
unit FpDbgWinClasses;
{$mode objfpc}{$H+}
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
{off $DEFINE DebuglnWinDebugEvents}
interface

View File

@ -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.

View File

@ -1,6 +1,7 @@
unit FpErrorMessages;
{$mode objfpc}{$H+}
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
interface

View File

@ -1,6 +1,7 @@
unit FpImgReaderBase;
{$mode objfpc}{$H+}
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
{$modeswitch advancedrecords}
interface

View File

@ -27,6 +27,7 @@
unit FpImgReaderElf;
{$mode objfpc}{$H+}
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
interface

View File

@ -1,6 +1,7 @@
unit FpImgReaderMacho;
{$mode objfpc}{$H+}
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
interface

View File

@ -35,6 +35,7 @@
unit FpImgReaderWinPE;
{$mode objfpc}{$H+}
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
interface

View File

@ -1,6 +1,7 @@
unit FpPascalBuilder;
{$mode objfpc}{$H+}
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
{$TYPEDADDRESS on}
interface

View File

@ -25,6 +25,7 @@
unit FpPascalParser;
{$mode objfpc}{$H+}
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
{$TYPEDADDRESS on}
interface

View File

@ -1,6 +1,7 @@
unit FpWatchResultData;
{$mode objfpc}{$H+}
{$IFDEF INLINE_OFF}{$INLINE OFF}{$ENDIF}
interface