forked from qt-creator/qt-creator
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user