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

Method unload

plugins/lldb/debuggerplugin.cpp:52–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void LldbDebuggerPlugin::unload()
53{
54 const auto plugins = core()->pluginController()->allPluginsForExtension(QStringLiteral("org.kdevelop.IExecutePlugin"));
55 for (auto plugin : plugins) {
56 setupExecutePlugin(plugin, false);
57 }
58 Q_ASSERT(m_launchers.isEmpty());
59}
60
61void LldbDebuggerPlugin::setupExecutePlugin(KDevelop::IPlugin* plugin, bool load)
62{

Callers

nothing calls this directly

Calls 3

pluginControllerMethod · 0.80
isEmptyMethod · 0.45

Tested by

no test coverage detected