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.
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.