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

Method Apply

core/debuggerstate.cpp:600–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

598
599
600void DebuggerBreakpoints::Apply()
601{
602 if (!m_state->GetAdapter())
603 return;
604
605 for (const ModuleNameAndOffset& address : m_breakpoints)
606 m_state->GetAdapter()->AddBreakpoint(address);
607}
608
609
610DebuggerMemory::DebuggerMemory(DebuggerState* state) : m_state(state) {}

Callers 1

ApplyBreakpointsMethod · 0.80

Calls 2

GetAdapterMethod · 0.45
AddBreakpointMethod · 0.45

Tested by

no test coverage detected