| 159 | } |
| 160 | |
| 161 | void BreakpointManager::SetDebuggingDisabled(bool disabled) |
| 162 | { |
| 163 | debuggingDisabled_ = disabled; |
| 164 | } |
| 165 | |
| 166 | void BreakpointManager::SetForcedBreakpoints(bool enabled, uint32_t bpMask, uint32_t flags, uint32_t maxDepth) |
| 167 | { |
no outgoing calls
no test coverage detected