Debugger: Remove obsolete code.

This commit is contained in:
Friedemann Kleint
2009-10-14 14:18:18 +02:00
parent 7a2d4a7797
commit 0c945597db
2 changed files with 2 additions and 38 deletions

View File

@@ -168,20 +168,8 @@ public:
// 'data' excludes the leading indicator character.
static bool parseValue(const char *data, QList<WatchData> *l);
// What kind of debugger expressions are required to dump that type.
// A debugger with restricted expression syntax can handle
// 'NeedsNoExpression' and 'NeedsCachedExpression' if it is found in
// the cache.
enum ExpressionRequirement {
NeedsNoExpression, // None, easy.
NeedsCachedExpression, // Common values might be found in expression cache.
NeedsComplexExpression // Totally arbitrary, adress-dependent expressions
};
static ExpressionRequirement expressionRequirements(Type t);
QString toString(bool debug = false) const;
static QString msgDumperOutdated(double requiredVersion, double currentVersion);
private: