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

Method SetActiveThreadId

core/adapters/dbgengadapter.cpp:759–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

757}
758
759bool DbgEngAdapter::SetActiveThreadId(std::uint32_t tid)
760{
761 if (this->m_debugSystemObjects->SetCurrentThreadId(tid) != S_OK)
762 return false;
763
764 return true;
765}
766
767
768bool DbgEngAdapter::SuspendThread(std::uint32_t tid)

Callers 1

SetActiveThreadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected