mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 14:39:20 +02:00
FPDebug: conditional usage of windows unit / updates following fpdebug (again)
git-svn-id: trunk@44098 -
This commit is contained in:
parent
e38b958e04
commit
e6d188e7c5
@ -9,7 +9,10 @@ unit FpGdbmiDebugger;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, windows, sysutils, math, FpdMemoryTools, FpDbgInfo, FpDbgClasses, GDBMIDebugger,
|
{$IFdef WithWinMemReader}
|
||||||
|
windows,
|
||||||
|
{$ENDIF}
|
||||||
|
Classes, sysutils, math, FpdMemoryTools, FpDbgInfo, FpDbgClasses, GDBMIDebugger,
|
||||||
BaseDebugManager, DbgIntfBaseTypes, DbgIntfDebuggerBase, Debugger, GDBMIMiscClasses,
|
BaseDebugManager, DbgIntfBaseTypes, DbgIntfDebuggerBase, Debugger, GDBMIMiscClasses,
|
||||||
GDBTypeInfo, maps, LCLProc, Forms, FpDbgLoader, FpDbgDwarf, FpDbgDwarfConst, LazLoggerBase,
|
GDBTypeInfo, maps, LCLProc, Forms, FpDbgLoader, FpDbgDwarf, FpDbgDwarfConst, LazLoggerBase,
|
||||||
LazLoggerProfiling, LazClasses, FpPascalParser, FpPascalBuilder;
|
LazLoggerProfiling, LazClasses, FpPascalParser, FpPascalBuilder;
|
||||||
|
Loading…
Reference in New Issue
Block a user