MCPcopy Create free account
hub / github.com/Vector35/debugger / GetActiveThread

Method GetActiveThread

core/debuggercontroller.cpp:774–777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

772
773
774DebugThread DebuggerController::GetActiveThread() const
775{
776 return m_state->GetThreads()->GetActiveThread();
777}
778
779
780void DebuggerController::SetActiveThread(const DebugThread& thread)

Callers

nothing calls this directly

Calls 1

GetThreadsMethod · 0.45

Tested by

no test coverage detected