.\" Automatically generated by Pandoc 2.9.2.1 .\" .TH "dwarf2sources" "1" "" "" "" .hy .SH NAME .PP dwarf2sources - list the source files for a given binary .SH SYNOPSIS .PP dwarf2sources [\f[B]-o\f[R] \f[I]output.json\f[R]] [\f[B]-s\f[R] \f[I]strip-prefix\f[R]] [\f[I]file\f[R]]... .SH DESCRIPTION .PP 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. .TP \f[B]-h\f[R], \f[B]--help\f[R] Prints help information .TP \f[B]-V\f[R], \f[B]--version\f[R] Prints version information .TP \f[B]-o\f[R], \f[B]--output\f[R] File to write JSON output to .TP \f[B]-s\f[R], \f[B]--strip-prefix\f[R] Strip given prefix from comp_dir paths .SH AUTHORS .PP This program was written by Sjoerd Simons based on the gimli 0.16.1 dwarfdump.rs example by Nick Fitzgerald, Philip Craig and other rust-dwarf developers. .SH SEE ALSO .PP \f[B]objdump\f[R](1), \f[B]strip\f[R](1)