- Updated
gimli
andobject
dependencies.
- Allow
Context
to beSend
. #219
- Don't ignore aranges with address 0. #217
-
Updated
gimli
andobject
dependencies. #215 -
Added
debug_aranges
parameter toContext::from_sections
. #200
-
Fixed handling of Windows paths in locations. #209
-
examples/addr2line: Flush stdout after each response. #210
-
examples/addr2line: Avoid copying every section. #213
- Fix location lookup for skeleton units. #201
- Updated
gimli
andobject
dependencies.
-
Handle units that only have line information. #188
-
Handle DWARF units with version <= 4 and no
DW_AT_name
. #191 -
Fix handling of
DW_FORM_ref_addr
. #193
-
Updated
gimli
andobject
dependencies. -
Added
rustc-dep-of-std
feature. #166
-
Improve performance by parsing function contents lazily. #178
-
Don't skip
.debug_info
and.debug_line
entries with a zero address. #182
- Avoid linear search for
DW_FORM_ref_addr
. #175
-
Handle units with overlapping address ranges. #163
-
Don't assert for functions with overlapping address ranges. #168
-
Updated
gimli
andobject
dependencies. -
Added more optional features:
smallvec
andfallible-iterator
. #160
- Added
Context::dwarf
andContext::find_dwarf_unit
. #159
- Removed
lazycell
dependency. #160
-
Updated
gimli
andobject
dependencies. -
#130 Changed
Location::file
fromOption<String>
toOption<&str>
. This required adding lifetime parameters toLocation
and other structs that contain it. -
#152 Changed
Location::line
andLocation::column
fromOption<u64>
toOption<u32>
. -
#156 Deleted
alloc
feature, and fixedno-std
builds with stable rust. Removed defaultReader
parameter forContext
, and addedObjectContext
instead.
- #134
Added
Context::from_dwarf
.
-
#133 Fixed handling of units that can't be parsed.
-
#155 Fixed
addr2line
output to match binutils. -
#130 Improved
.debug_line
parsing performance. -
#148 #150 #151 #152 Improved
.debug_info
parsing performance.
- #127
Update
gimli
.
- #121
Update
gimli
,object
, andfallible-iterator
dependencies.
- #121
Reexport
gimli
,object
, andfallible-iterator
.
- #107
Update
object
dependency to 0.11. This is part of the public API.