Debugger: Conceptually fix temporary stop of mixed lldb+qml engine

That's similar to d4ea80ef7c, but for LLDB.

Change-Id: Ie38b49d48418c614e42c095e9bb7f7f7a6ad5fd8
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2018-05-25 08:23:37 +02:00
parent 56e2fb2a95
commit a4d1af9828

View File

@@ -143,7 +143,7 @@ void LldbEngine::runCommand(const DebuggerCommand &command)
if (state() == InferiorRunOk) { if (state() == InferiorRunOk) {
showStatusMessage(tr("Stopping temporarily"), 1000); showStatusMessage(tr("Stopping temporarily"), 1000);
m_onStop.append(cmd, false); m_onStop.append(cmd, false);
requestInterruptInferior(); interruptInferior();
return; return;
} }
} }