Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
802
void DebuggerState::AddBreakpoint(uint64_t address)
803
{
804
m_breakpoints->AddAbsolute(address);
805
}
806
807
808
void DebuggerState::AddBreakpoint(const ModuleNameAndOffset& address)
Callers
8
AddAbsolute
Method · 0.45
AddOffset
Method · 0.45
Apply
Method · 0.45
BNDebuggerAddAbsoluteBreakpoint
Function · 0.45
BNDebuggerAddRelativeBreakpoint
Function · 0.45
main
Function · 0.45
add
Method · 0.45
BreakpointToggleCallback
Function · 0.45
Calls
2
AddAbsolute
Method · 0.80
AddOffset
Method · 0.80
Tested by
no test coverage detected