Skip to content

Rewrite of breakpad dump_syms tools in Rust

License

Notifications You must be signed in to change notification settings

makotokato/dump_syms

 
 

Repository files navigation

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

About

Rewrite of breakpad dump_syms tools in Rust

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 97.7%
  • C++ 1.4%
  • Makefile 0.9%