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

Method SetActiveThread

core/adapters/lldbadapter.cpp:488–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486
487
488bool LldbAdapter::SetActiveThread(const DebugThread& thread)
489{
490 return SetActiveThreadId(thread.m_tid);
491}
492
493
494bool LldbAdapter::SetActiveThreadId(std::uint32_t tid)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected