forked from qt-creator/qt-creator
Debugger: Remove old formatting hacks
These go back to the time where we faced raw GDB output. Nowadays we get polished data from the dumpers already. Change-Id: Ifeb2c0609d482bbd6d7783242f13c74ecc320233 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -40,10 +40,6 @@ bool hasLetterOrNumber(const QString &exp);
|
||||
bool hasSideEffects(const QString &exp);
|
||||
bool isKeyWord(const QString &exp);
|
||||
bool isPointerType(const QString &type);
|
||||
bool isCharPointerType(const QString &type);
|
||||
bool startsWithDigit(const QString &str);
|
||||
QString stripPointerType(QString type);
|
||||
QString gdbQuoteTypes(const QString &type);
|
||||
bool isFloatType(const QString &type);
|
||||
bool isIntOrFloatType(const QString &type);
|
||||
bool isIntType(const QString &type);
|
||||
|
||||
Reference in New Issue
Block a user