forked from qt-creator/qt-creator
debugger: re-enable "Delete all breakpoints" etc
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user