Started on QObject dumping for CDB, make it smarter.

Try to find qobject_p.h, if it exists and use its structures
to determine the child offset.
This commit is contained in:
Friedemann Kleint
2009-05-05 16:39:51 +02:00
parent a24e3b70b3
commit bae6525976
6 changed files with 138 additions and 31 deletions

View File

@@ -76,8 +76,12 @@ struct QtDumperResult
Child();
int valueEncoded;
int childCount;
bool valuedisabled;
QString name;
QString address;
QString exp;
QString type;
QByteArray value;
};
@@ -88,6 +92,7 @@ struct QtDumperResult
QString iname;
QString address;
QString type;
QString displayedType;
QByteArray value;
int valueEncoded;
bool valuedisabled;