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

Method DeleteBreakpoint

core/debuggerstate.cpp:814–817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

812
813
814void DebuggerState::DeleteBreakpoint(uint64_t address)
815{
816 m_breakpoints->RemoveAbsolute(address);
817}
818
819
820void DebuggerState::DeleteBreakpoint(const ModuleNameAndOffset& address)

Callers 5

mainFunction · 0.45
removeMethod · 0.45
BreakpointToggleCallbackFunction · 0.45

Calls 2

RemoveAbsoluteMethod · 0.80
RemoveOffsetMethod · 0.80

Tested by

no test coverage detected