http://llvm.org/bugs/show_bug.cgi?id=13630
Bug #: 13630
Summary: Make LLDB disassembly show computed absolute addresses
for RIP-relative addresses
Product: lldb
Version: unspecified
Platform: Macintosh
OS/Version: MacOS X
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
If you disassemble code that uses RIP-relative addresses, LLDB shows the
nearest symbol and offset in a comment on that line. (Sometimes. Other times it
doesn't show any comment at all. I haven't figured out what are the conditions
that control this behavior.)
GDB also shows the absolute address that is equivalent to the RIP-relative
address encoded in the instruction. This is immensely useful.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev