8 stable releases

2.2.1 Mar 13, 2023
2.2.0 Feb 3, 2023
2.1.1 Nov 29, 2022
2.0.2 Oct 20, 2022
0.0.7 May 23, 2022

#270 in Command line utilities

Download history 120/week @ 2022-12-05 68/week @ 2022-12-12 103/week @ 2022-12-19 53/week @ 2022-12-26 55/week @ 2023-01-02 92/week @ 2023-01-09 66/week @ 2023-01-16 112/week @ 2023-01-23 147/week @ 2023-01-30 97/week @ 2023-02-06 96/week @ 2023-02-13 89/week @ 2023-02-20 43/week @ 2023-02-27 91/week @ 2023-03-06 96/week @ 2023-03-13 57/week @ 2023-03-20

297 downloads per month
Used in 5 crates (2 directly)

MIT/Apache

7.5MB
4K SLoC

dump_syms

Task Status codecov

dump_syms is a command-line utility for parsing the debugging information the compiler provides (whether as DWARF or STABS sections in an ELF file or as stand-alone PDB files) and writing that information back out in the Breakpad symbol file format.

Usage

Use dump_syms:

dump_syms [FLAGS] [OPTIONS] <filenames>...

for help:

dump_syms --help

Development

To build:

cargo build

To run tests:

cargo test

Dependencies

~8–17MB
~364K SLoC