mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 03:59:14 +02:00
lazdebuggergdbmi: less hints
git-svn-id: trunk@46701 -
This commit is contained in:
parent
9d1210247e
commit
e3753f2908
@ -66,7 +66,7 @@ type
|
|||||||
function CreateDebugProcess(const AOptions: String): Boolean; virtual;
|
function CreateDebugProcess(const AOptions: String): Boolean; virtual;
|
||||||
procedure Flush; // Flushes output buffer
|
procedure Flush; // Flushes output buffer
|
||||||
function GetWaiting: Boolean; override;
|
function GetWaiting: Boolean; override;
|
||||||
function LineEndPos(const s: string; out LineEndLen: integer): integer; virtual;
|
function LineEndPos(const {%H-}s: string; out LineEndLen: integer): integer; virtual;
|
||||||
function ReadLine(ATimeOut: Integer = -1): String; overload;
|
function ReadLine(ATimeOut: Integer = -1): String; overload;
|
||||||
function ReadLine(const APeek: Boolean; ATimeOut: Integer = -1): String; virtual; overload;
|
function ReadLine(const APeek: Boolean; ATimeOut: Integer = -1): String; virtual; overload;
|
||||||
procedure SendCmdLn(const ACommand: String); virtual; overload;
|
procedure SendCmdLn(const ACommand: String); virtual; overload;
|
||||||
|
Loading…
Reference in New Issue
Block a user