forked from qt-creator/qt-creator
debugger: move isCppBreakpoint to Breakpoint
Change-Id: I241401fa010166982e5a95a699c99fbaa87188ef Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -211,6 +211,7 @@ public:
|
||||
// Enough for now.
|
||||
bool isBreakpoint() const { return !isWatchpoint() && !isTracepoint(); }
|
||||
bool isTracepoint() const { return tracepoint; }
|
||||
bool isCppBreakpoint() const;
|
||||
QString toString() const;
|
||||
void updateLocation(const QByteArray &location); // file.cpp:42
|
||||
|
||||
|
||||
Reference in New Issue
Block a user