breakpad-symbols

Crates.iobreakpad-symbols
lib.rsbreakpad-symbols
version
sourcesrc
created_at2017-12-21 13:13:35.304395
updated_at2024-12-04 15:18:02.728299
descriptionA library for working with Google Breakpad's text-format symbol files.
homepagehttps://github.com/rust-minidump/rust-minidump
repositoryhttps://github.com/rust-minidump/rust-minidump
max_upload_size
id43822
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
owners (github:rust-minidump:owners)

documentation

README

crates.io

Fetching, parsing, and evaluation of Breakpad's text format .sym files.

Fetches breakpad symbol files from disk or a server the conforms the the Tecken protocol, and provides an on-disk temp symbol file cache.

Permissively parses breakpad symbol files to smooth over the unfortunately-very-common situation of corrupt debuginfo. Will generally try to recover the parse by discarding corrupt lines or arbitrarily picking one value when conflicts are found.

Provides an API for resolving functions and source line info by address from symbol files.

Provides an API for evaluating breakpad CFI (and WIN) expressions.

This is primarily designed for use by minidump-processor.

Commit count: 1088

cargo fmt