forked from qt-creator/qt-creator
use explicit flag to request token substitution in gdb command instead
of searching for something which looks like one.
This commit is contained in:
@@ -147,7 +147,8 @@ public: // otherwise the Qt flag macros are unhappy
|
||||
NeedsStop = 1,
|
||||
Discardable = 2,
|
||||
RebuildModel = 4,
|
||||
WatchUpdate = Discardable|RebuildModel
|
||||
WatchUpdate = Discardable|RebuildModel,
|
||||
EmbedToken = 8
|
||||
};
|
||||
Q_DECLARE_FLAGS(GdbCommandFlags, GdbCommandFlag)
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user