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

Method Quit

core/adapters/lldbadapter.cpp:383–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381
382
383bool 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
391std::vector<DebugProcess> LldbAdapter::GetProcessList()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected