MCPcopy Create free account
hub / github.com/KDE/kdevelop / unload

Method unload

plugins/debuggercommon/midebuggerplugin.cpp:184–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184void MIDebuggerPlugin::unload()
185{
186 // FIXME: this function is not invoked when the GDB plugin or the LLDB plugin
187 // is unloaded, because the overriding functions do not call it.
188 qDeleteAll(m_drkonqis.values());
189 m_drkonqis.clear();
190}
191
192MIDebuggerPlugin::~MIDebuggerPlugin() { }
193

Callers 1

debugMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by 1

debugMethod · 0.36