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

Method DebuggerBreakpoints

core/debuggerstate.cpp:429–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427
428
429DebuggerBreakpoints::DebuggerBreakpoints(DebuggerState* state, std::vector<ModuleNameAndOffset> initial) :
430 m_state(state), m_breakpoints(std::move(initial))
431{}
432
433
434bool DebuggerBreakpoints::AddAbsolute(uint64_t remoteAddress)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected