debugger: display size of bitfields in 'type' column

This commit is contained in:
hjk
2011-03-01 17:04:36 +01:00
parent 8bcaf428e1
commit fbdfb3acae
4 changed files with 14 additions and 1 deletions

View File

@@ -128,6 +128,8 @@ public:
QByteArray type; // Type for further processing
QString displayedType;// Displayed type (optional)
quint64 address; // Displayed address
uint bitpos; // Position within bit fields
uint bitsize; // Size in case of bit fields
qint32 generation; // When updated?
bool hasChildren;
bool valueEnabled; // Value will be enabled or not