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

Method SetActiveThread

core/adapters/dbgengadapter.cpp:754–757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

752}
753
754bool DbgEngAdapter::SetActiveThread(const DebugThread& thread)
755{
756 return this->SetActiveThreadId(thread.m_tid);
757}
758
759bool DbgEngAdapter::SetActiveThreadId(std::uint32_t tid)
760{

Callers

nothing calls this directly

Calls 1

SetActiveThreadIdMethod · 0.95

Tested by

no test coverage detected