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

Method ContainsBreakpoint

api/debuggercontroller.cpp:649–652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

647
648
649bool DebuggerController::ContainsBreakpoint(uint64_t address)
650{
651 return BNDebuggerContainsAbsoluteBreakpoint(m_object, address);
652}
653
654
655bool DebuggerController::ContainsBreakpoint(const ModuleNameAndOffset& breakpoint)

Callers 2

BreakpointToggleCallbackFunction · 0.80
updateIPHighlightMethod · 0.80

Tested by

no test coverage detected