CDB: Added the cdbext.locals command output

...to the debugger log.

Change-Id: I638366ba3a4ded8d63cfbbb2dd3025a613b203b2
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
David Schulz
2013-03-06 14:14:24 -08:00
parent 1e606df0db
commit 4f73265f8c

View File

@@ -1913,6 +1913,8 @@ void CdbEngine::handleLocals(const CdbExtensionCommandPtr &reply)
if (!(flags & PartialLocalsUpdate))
watchHandler()->removeAllData();
if (reply->success) {
if (debuggerCore()->boolSetting(VerboseLog))
showMessage(QLatin1String("Locals: ") + QString::fromLatin1(reply->reply), LogDebug);
QList<WatchData> watchData;
GdbMi root;
root.fromString(reply->reply);