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

Method GetAdapter

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

Source from the content-addressed store, hash-verified

175 ~DebuggerState();
176
177 DebugAdapter* GetAdapter() const { return m_adapter; }
178 DebuggerController* GetController() const { return m_controller; }
179
180 DebuggerModules* GetModules() const { return m_modules; }

Callers 15

UpdateMethod · 0.45
SetRegisterValueMethod · 0.45
GetActiveThreadMethod · 0.45
SetActiveThreadMethod · 0.45
SuspendThreadMethod · 0.45
ResumeThreadMethod · 0.45
AddAbsoluteMethod · 0.45
AddOffsetMethod · 0.45
RemoveAbsoluteMethod · 0.45
RemoveOffsetMethod · 0.45
ContainsOffsetMethod · 0.45
ContainsAbsoluteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected