forked from qt-creator/qt-creator
Debugger: Fix LLDB extra dumper passing
Change-Id: I1601a894b8adb3365894b21e06d4929e381b7a01 Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
This commit is contained in:
@@ -311,7 +311,7 @@ void LldbEngine::setupInferior()
|
|||||||
const QString commands = stringSetting(ExtraDumperCommands);
|
const QString commands = stringSetting(ExtraDumperCommands);
|
||||||
if (!commands.isEmpty()) {
|
if (!commands.isEmpty()) {
|
||||||
DebuggerCommand cmd("executeDebuggerCommand");
|
DebuggerCommand cmd("executeDebuggerCommand");
|
||||||
cmd.arg("commands", commands.toUtf8());
|
cmd.arg("command", commands.toUtf8());
|
||||||
runCommand(cmd);
|
runCommand(cmd);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user