[LLVMbugs] [Bug 22363] New: The wrong dwarf register numbers are used in .debug_frame on Darwin

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jan 27 16:16:36 PST 2015


http://llvm.org/bugs/show_bug.cgi?id=22363

            Bug ID: 22363
           Summary: The wrong dwarf register numbers are used in
                    .debug_frame on Darwin
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: DebugInfo
          Assignee: unassignedbugs at nondot.org
          Reporter: jmuizelaar at mozilla.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Darwin uses a different dwarf register mapping in .eh_frame than it does in
.debug_frame. LLVM currently uses the .eh_frame mapping in the .debug_frame
section. This confuses tools like the OS X dwarfdump program and breakpad which
assume the standard register mapping to be used in the .debug_frame section.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150128/8e5fe0ae/attachment.html>


More information about the llvm-bugs mailing list