Debugger: Add size to watch data.

Have CDB report it, pass it on to adding watches.
This commit is contained in:
Friedemann Kleint
2011-04-04 16:15:03 +02:00
parent e5f72538d0
commit 122f6a1845
9 changed files with 30 additions and 5 deletions

View File

@@ -79,7 +79,7 @@ private:
void editItem(const QModelIndex &idx);
void resetHelper(const QModelIndex &idx);
void setWatchpoint(quint64 address);
void setWatchpoint(quint64 address, unsigned size);
void setModelData(int role, const QVariant &value = QVariant(),
const QModelIndex &index = QModelIndex());