forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/3.6'
Conflicts: qtcreator.pri qtcreator.qbs Change-Id: Ifbe181e86c161e082cc9a69a4bc7bd399f34ff47
This commit is contained in:
@@ -3659,7 +3659,7 @@ void GdbEngine::handleVarAssign(const DebuggerResponse &)
|
||||
void GdbEngine::assignValueInDebugger(WatchItem *item,
|
||||
const QString &expression, const QVariant &value)
|
||||
{
|
||||
DebuggerCommand cmd("assignValue");
|
||||
DebuggerCommand cmd("assignValue", PythonCommand);
|
||||
cmd.arg("type", item->type.toHex());
|
||||
cmd.arg("expr", expression.toLatin1().toHex());
|
||||
cmd.arg("value", value.toString().toLatin1().toHex());
|
||||
|
||||
Reference in New Issue
Block a user