forked from qt-creator/qt-creator
Debugger: Sanitize Datatypes, part 2: Stackframes.
Make address a quint64. Enable DisassemblerViewAgent to match the disassembly-addresses by converting the numbers, making it more robust. Remove the complicated formatting needed for CDB.
This commit is contained in:
@@ -92,7 +92,7 @@ public:
|
||||
QString mimeType() const;
|
||||
Q_SLOT void setMimeType(const QString &mt);
|
||||
|
||||
QString address() const;
|
||||
quint64 address() const;
|
||||
bool contentsCoversAddress(const QString &contents) const;
|
||||
void cleanup();
|
||||
bool isMixed() const;
|
||||
|
||||
Reference in New Issue
Block a user