Rewrite of breakpad dump_syms tools in Rust
Перейти к файлу
Gabriele Svelto b1951e4cce Downgrade anstyle, clap & time to be compatible with rust 1.65 2023-09-14 10:11:12 +02:00
.github Create Dependabot config file (#116) 2020-10-06 11:30:10 +02:00
src Appease clippy 2023-09-08 18:23:14 +02:00
test_data Fix test breakage caused by missing catch-all symbol 2023-01-31 21:46:46 +01:00
.gitignore Add .DS_Store to the gitignore. (#390) 2022-06-24 18:05:20 +02:00
.taskcluster.yml Use Debian 12 to run the TaskCluster jobs 2023-09-08 18:23:14 +02:00
CHANGELOG.md chore: Release dump_syms version 2.2.2 2023-09-13 17:25:43 +02:00
CODE_OF_CONDUCT.md Flesh out README and add CODE_OF_CONDUCT file (#190) 2021-01-28 20:44:58 +01:00
Cargo.lock Downgrade anstyle, clap & time to be compatible with rust 1.65 2023-09-14 10:11:12 +02:00
Cargo.toml chore: Release dump_syms version 2.2.2 2023-09-13 17:25:43 +02:00
LICENSE-APACHE Create LICENSE-APACHE 2019-09-14 11:33:22 -04:00
LICENSE-MIT Create LICENSE-MIT 2019-09-14 11:33:17 -04:00
README.md Update TC links in README (#440) 2022-08-02 19:43:23 +02:00
release.toml Updated the changelog and cargo-release configuration 2022-10-20 18:28:14 +02:00

README.md

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