forked from qt-creator/qt-creator
Clean up BreakPoint
Reviewed-by: Friedemann Kleint Reviewed-by: hjk
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user