Debugger: Add size to watch data.

Have CDB report it, pass it on to adding watches.
This commit is contained in:
Friedemann Kleint
2011-04-04 16:15:03 +02:00
parent e5f72538d0
commit 122f6a1845
9 changed files with 30 additions and 5 deletions

View File

@@ -128,6 +128,7 @@ public:
QByteArray type; // Type for further processing
QString displayedType;// Displayed type (optional)
quint64 address; // Displayed address
uint size; // Size
uint bitpos; // Position within bit fields
uint bitsize; // Size in case of bit fields
qint32 generation; // When updated?