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

Method GetController

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

Source from the content-addressed store, hash-verified

176
177 DebugAdapter* GetAdapter() const { return m_adapter; }
178 DebuggerController* GetController() const { return m_controller; }
179
180 DebuggerModules* GetModules() const { return m_modules; }
181 DebuggerBreakpoints* GetBreakpoints() const { return m_breakpoints; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected