Clean up BreakPoint

Reviewed-by: Friedemann Kleint
Reviewed-by: hjk
This commit is contained in:
Arvid Ephraim Picciani
2010-10-25 14:00:19 +02:00
parent c4ca0060e3
commit 2a569ce073
11 changed files with 303 additions and 182 deletions

View File

@@ -75,6 +75,8 @@ public:
int findWatchPointIndexByAddress(quint64 address) const;
bool watchPointAt(quint64 address) const;
void updateMarkers();
void updateMarker(BreakpointData *);
void removeMarker(BreakpointData *);
bool isActive() const;
Breakpoints takeRemovedBreakpoints(); // Owned.