Debugger: Show progress indicator while updating locals.

Change-Id: I4b26cbe71f5936f367f9add2b3a6c812446835d8
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
David Schulz
2015-03-06 09:14:40 +01:00
committed by hjk
parent 467c441c93
commit 40dd248178
7 changed files with 28 additions and 0 deletions

View File

@@ -912,6 +912,7 @@ void LldbEngine::doUpdateLocals(UpdateParameters params)
m_lastDebuggableCommand = cmd;
m_lastDebuggableCommand.args.replace("\"passexceptions\":0", "\"passexceptions\":1");
watchHandler()->updateRequested();
runCommand(cmd);
reloadRegisters();
@@ -1009,6 +1010,7 @@ void LldbEngine::refreshLocals(const GdbMi &vars)
}
handler->purgeOutdatedItems(toDelete);
handler->updateFinished();
DebuggerToolTipManager::updateEngine(this);
}