debugger: make original value of automatically dereferenced pointer accessible

This commit is contained in:
hjk
2011-04-06 18:39:56 +02:00
parent 5a2c64b482
commit cd9aec6df9
6 changed files with 32 additions and 4 deletions

View File

@@ -113,6 +113,7 @@ public:
quint64 coreAddress() const;
QByteArray hexAddress() const;
QByteArray hexOrigAddress() const;
public:
quint64 id; // Token for the engine for internal mapping
@@ -128,6 +129,7 @@ public:
QByteArray type; // Type for further processing
QString displayedType;// Displayed type (optional)
quint64 address; // Displayed address
quint64 origAddress; // Original address for dereferenced pointers
uint size; // Size
uint bitpos; // Position within bit fields
uint bitsize; // Size in case of bit fields