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

Method GetActiveThread

core/debuggerstate.cpp:187–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185
186
187DebugThread DebuggerThreads::GetActiveThread() const
188{
189 if (!m_state)
190 return DebugThread {};
191
192 DebugAdapter* adapter = m_state->GetAdapter();
193 if (!adapter)
194 return DebugThread {};
195
196 return adapter->GetActiveThread();
197}
198
199
200bool DebuggerThreads::SetActiveThread(const DebugThread& thread)

Callers 6

dataMethod · 0.45
paintMethod · 0.45
makeItSoloThreadMethod · 0.45
expandCurrentThreadMethod · 0.45
onDoubleClickedMethod · 0.45

Calls 1

GetAdapterMethod · 0.45

Tested by

no test coverage detected