forked from qt-creator/qt-creator
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:
@@ -296,7 +296,7 @@ void LldbEngine::startLldbStage2()
|
|||||||
|
|
||||||
const QString commands = stringSetting(GdbStartupCommands);
|
const QString commands = stringSetting(GdbStartupCommands);
|
||||||
if (!commands.isEmpty())
|
if (!commands.isEmpty())
|
||||||
m_lldbProc.write(commands.toLocal8Bit());
|
m_lldbProc.write(commands.toLocal8Bit() + '\n');
|
||||||
}
|
}
|
||||||
|
|
||||||
void LldbEngine::setupInferior()
|
void LldbEngine::setupInferior()
|
||||||
|
|||||||
Reference in New Issue
Block a user