Fixes: debugger: also show the original address in a tooltip when

auto-dereferencing contents
This commit is contained in:
hjk
2009-03-11 15:09:33 +01:00
parent 6a5c5ed2d6
commit 8958a079b5
5 changed files with 21 additions and 1 deletions

View File

@@ -113,6 +113,7 @@ public:
QString type; // displayed type
QString variable; // name of internal Gdb variable if created
QString addr; // displayed adress
QString saddr; // stored address (pointer in container)
QString framekey; // key for type cache
QScriptValue scriptValue; // if needed...
int childCount;