[LLVMbugs] [Bug 18840] New: Would be nice to have a raw dump of .debug_line similar to readelf --debug-dump=rawline

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Feb 14 08:46:04 PST 2014


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

            Bug ID: 18840
           Summary: Would be nice to have a raw dump of .debug_line
                    similar to readelf --debug-dump=rawline
           Product: new-bugs
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: rafael.espindola at gmail.com
                CC: dbaron at dbaron.org, dnovillo at google.com,
                    echristo at gmail.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified

llvm-darfdump can dump debug lines, but it does that for each compile unit and
therefore needs to parse .debug_info.

For testing, it would be nice to have something simpler, like "readelf
--debug-dump=rawline" or what we currently have in "llvm-readobj
-codeview-linetables". It should probably go in llvm-readobj somewhere.

-- 
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/20140214/5f340887/attachment.html>


More information about the llvm-bugs mailing list