Releases: libbpf/blazesym
Releases · libbpf/blazesym
v0.2.1
What's Changed
- Adjusted
symbolize::Symbolizer::symbolizebehavior to stop being short-circuiting- Added
Reason::IgnoredErrorvariant
- Added
- Fixed reporting of code info directory for DWARF symbolization if not explicitly overwritten by source file
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Adjusted
symbolize::{Resolved,}Sym::code_infoto be heap allocated - Made
symbolize::ResolvedSymnon-exhaustive - Report special module string when symbolizing vDSO and BPF symbols
Full Changelog: v0.2.0-rc.5...v0.2.0
cli-v0.1.12
cli: Bump version to 0.1.12 This change bumps the program's version to 0.1.12. The following notable changes have been made since 0.1.11: - Bumped blazesym dependency to 0.2.0 Signed-off-by: Daniel Müller <[email protected]>
capi-v0.1.5
capi: Bump version to 0.1.5 This change bumps the crate's version to 0.1.5. The following notable changes have been made since 0.1.4: - Bumped blazesym dependency to 0.2.0 Signed-off-by: Daniel Müller <[email protected]>
v0.2.0-rc.5
What's Changed
- Added support for discovering and using DWARF packages (
*.dwp) - Added
Symbolizer::register_elf_resolvermethod - Adjusted ELF logic to include
STT_NOTYPEsymbols in symbolization
New Contributors
- @musicinmybrain made their first contribution in #1194
Full Changelog: v0.2.0-rc.4...v0.2.0-rc.5
cli-v0.1.11
cli: Bump version to 0.1.11 This change bumps the program's version to 0.1.11. The following notable changes have been made since 0.1.10: - Bumped blazesym dependency to 0.2.0-rc.5 Signed-off-by: Daniel Müller <[email protected]>
capi-v0.1.4
build(deps): bump zip from 4.5.0 to 4.6.0 Bumps [zip](https://github.com/zip-rs/zip2) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](https://github.com/zip-rs/zip2/compare/v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: zip dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
capi-v0.1.3
capi: Bump version to 0.1.3 This change bumps the blazesym-c's version to 0.1.3. The following notable changes have been made since 0.1.2: - Fixed potential panic when normalizing vDSO addresses Signed-off-by: Daniel Müller <[email protected]>
v0.2.0-rc.4
What's Changed
- Added support for symbolizing addresses in a vDSO
- Added
vdsoattribute tosymbolize::Processtype
- Added
- Added support for normalizing addresses in a vDSO
- Added
normalize::UserMeta::Symvariant
- Added
- Adjusted debug link resolution to handle self-referential debug links more gracefully
- Report "symbolic" path in
symbolize::Sym::modulewhen using process symbolization on APKs withmap_filesset totrue - Improved handling of symbolic links to prevent duplicate work for same symbol source reached through different links
- Fixed reading of compressed ELF section data with unaligned compression headers
- Adjusted symbol names reported for BPF programs to contain
bpf_prog_prefix and program tag - Made
inspect::SymInfotype non-exhaustive - Merged
normalize::Reasonandsymbolize::Reason - Changed
CodeInfo::to_ownedtointo_owned - Bumped minimum supported Rust version to
1.75
New Contributors
- @hhoffstaette made their first contribution in #1098
- @anakryiko made their first contribution in #1119
Full Changelog: v0.2.0-rc.3...v0.2.0-rc.4
cli-v0.1.10
cli: Bump version to 0.1.10 This change bumps blazecli's version to 0.1.10. The following notable changes have been made since 0.1.9: - Bumped blazesym dependency to 0.2.0-rc.4 Signed-off-by: Daniel Müller <[email protected]>