forked from qt-creator/qt-creator
Debugger/Stack layout view: Exclude Dereferenced Pointers.
by WatchData::referencingAddress as they are outside the address range.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user