Skip to content

Releases: libbpf/blazesym

v0.2.1

13 Nov 19:20

Choose a tag to compare

What's Changed

  • Adjusted symbolize::Symbolizer::symbolize behavior to stop being short-circuiting
    • Added Reason::IgnoredError variant
  • 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

23 Sep 22:17

Choose a tag to compare

What's Changed

  • Adjusted symbolize::{Resolved,}Sym::code_info to be heap allocated
  • Made symbolize::ResolvedSym non-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

23 Sep 22:58

Choose a tag to compare

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

23 Sep 22:30

Choose a tag to compare

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

02 Sep 17:23

Choose a tag to compare

What's Changed

  • Added support for discovering and using DWARF packages (*.dwp)
  • Added Symbolizer::register_elf_resolver method
  • Adjusted ELF logic to include STT_NOTYPE symbols in symbolization

New Contributors

Full Changelog: v0.2.0-rc.4...v0.2.0-rc.5

cli-v0.1.11

02 Sep 18:14

Choose a tag to compare

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

02 Sep 17:40

Choose a tag to compare

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

25 Jul 14:21

Choose a tag to compare

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

24 Jun 17:17

Choose a tag to compare

What's Changed

  • Added support for symbolizing addresses in a vDSO
    • Added vdso attribute to symbolize::Process type
  • Added support for normalizing addresses in a vDSO
    • Added normalize::UserMeta::Sym variant
  • Adjusted debug link resolution to handle self-referential debug links more gracefully
  • Report "symbolic" path in symbolize::Sym::module when using process symbolization on APKs with map_files set to true
  • 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::SymInfo type non-exhaustive
  • Merged normalize::Reason and symbolize::Reason
  • Changed CodeInfo::to_owned to into_owned
  • Bumped minimum supported Rust version to 1.75

New Contributors

Full Changelog: v0.2.0-rc.3...v0.2.0-rc.4

cli-v0.1.10

24 Jun 17:50

Choose a tag to compare

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]>