| 373 | |
| 374 | |
| 375 | bool LldbAdapter::Detach() |
| 376 | { |
| 377 | std::unique_lock<std::mutex> lock(m_quitingMutex); |
| 378 | SBError error = m_process.Detach(); |
| 379 | return error.Success(); |
| 380 | } |
| 381 | |
| 382 | |
| 383 | bool LldbAdapter::Quit() |
nothing calls this directly
no outgoing calls
no test coverage detected