| 772 | |
| 773 | |
| 774 | DebugThread DebuggerController::GetActiveThread() const |
| 775 | { |
| 776 | return m_state->GetThreads()->GetActiveThread(); |
| 777 | } |
| 778 | |
| 779 | |
| 780 | void DebuggerController::SetActiveThread(const DebugThread& thread) |
nothing calls this directly
no test coverage detected