Skip to content

Would be nice to have a raw dump of .debug_line similar to readelf --debug-dump=rawline #19214

Open
@llvmbot

Description

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions