mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-03 00:59:23 +02:00
lazdebuggers: less hints
git-svn-id: trunk@59214 -
This commit is contained in:
parent
1c63f4c944
commit
1fb0143559
@ -169,7 +169,7 @@ type
|
|||||||
function GetLocation: TDBGLocationRec; override;
|
function GetLocation: TDBGLocationRec; override;
|
||||||
class function Caption: String; override;
|
class function Caption: String; override;
|
||||||
class function NeedsExePath: boolean; override;
|
class function NeedsExePath: boolean; override;
|
||||||
class function RequiredCompilerOpts(ATargetCPU, ATargetOS: String): TDebugCompilerRequirements; override;
|
class function RequiredCompilerOpts({%H-}ATargetCPU, {%H-}ATargetOS: String): TDebugCompilerRequirements; override;
|
||||||
class function CreateProperties: TDebuggerProperties; override;
|
class function CreateProperties: TDebuggerProperties; override;
|
||||||
function GetSupportedCommands: TDBGCommands; override;
|
function GetSupportedCommands: TDBGCommands; override;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user