forked from qt-creator/qt-creator
debugger: move logical ownership of breakhandler from engines to plugin
This commit is contained in:
@@ -825,6 +825,8 @@ bool WatchModel::setData(const QModelIndex &index, const QVariant &value, int ro
|
||||
return true;
|
||||
}
|
||||
|
||||
/*
|
||||
FIXME BP:
|
||||
case RequestToggleWatchRole: {
|
||||
BreakHandler *handler = engine()->breakHandler();
|
||||
const quint64 address = value.toULongLong();
|
||||
@@ -840,6 +842,7 @@ bool WatchModel::setData(const QModelIndex &index, const QVariant &value, int ro
|
||||
engine()->attemptBreakpointSynchronization();
|
||||
return true;
|
||||
}
|
||||
*/
|
||||
|
||||
case RequestShowMemoryRole: {
|
||||
(void) new MemoryViewAgent(engine(), value.toULongLong());
|
||||
|
||||
Reference in New Issue
Block a user