debugger: re-enable "Delete all breakpoints" etc

This commit is contained in:
hjk
2010-11-15 15:30:39 +01:00
parent 30d6ae0e3d
commit a3923f8c24
4 changed files with 21 additions and 12 deletions

View File

@@ -76,6 +76,7 @@ public:
BreakpointId findWatchpointByAddress(quint64 address) const;
BreakpointId findBreakpointByFunction(const QString &functionName) const;
BreakpointId findBreakpointByIndex(const QModelIndex &index) const;
BreakpointIds findBreakpointsByIndex(const QList<QModelIndex> &list) const;
void setWatchpointByAddress(quint64 address);
bool hasWatchpointAt(quint64 address) const;
void updateMarkers();