| 818 | |
| 819 | |
| 820 | std::vector<DebugFrame> DebuggerController::GetFramesOfThread(uint64_t tid) |
| 821 | { |
| 822 | return m_state->GetThreads()->GetFramesOfThread(tid); |
| 823 | } |
| 824 | |
| 825 | |
| 826 | void DebuggerController::Restart() |
nothing calls this directly
no test coverage detected