MCPcopy Create free account
hub / github.com/Vector35/debugger / ~LldbAdapter

Method ~LldbAdapter

core/adapters/lldbadapter.cpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57
58LldbAdapter::~LldbAdapter()
59{
60 m_process.Destroy();
61 SBDebugger::Destroy(m_debugger);
62}
63
64
65LldbAdapterType::LldbAdapterType() : DebugAdapterType("LLDB") {}

Callers

nothing calls this directly

Calls 1

DestroyMethod · 0.45

Tested by

no test coverage detected