forked from qt-creator/qt-creator
debugger: start with some infrastructure for tracepoint support
This commit is contained in:
@@ -89,6 +89,7 @@ public:
|
||||
static QIcon pendingBreakpointIcon();
|
||||
static QIcon emptyIcon();
|
||||
static QIcon watchpointIcon();
|
||||
static QIcon tracepointIcon();
|
||||
|
||||
BreakpointId findBreakpointByFileAndLine(const QString &fileName,
|
||||
int lineNumber, bool useMarkerPosition = true);
|
||||
|
||||
Reference in New Issue
Block a user