1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
.\" 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] <output>
File to write JSON output to
.TP
\f[B]-s\f[R], \f[B]--strip-prefix\f[R] <strip-prefix>
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)
|