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