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

Method AddBreakpoint

core/debuggerstate.cpp:802–805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

800
801
802void DebuggerState::AddBreakpoint(uint64_t address)
803{
804 m_breakpoints->AddAbsolute(address);
805}
806
807
808void DebuggerState::AddBreakpoint(const ModuleNameAndOffset& address)

Callers 8

AddAbsoluteMethod · 0.45
AddOffsetMethod · 0.45
ApplyMethod · 0.45
mainFunction · 0.45
addMethod · 0.45
BreakpointToggleCallbackFunction · 0.45

Calls 2

AddAbsoluteMethod · 0.80
AddOffsetMethod · 0.80

Tested by

no test coverage detected