forked from qt-creator/qt-creator
CDB: Stop locals progress indicator when command failed.
Change-Id: I37d986c249f2706a474c7d517090d98e7bd19f22 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -1778,8 +1778,8 @@ void CdbEngine::handleRegistersExt(const CdbResponse &response)
|
|||||||
|
|
||||||
void CdbEngine::handleLocals(const CdbResponse &response, bool partialUpdate)
|
void CdbEngine::handleLocals(const CdbResponse &response, bool partialUpdate)
|
||||||
{
|
{
|
||||||
|
watchHandler()->notifyUpdateFinished();
|
||||||
if (response.success) {
|
if (response.success) {
|
||||||
watchHandler()->notifyUpdateFinished();
|
|
||||||
if (boolSetting(VerboseLog))
|
if (boolSetting(VerboseLog))
|
||||||
showMessage(QLatin1String("Locals: ") + QString::fromLatin1(response.extensionReply), LogDebug);
|
showMessage(QLatin1String("Locals: ") + QString::fromLatin1(response.extensionReply), LogDebug);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user