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

Method SetActiveThreadId

core/adapters/lldbadapter.cpp:494–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492
493
494bool LldbAdapter::SetActiveThreadId(std::uint32_t tid)
495{
496 return m_process.SetSelectedThreadByID(tid);
497}
498
499
500bool LldbAdapter::SuspendThread(std::uint32_t tid)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected