debugger: re-work DisassemblerLine structure

This commit is contained in:
hjk
2011-04-12 17:32:41 +02:00
parent ffd5d69e76
commit 82f3e788f6
8 changed files with 123 additions and 75 deletions

View File

@@ -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;
};