Debugger: Add display of mixed disassembler output for LLDB

Change-Id: I4997ce4fb4ce6a61cca67e36abb84c61a1c120f5
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
hjk
2015-08-28 14:35:25 +02:00
parent 47c79a102f
commit d16aed4304
3 changed files with 33 additions and 3 deletions

View File

@@ -56,6 +56,7 @@ public:
public:
quint64 address; // (ass) Address of instruction in memory/in binary.
QString function; // (ass) Function to which current instruction belongs.
QString fileName; // (src) Source file
uint offset; // (ass) Offset of instruction in relation to current function.
uint lineNumber; // (src) Line number in source.
uint hunk; // (src) Number of hunk if source line was split