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

Method DeleteBreakpoint

api/debuggercontroller.cpp:625–628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

623
624
625void DebuggerController::DeleteBreakpoint(uint64_t address)
626{
627 BNDebuggerDeleteAbsoluteBreakpoint(m_object, address);
628}
629
630
631void DebuggerController::DeleteBreakpoint(const ModuleNameAndOffset& breakpoint)

Callers

nothing calls this directly

Tested by

no test coverage detected