MCPcopy Create free account
hub / github.com/Norbyte/ositools / BeginUpdatingNodeBreakpoints

Method BeginUpdatingNodeBreakpoints

OsiInterface/Debugger.cpp:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 }
126
127 void BreakpointManager::BeginUpdatingNodeBreakpoints()
128 {
129 Debug("Debugger::BeginUpdatingNodeBreakpoints()");
130 pendingBreakpoints_.reset(new std::unordered_map<uint64_t, Breakpoint>());
131 }
132
133 ResultCode BreakpointManager::AddBreakpoint(uint32_t nodeId, uint32_t goalId, bool isInit, int32_t actionIndex, BreakpointType type)
134 {

Callers 1

HandleSetBreakpointsMethod · 0.80

Calls 1

DebugFunction · 0.85

Tested by

no test coverage detected