| 182 | } |
| 183 | |
| 184 | void 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 | |
| 192 | MIDebuggerPlugin::~MIDebuggerPlugin() { } |
| 193 |