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

Method AddBreakpoint

api/debuggercontroller.cpp:637–640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

635
636
637void DebuggerController::AddBreakpoint(uint64_t address)
638{
639 BNDebuggerAddAbsoluteBreakpoint(m_object, address);
640}
641
642
643void DebuggerController::AddBreakpoint(const ModuleNameAndOffset& breakpoint)

Callers

nothing calls this directly

Tested by

no test coverage detected