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