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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to