Unit 'LldbDebugger' Package
[Overview][Classes][Procedures and functions][Index] [#bs_debuggerlldb]

TLldbDebuggerCommandQueue

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

Declaration

Source position: lldbdebugger.pas line 46

type TLldbDebuggerCommandQueue = class(TRefCntObjList)

protected

  procedure CommandFinished();

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure CancelAll;

  

  procedure CancelForRun;

  

  procedure LockQueueRun;

  

  procedure UnLockQueueRun;

  

  property Items []: TLldbDebuggerCommand; default; [rw]

  

  procedure QueueCommand();

  

  procedure DoLineDataReceived();

  

  property RunningCommand: TLldbDebuggerCommand; [r]

  

end;

Inheritance

TLldbDebuggerCommandQueue

  

|

TObject



CT Web help

CodeTyphon Studio