| 486 | |
| 487 | |
| 488 | bool LldbAdapter::SetActiveThread(const DebugThread& thread) |
| 489 | { |
| 490 | return SetActiveThreadId(thread.m_tid); |
| 491 | } |
| 492 | |
| 493 | |
| 494 | bool LldbAdapter::SetActiveThreadId(std::uint32_t tid) |
nothing calls this directly
no outgoing calls
no test coverage detected