debugger: show vtable ptr in hex, also with gdb

Task-number: QTCREATORBUG-6109
Change-Id: I9df2ddcd47e3551b23af20d2199b45fbee34bf9f
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-11-11 17:51:29 +01:00
committed by hjk
parent 5d810a65b3
commit 0e0b356bd7
4 changed files with 10 additions and 9 deletions

View File

@@ -93,6 +93,7 @@ public:
bool isLocal() const { return iname.startsWith("local."); }
bool isWatcher() const { return iname.startsWith("watch."); }
bool isValid() const { return !iname.isEmpty(); }
bool isVTablePointer() const;
bool isEqual(const WatchData &other) const;