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

Method GetState

core/debuggercontroller.h:253–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251 // getters
252 DebugAdapter* GetAdapter() { return m_adapter; }
253 DebuggerState* GetState() { return m_state; }
254 BinaryViewRef GetData() { return m_file->GetViewOfType(m_viewName); }
255 void SetData(BinaryViewRef view) {}
256 BinaryViewRef GetLiveView() const { return m_liveView; }

Callers 15

GetAllRegistersMethod · 0.80
BNDebuggerIsConnectedFunction · 0.80
BNDebuggerIsRunningFunction · 0.80
BNDebuggerGetAdapterTypeFunction · 0.80
BNDebuggerSetAdapterTypeFunction · 0.80
BNDebuggerGetRemoteHostFunction · 0.80
BNDebuggerGetRemotePortFunction · 0.80
BNDebuggerGetPIDAttachFunction · 0.80
BNDebuggerGetInputFileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected