[lldb-dev] [Bug 13630] New: Make LLDB disassembly show computed absolute addresses for RIP-relative addresses

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Aug 17 14:12:42 PDT 2012


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: lldb-dev at cs.uiuc.edu
        ReportedBy: kyle at omnigroup.com
    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.



More information about the lldb-dev mailing list