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

Method Destroy

core/debuggercontroller.cpp:1110–1115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1108
1109
1110void DebuggerController::Destroy()
1111{
1112 DebuggerController::DeleteController(GetData());
1113 m_file = nullptr;
1114 m_liveView = nullptr;
1115}
1116
1117
1118// This is the central hub of event dispatch. All events first arrive here and then get dispatched based on the content

Callers 2

~LldbAdapterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected