forked from qt-creator/qt-creator
Debugger: Fix 'debugLastCommand'
Wasn't properly merged in the non-Python removal Change-Id: I5218e37d2e4d615c7bdd60fa63e5d3f6bbc95229 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -5004,6 +5004,10 @@ void GdbEngine::updateLocalsPython(const UpdateParameters ¶ms)
|
||||
if (!m_resultVarName.isEmpty())
|
||||
resultVar = "resultvarname:" + m_resultVarName + ' ';
|
||||
|
||||
m_lastDebuggableCommand =
|
||||
"bb options:pe," + options + " vars:" + params.varList + ' '
|
||||
+ expanded + " watchers:" + watchers.toHex() + cutOff;
|
||||
|
||||
postCommand("bb options:" + options + " vars:" + params.varList + ' '
|
||||
+ resultVar + expanded + " watchers:" + watchers.toHex() + cutOff,
|
||||
Discardable, CB(handleStackFramePython), QVariant(params.tryPartial));
|
||||
|
||||
Reference in New Issue
Block a user