MCPcopy Create free account
hub / github.com/Vector35/debugger / Detach

Method Detach

core/adapters/lldbadapter.cpp:375–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373
374
375bool 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
383bool LldbAdapter::Quit()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected