Debbuger: Checking menu action if watchpoint is set

This commit is contained in:
Robert Loehning
2010-05-20 19:35:34 +02:00
parent 466518808c
commit e40c28cc2f
3 changed files with 14 additions and 1 deletions

View File

@@ -71,6 +71,7 @@ public:
BreakpointData *findSimilarBreakpoint(const BreakpointData &needle) const;
BreakpointData *findBreakpointByNumber(int bpNumber) const;
BreakpointData *findWatchPointByAddress(const QByteArray &a) const;
bool watchPointAt(quint64 address) const;
void updateMarkers();
QList<BreakpointData *> insertedBreakpoints() const;