| 381 | |
| 382 | |
| 383 | bool LldbAdapter::Quit() |
| 384 | { |
| 385 | std::unique_lock<std::mutex> lock(m_quitingMutex); |
| 386 | SBError error = m_process.Kill(); |
| 387 | return error.Success(); |
| 388 | } |
| 389 | |
| 390 | |
| 391 | std::vector<DebugProcess> LldbAdapter::GetProcessList() |
nothing calls this directly
no outgoing calls
no test coverage detected