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

Method GetModules

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

Source from the content-addressed store, hash-verified

178 DebuggerController* GetController() const { return m_controller; }
179
180 DebuggerModules* GetModules() const { return m_modules; }
181 DebuggerBreakpoints* GetBreakpoints() const { return m_breakpoints; }
182 DebuggerRegisters* GetRegisters() const { return m_registers; }
183 DebuggerThreads* GetThreads() const { return m_threads; }

Callers 10

AddAbsoluteMethod · 0.45
RemoveAbsoluteMethod · 0.45
RemoveOffsetMethod · 0.45
ContainsOffsetMethod · 0.45
ContainsAbsoluteMethod · 0.45
BNDebuggerGetBreakpointsFunction · 0.45
GetAllModulesMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected