Debugger/Stack layout view: Exclude Dereferenced Pointers.

by WatchData::referencingAddress as they are outside
the address range.
This commit is contained in:
Friedemann Kleint
2011-04-21 13:39:40 +02:00
parent 6484c14ab4
commit bbe9c6c023
3 changed files with 16 additions and 11 deletions

View File

@@ -748,6 +748,8 @@ QVariant WatchModel::data(const QModelIndex &idx, int role) const
case LocalsAddressRole:
return data.coreAddress();
case LocalsReferencingAddressRole:
return QVariant(data.referencingAddress);
case LocalsSizeRole:
return QVariant(data.size);