File: README.md

package info (click to toggle)
dwarf2sources 0.2.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 112 kB
  • sloc: makefile: 5
file content (45 lines) | stat: -rw-r--r-- 888 bytes parent folder | download | duplicates (3)
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
38
39
40
41
42
43
44
45
% dwarf2sources(1)

NAME
====

dwarf2sources - list the source files for a given binary


SYNOPSIS
========

dwarf2sources \[**-o** *output.json*\] \[**-s** *strip-prefix*\] \[*file*\]\...

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

AUTHORS
=======

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.

SEE ALSO
========

**objdump**(1), **strip**(1)