forked from qt-creator/qt-creator
Debugger: Ensure termination of lldb.exe
LLDB 12.0.8, which is included in NDK 23.1, hesitates to termiate when being told to. Setting UseCtrlCStub to true helps with that. Fixes: QTCREATORBUG-27723 Change-Id: If14f196cc18f0c6943b59702aca117101b66d02c Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -83,6 +83,7 @@ static int ¤tToken()
|
||||
|
||||
LldbEngine::LldbEngine()
|
||||
{
|
||||
m_lldbProc.setUseCtrlCStub(true);
|
||||
m_lldbProc.setProcessMode(ProcessMode::Writer);
|
||||
|
||||
setObjectName("LldbEngine");
|
||||
|
Reference in New Issue
Block a user