forked from qt-creator/qt-creator
debugger: thread 0 is valid for cdb. so use -1 as 'any' value
This commit is contained in:
@@ -149,6 +149,9 @@ public:
|
||||
void notifyBreakpointAdjusted(BreakpointId id,
|
||||
const BreakpointParameters &data);
|
||||
|
||||
static QString displayFromThreadSpec(int spec);
|
||||
static int threadSpecFromDisplay(const QString &str);
|
||||
|
||||
private:
|
||||
// QAbstractItemModel implementation.
|
||||
int columnCount(const QModelIndex &parent) const;
|
||||
|
||||
Reference in New Issue
Block a user