- execAbort
void execAbort()
Undocumented in source. Be warned that the author may not have intended to support it.
- execContinue
void execContinue()
Undocumented in source. Be warned that the author may not have intended to support it.
- execPause
void execPause()
Undocumented in source. Be warned that the author may not have intended to support it.
- execRestart
void execRestart()
Undocumented in source. Be warned that the author may not have intended to support it.
- execStart
void execStart()
Undocumented in source. Be warned that the author may not have intended to support it.
- execStepIn
void execStepIn(ulong threadId)
Undocumented in source. Be warned that the author may not have intended to support it.
- execStepOut
void execStepOut(ulong threadId)
Undocumented in source. Be warned that the author may not have intended to support it.
- execStepOver
void execStepOver(ulong threadId)
Undocumented in source. Be warned that the author may not have intended to support it.
- execStop
void execStop()
Undocumented in source. Be warned that the author may not have intended to support it.
- handleExecAsyncMessage
void handleExecAsyncMessage(uint token, string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleNotifyAsyncMessage
void handleNotifyAsyncMessage(uint token, string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleResultMessage
void handleResultMessage(uint token, string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleStatusAsyncMessage
void handleStatusAsyncMessage(uint token, string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleStreamLineCLI
void handleStreamLineCLI(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleStreamLineGDBDebug
void handleStreamLineGDBDebug(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleStreamLineProgram
void handleStreamLineProgram(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- initRequestsCompleted
void initRequestsCompleted(bool successful)
Undocumented in source. Be warned that the author may not have intended to support it.
- isTerminalActive
bool isTerminalActive()
Undocumented in source. Be warned that the author may not have intended to support it.
- killTerminal
void killTerminal()
Undocumented in source. Be warned that the author may not have intended to support it.
- onDebuggerIdle
void onDebuggerIdle()
Undocumented in source. Be warned that the author may not have intended to support it.
- onDebuggerStdoutLine
void onDebuggerStdoutLine(string gdbLine)
Undocumented in source. Be warned that the author may not have intended to support it.
- onDebuggerThreadFinished
void onDebuggerThreadFinished()
Undocumented in source. Be warned that the author may not have intended to support it.
- requestDebugContextInfo
void requestDebugContextInfo(ulong threadId, int frame)
request stack trace and local vars for thread and frame
- reserveCommandId
int reserveCommandId()
Undocumented in source. Be warned that the author may not have intended to support it.
- sendCommand
int sendCommand(string text, int id)
Undocumented in source. Be warned that the author may not have intended to support it.
- setBreakpoints
void setBreakpoints(Breakpoint[] breakpoints)
update list of breakpoints
- startDebugging
void startDebugging()
Undocumented in source. Be warned that the author may not have intended to support it.
- startTerminal
string startTerminal()
Undocumented in source. Be warned that the author may not have intended to support it.
- stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.
- submitInitRequests
void submitInitRequests()
Undocumented in source. Be warned that the author may not have intended to support it.
- submitRequest
void submitRequest(GDBRequest[] requests)
submit single request or request chain
- submitRequest
int submitRequest(string text, bool forceNoWaitDebuggerReady)
submit simple text command request
- updateState
void updateState()
Undocumented in source. Be warned that the author may not have intended to support it.