Unit 'GDBMIDebugger' Package
[Overview][Types][Classes][Procedures and functions][Index] [#bs_debuggergdbmi]

TGDBMIDebuggerInstruction

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: gdbmidebugger.pp line 341

type TGDBMIDebuggerInstruction = class(TGDBInstruction)

protected

  function ProcessInputFromGdb(); override;

  

  function GetTimeOutVerifier; override;

  

  procedure Init; override;

  

public

  procedure HandleNoGdbRunning; override;

  

  procedure HandleReadError; override;

  

  procedure HandleTimeOut; override;

  

  property ResultData: TGDBMIExecResult; [r]

  

  property HasResult: Boolean; [r]

  

  property FullCmdReply: string; [r]

  

  property LogWarnings: string; [r]

  

  property Cmd: TGDBMIDebuggerCommand; [rw]

  

end;

Inheritance

TGDBMIDebuggerInstruction

  

|

TGDBInstruction

  

|

TObject



CT Web help

CodeTyphon Studio