forked from qt-creator/qt-creator
Debugger: Replace DebuggerDisplay enum by strings
Easier to coordinate between dumpers and watchhandler Change-Id: Ide191a5786dc04ef22c3e9c8b0bec39f8f8c0f1d Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -97,6 +97,7 @@ public:
|
||||
static const QString &shadowedNameFormat();
|
||||
|
||||
QByteArray hexAddress() const;
|
||||
QByteArray key() const { return address ? hexAddress() : iname; }
|
||||
|
||||
public:
|
||||
qint64 id; // Token for the engine for internal mapping
|
||||
@@ -106,7 +107,7 @@ public:
|
||||
QString name; // Displayed name
|
||||
QString value; // Displayed value
|
||||
QByteArray editvalue; // Displayed value
|
||||
DebuggerDisplay editformat; // Format of displayed value
|
||||
QByteArray editformat; // Format of displayed value
|
||||
DebuggerEncoding editencoding; // Encoding of displayed value
|
||||
QByteArray type; // Type for further processing
|
||||
quint64 address; // Displayed address of the actual object
|
||||
|
||||
Reference in New Issue
Block a user