Debugger: Force a newline after sending LLDB startup commands

Change-Id: I2d190b4681d912cd255c2a9463fff2adc994cfc0
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
hjk
2016-09-26 16:42:37 +02:00
committed by hjk
parent 4c90a56409
commit 851619e2d2

View File

@@ -296,7 +296,7 @@ void LldbEngine::startLldbStage2()
const QString commands = stringSetting(GdbStartupCommands);
if (!commands.isEmpty())
m_lldbProc.write(commands.toLocal8Bit());
m_lldbProc.write(commands.toLocal8Bit() + '\n');
}
void LldbEngine::setupInferior()