debugger: move logical ownership of breakhandler from engines to plugin

This commit is contained in:
hjk
2010-11-04 09:54:23 +01:00
parent 05c9ea021e
commit 8e62715130
14 changed files with 179 additions and 268 deletions

View File

@@ -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());