Debugger: Make mixed breakpoints last longer than one run

Task-number: QTCREATORBUG-11184

Change-Id: Iaf3b3e2268cf34185f794997a35b6f0eedcccc6b
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
hjk
2014-03-25 16:56:37 +01:00
parent b0228f0833
commit b562d1a470

View File

@@ -156,6 +156,7 @@ void LldbEngine::shutdownEngine()
m_lldbProc.kill();
if (startParameters().useTerminal)
m_stubProc.stop();
notifyEngineShutdownOk();
}
void LldbEngine::abortDebugger()