Open
Description
Bugzilla Link | 18840 |
Version | trunk |
OS | Linux |
Reporter | LLVM Bugzilla Contributor |
CC | @dbaron,@dnovillo,@echristo,@MaskRay,@jh7370,@nickdesaulniers |
Extended Description
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.