Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
LldbAdapter::~LldbAdapter()
59
{
60
m_process.Destroy();
61
SBDebugger::Destroy(m_debugger);
62
}
63
64
65
LldbAdapterType::LldbAdapterType() : DebugAdapterType(
"LLDB"
) {}
Callers
nothing calls this directly
Calls
1
Destroy
Method · 0.45
Tested by
no test coverage detected