dlangide ~master (2018-03-20T13:36:12Z)
Home
Dub
Repo
TextCommandTarget
ddebug
gdb
gdbinterface
interface
TextCommandTarget {
int
sendCommand
(
string
text
,
int
commandId
=
0
)
;
int
reserveCommandId
()
;
}
Members
Functions
reserveCommandId
int
reserveCommandId
()
reserve next command id
sendCommand
int
sendCommand
(
string
text
,
int
commandId
=
0
)
send command as a text string
Meta
Source
See Implementation
ddebug
gdb
gdbinterface
classes
ConsoleDebuggerInterface
GDBInterface
GDBRequest
functions
appendThreadParam
interfaces
TextCommandTarget