forked from qt-creator/qt-creator
Debugger: Add size to watch data.
Have CDB report it, pass it on to adding watches.
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user