Debugger: Fix LLDB extra dumper passing

Change-Id: I1601a894b8adb3365894b21e06d4929e381b7a01
Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
This commit is contained in:
hjk
2015-07-16 12:03:11 +02:00
parent 2443f18b85
commit 2d30693450

View File

@@ -311,7 +311,7 @@ void LldbEngine::setupInferior()
const QString commands = stringSetting(ExtraDumperCommands);
if (!commands.isEmpty()) {
DebuggerCommand cmd("executeDebuggerCommand");
cmd.arg("commands", commands.toUtf8());
cmd.arg("command", commands.toUtf8());
runCommand(cmd);
}