Debugger: Enabled removing watchpoints using context menu

This commit is contained in:
Robert Loehning
2010-05-20 20:25:54 +02:00
parent e40c28cc2f
commit e2e495a116
3 changed files with 17 additions and 14 deletions

View File

@@ -70,7 +70,7 @@ public:
// Find a breakpoint matching approximately the data in needle.bp*,
BreakpointData *findSimilarBreakpoint(const BreakpointData &needle) const;
BreakpointData *findBreakpointByNumber(int bpNumber) const;
BreakpointData *findWatchPointByAddress(const QByteArray &a) const;
int findWatchPointIndexByAddress(const QByteArray &a) const;
bool watchPointAt(quint64 address) const;
void updateMarkers();