| Crates.io | dump_syms |
| lib.rs | dump_syms |
| version | 2.3.5 |
| created_at | 2022-05-23 22:24:27.794447+00 |
| updated_at | 2025-06-18 13:29:33.209015+00 |
| description | Dump debug symbols into Breakpad ones |
| homepage | https://github.com/mozilla/dump_syms |
| repository | https://github.com/mozilla/dump_syms |
| max_upload_size | |
| id | 592232 |
| size | 32,807,810 |
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.
Use dump_syms:
dump_syms [FLAGS] [OPTIONS] <filenames>...
for help:
dump_syms --help
To build:
cargo build
To run tests:
cargo test