| 309 | |
| 310 | |
| 311 | bool DebuggerController::CanResumeTarget() |
| 312 | { |
| 313 | return m_state->IsConnected() && (!m_state->IsRunning()); |
| 314 | } |
| 315 | |
| 316 | |
| 317 | bool DebuggerController::ExpectSingleStep(DebugStopReason reason) |
nothing calls this directly
no test coverage detected