forked from qt-creator/qt-creator
Debugger: Streamline GdbMi structure interface
Change-Id: If9c4d1ae8b05a5dae7d6a1a7534e49d1966dd493 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -1874,7 +1874,7 @@ void CdbEngine::handleLocals(const CdbCommandPtr &reply, int flags)
|
||||
}
|
||||
GdbMi root;
|
||||
root.fromString(reply->extensionReply);
|
||||
QTC_ASSERT(root.isList(), return);
|
||||
QTC_ASSERT(root.type() == GdbMi::List, return);
|
||||
if (debugLocals)
|
||||
qDebug() << root.toString(true, 4);
|
||||
// Courtesy of GDB engine
|
||||
|
||||
Reference in New Issue
Block a user