-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sidecar: Remove usage of deprecated APIs
The gimli crate deprecated the Dwarf::borrow() method some time back. Not using it makes it super inconvenient to support our current workflow. However, addr2line recently introduced the Context::from_arc_dwarf() constructor which allows us to keep existing code structure. Switch over to using it and remove usage of the deprecated Dwarf::borrow(). Signed-off-by: Daniel Müller <deso@posteo.net>
- Loading branch information
Showing
3 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters