dlangide v0.7.36 (2017-08-07T12:47:51Z)
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