logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dwarf2sources - list the source files for a given binary

Authors

       This program was written by Sjoerd Simons based on the gimli 0.16.1 dwarfdump.rs example by Nick Fitzger‐
       ald, Philip Craig and other rust-dwarf developers.

Description

       dwarf2sources  lists  the source files that were used to create a given binary in JSON format.  The input
       files must not be stripped and must contain debugging information in DWARF format.

       -h, --help
              Prints help information

       -V, --version
              Prints version information

       -o, --output <output>
              File to write JSON output to

       -s, --strip-prefix <strip-prefix>
              Strip given prefix from comp_dir paths

Name

       dwarf2sources - list the source files for a given binary

See Also

objdump(1), strip(1)

                                                                                                dwarf2sources(1)

Synopsis

       dwarf2sources [-ooutput.json] [-sstrip-prefix] [file]...

See Also