dlangide v0.7.77 (2017-09-12T14:20:07Z)
Home
Dub
Repo
TextCommandTarget
ddebug
gdb
gdbinterface
Undocumented in source.
interface
TextCommandTarget {
int
sendCommand
(string text, int commandId);
int
reserveCommandId
();
}
Members
Functions
reserveCommandId
int
reserveCommandId
()
reserve next command id
sendCommand
int
sendCommand
(string text, int commandId)
send command as a text string
Meta
Source
See Implementation
ddebug
gdb
gdbinterface
classes
ConsoleDebuggerInterface
GDBInterface
GDBRequest
functions
appendThreadParam
interfaces
TextCommandTarget
structs
GDBRequestList