MCPcopy Create free account
hub / github.com/Vector35/debugger / IsConnected

Method IsConnected

core/debuggerstate.h:219–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217 uint64_t StackPointer();
218
219 bool IsConnected() const { return m_connectionStatus == DebugAdapterConnectedStatus; }
220 bool IsConnecting() const { return m_connectionStatus == DebugAdapterConnectingStatus; }
221 bool IsRunning() const { return m_targetStatus == DebugAdapterRunningStatus; }
222 DebugAdapterConnectionStatus GetConnectionStatus() const { return m_connectionStatus; }

Callers 14

UpdateMethod · 0.45
GetAllRegistersMethod · 0.45
AddAbsoluteMethod · 0.45
AddOffsetMethod · 0.45
RemoveOffsetMethod · 0.45
BNDebuggerIsConnectedFunction · 0.45
CanResumeTargetMethod · 0.45
DetachMethod · 0.45
DetachAndWaitMethod · 0.45
QuitMethod · 0.45
QuitAndWaitMethod · 0.45
PauseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected