forked from qt-creator/qt-creator
debugger: re-work DisassemblerLine structure
This commit is contained in:
@@ -72,9 +72,6 @@ public:
|
||||
void cleanup();
|
||||
bool isMixed() const;
|
||||
|
||||
// Return address of an assembly line "0x0dfd bla"
|
||||
static quint64 addressFromDisassemblyLine(const QString &data);
|
||||
|
||||
private:
|
||||
DisassemblerAgentPrivate *d;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user