use explicit flag to request token substitution in gdb command instead

of searching for something which looks like one.
This commit is contained in:
Oswald Buddenhagen
2009-05-06 14:07:55 +02:00
parent fbe979a578
commit 905f3d6c30
2 changed files with 6 additions and 5 deletions

View File

@@ -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: