mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-23 15:01:32 +02:00
lazdebuggergdbmi: fixed compilation under darwin
git-svn-id: trunk@49651 -
This commit is contained in:
parent
6e77eb32e9
commit
d7a9c2946c
@ -53,11 +53,14 @@ uses
|
||||
{$IFDEF UNIX}
|
||||
Unix,BaseUnix,termio,
|
||||
{$ENDIF}
|
||||
Classes, SysUtils, strutils, math, Controls, Maps, Variants, FileUtil, Dialogs,
|
||||
Classes, SysUtils, strutils, math, Variants,
|
||||
Controls, Maps, FileUtil, Dialogs, Forms,
|
||||
BaseIDEIntf, LCLProc, LazUTF8, LazClasses, LazLoggerBase,
|
||||
{$IFDEF Darwin}
|
||||
LazFileUtils,
|
||||
{$ENDIF}
|
||||
DebugUtils, GDBTypeInfo, GDBMIDebugInstructions, GDBMIMiscClasses,
|
||||
DbgIntfBaseTypes, DbgIntfDebuggerBase, GdbmiStringConstants,
|
||||
Forms;
|
||||
DbgIntfBaseTypes, DbgIntfDebuggerBase, GdbmiStringConstants;
|
||||
|
||||
type
|
||||
TGDBMIProgramInfo = record
|
||||
|
Loading…
Reference in New Issue
Block a user