| 757 | } |
| 758 | |
| 759 | bool 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 | |
| 768 | bool DbgEngAdapter::SuspendThread(std::uint32_t tid) |