Rewrite of breakpad dump_syms tools in Rust
Перейти к файлу
dependabot[bot] 1a3ecf9a22
Bump tokio from 1.38.0 to 1.41.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.38.0 to 1.41.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.38.0...tokio-1.41.1)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-11 12:13:42 +00:00
.github Update to cargo-dist 0.22.1 and remove the hacks that allowed us to run third-party GitHub actions 2024-09-06 10:20:40 +02:00
src Appease clippy for Rust 1.82.0 2024-10-21 14:57:24 +02:00
test_data Add an option to remove the INFO GENERATOR line 2024-01-19 11:45:15 +01:00
.gitattributes Set EOL attributes on test files to fix Windows failures 2024-03-06 09:38:07 +01:00
.gitignore Add .DS_Store to the gitignore. (#390) 2022-06-24 18:05:20 +02:00
CHANGELOG.md chore: Release dump_syms version 2.3.4 2024-09-06 10:37:32 +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 Bump tokio from 1.38.0 to 1.41.1 2024-11-11 12:13:42 +00:00
Cargo.toml Bump tokio from 1.38.0 to 1.41.1 2024-11-11 12:13:42 +00: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