Debugger: Make use of the "displayedtype" attribute.

Fix "displayedtype" in CDB, display it elsewhere.
Log debugger settings in DebuggerManager startup.
Acked-by: hjk <qtc-committer@nokia.com>
This commit is contained in:
Friedemann Kleint
2009-08-12 11:21:44 +02:00
parent 188dbc3a43
commit 894febbadf
9 changed files with 105 additions and 40 deletions

View File

@@ -102,6 +102,7 @@ struct QtDumperResult
QString address;
QString exp;
QString type;
QString displayedType;
QByteArray key;
bool valueEncountered;
QByteArray value;