dump_syms

Crates.iodump_syms
lib.rsdump_syms
version2.3.6
created_at2022-05-23 22:24:27.794447+00
updated_at2026-01-19 09:24:06.808543+00
descriptionDump debug symbols into Breakpad ones
homepagehttps://github.com/mozilla/dump_syms
repositoryhttps://github.com/mozilla/dump_syms
max_upload_size
id592232
size32,805,709
Gabriele Svelto (gabrielesvelto)

documentation

README

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
Commit count: 364

cargo fmt