forked from qt-creator/qt-creator
Debugger: Provide a startup customization hook for 3rd party plugins
Change-Id: Ia587abcb1bdcdfbf192d3314610ec9addf370c9b Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -307,7 +307,7 @@ void LldbEngine::startLldbStage2()
|
||||
m_lldbProc.write("script print(dir())\n");
|
||||
m_lldbProc.write("script theDumper = Dumper()\n"); // This triggers reportState("enginesetupok")
|
||||
|
||||
const QString commands = expand(stringSetting(GdbStartupCommands));
|
||||
const QString commands = nativeStartupCommands();
|
||||
if (!commands.isEmpty())
|
||||
m_lldbProc.write(commands.toLocal8Bit() + '\n');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user