| 492 | |
| 493 | |
| 494 | bool LldbAdapter::SetActiveThreadId(std::uint32_t tid) |
| 495 | { |
| 496 | return m_process.SetSelectedThreadByID(tid); |
| 497 | } |
| 498 | |
| 499 | |
| 500 | bool LldbAdapter::SuspendThread(std::uint32_t tid) |
nothing calls this directly
no outgoing calls
no test coverage detected