[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |