| 203 | } |
| 204 | |
| 205 | void BreakpointManager::SetDebuggingDisabled(bool disabled) |
| 206 | { |
| 207 | debuggingDisabled_ = disabled; |
| 208 | } |
| 209 | |
| 210 | void BreakpointManager::SetForcedBreakpoints(bool enabled, uint32_t bpMask, uint32_t flags, uint32_t maxDepth) |
| 211 | { |
no outgoing calls
no test coverage detected