forked from qt-creator/qt-creator
Debugger: Recognize source data within disassembler view
... and use it to toggle breakpoints by file and line, and for jumping to file and line. Task-number: QTCREATORBUG-14278 Change-Id: I799d085eb53339905ea3608022aeae5a9aef1fda Reviewed-by: Niels Weber <niels.weber@theqtcompany.com> Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -53,9 +53,6 @@ public:
|
||||
QString toString(int maxOp = 0) const;
|
||||
void fromString(const QString &unparsed);
|
||||
|
||||
// Return address of an assembly line "0x0dfd bla".
|
||||
static quint64 addressFromDisassemblyLine(const QString &line);
|
||||
|
||||
public:
|
||||
quint64 address; // (ass) Address of instruction in memory/in binary.
|
||||
QString function; // (ass) Function to which current instruction belongs.
|
||||
|
||||
Reference in New Issue
Block a user