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

Method GetBreakpoints

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

Source from the content-addressed store, hash-verified

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; }
184 DebuggerMemory* GetMemory() const { return m_memory; }

Callers 5

BNDebuggerGetBreakpointsFunction · 0.45
RunToAndWaitInternalMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected