| 81 | } |
| 82 | |
| 83 | void BreakpointManager::BeginUpdatingNodeBreakpoints() |
| 84 | { |
| 85 | DEBUG("Debugger::BeginUpdatingNodeBreakpoints()"); |
| 86 | pendingBreakpoints_.reset(new std::unordered_map<uint64_t, Breakpoint>()); |
| 87 | } |
| 88 | |
| 89 | ResultCode BreakpointManager::AddBreakpoint(uint32_t nodeId, uint32_t goalId, bool isInit, int32_t actionIndex, BreakpointType type) |
| 90 | { |
no outgoing calls
no test coverage detected