forked from qt-creator/qt-creator
debugger: show vtable ptr in hex, also with gdb
Task-number: QTCREATORBUG-6109 Change-Id: I9df2ddcd47e3551b23af20d2199b45fbee34bf9f Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -85,7 +85,6 @@ bool hasLetterOrNumber(const QString &exp);
|
||||
bool hasSideEffects(const QString &exp);
|
||||
bool isKeyWord(const QString &exp);
|
||||
bool isPointerType(const QByteArray &type);
|
||||
bool isVTablePointer(const QByteArray &type);
|
||||
bool isCharPointerType(const QByteArray &type);
|
||||
bool startsWithDigit(const QString &str);
|
||||
QByteArray stripPointerType(QByteArray type);
|
||||
|
||||
Reference in New Issue
Block a user