-
Improved error handling in
addr2linebinary. #368 -
Updated
objectdependency to improveLoader::find_symbol. #369
- Updated
gimlidependency.
-
The minimum supported rust version (MSRV) is 1.88.0.
-
Updated
demangleto handle C++ 17 and 20. #357 -
Updated dependencies. #361
- Added relocatable object file support to
Loader. #362
-
Fixed line parsing for split DWARF. #353
-
Changed
.debug_arangesparsing to skip invalid entries instead of failing. #355
- Updated
gimlidependency.
-
Added
Loader::get_section_range. Added--sectionoption toaddr2linebinary. #343 -
Added
wasmfeature. #348
-
Fixed handling of Windows paths that use forward slashes. #342
-
Removed
compiler-builtinsfromrustc-dep-of-stddependencies. #345
-
Enabled caching of DWARF abbreviations. #318
-
Changed the
addr2linebinary to prefer symbol names over DWARF names. #332 -
Updated
gimlidependency.
-
Added
Context::from_arc_dwarf. #327
- Fixed parsing of partial units, which are found in supplementary object files. #313
- Updated
gimlidependency.
-
Changed the order of ranges returned by
Context::find_location_range, and fixed handling in rare situations. #303 #304 #306 -
Improved the performance of
Context::find_location. #305
-
Updated
gimlidependency. -
Deleted
Context::new,Context::new_with_sup, andbuiltin_split_dwarf_loader. UseContext::from_dwarforLoader::newinstead. This removesobjectfrom the public API. #296
-
Fixed handling of column 0 in the line table. #290
-
Moved
addr2linefromexamplestobin. Requires thebinfeature. #291 -
Split up
lib.rsinto smaller modules. #292
- Updated
gimliandobjectdependencies.
- Updated
gimli,object, andfallible-iteratordependencies.
-
The minimum supported rust version is 1.65.0.
-
Store boxed slices instead of
Vecobjects inContext. #278
-
The minimum supported rust version is 1.58.0.
-
Changed
Context::find_framesto returnLookupResult. UseLookupResult::skip_all_loadsto obtain the result without loading split DWARF. #260 -
Replaced
Context::find_dwarf_unitwithContext::find_dwarf_and_unit. #260 -
Updated
objectdependency.
- Fix handling of file index 0 for DWARF 5. #264
- Added types and methods to support loading split DWARF:
LookupResult,SplitDwarfLoad,SplitDwarfLoader,Context::preload_units. #260 #262 #263
- Updated
gimliandobjectdependencies.
- Updated
objectdependency.
-
Fixed handling of relative path for
DW_AT_comp_dir. #239 -
Fixed handling of
DW_FORM_addrxfor DWARF 5 support. #243 -
Fixed handling of units that are missing range information. #249
- Updated
gimliandobjectdependencies.
- Use
skip_attributesto improve performance. #236
- Updated
gimliandobjectdependencies.
- Allow
Contextto beSend. #219
- Don't ignore aranges with address 0. #217
-
Updated
gimliandobjectdependencies. #215 -
Added
debug_arangesparameter 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
gimliandobjectdependencies.
-
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
gimliandobjectdependencies. -
Added
rustc-dep-of-stdfeature. #166
-
Improve performance by parsing function contents lazily. #178
-
Don't skip
.debug_infoand.debug_lineentries 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
gimliandobjectdependencies. -
Added more optional features:
smallvecandfallible-iterator. #160
- Added
Context::dwarfandContext::find_dwarf_unit. #159
- Removed
lazycelldependency. #160
-
Updated
gimliandobjectdependencies. -
#130 Changed
Location::filefromOption<String>toOption<&str>. This required adding lifetime parameters toLocationand other structs that contain it. -
#152 Changed
Location::lineandLocation::columnfromOption<u64>toOption<u32>. -
#156 Deleted
allocfeature, and fixedno-stdbuilds with stable rust. Removed defaultReaderparameter forContext, and addedObjectContextinstead.
- #134
Added
Context::from_dwarf.
-
#133 Fixed handling of units that can't be parsed.
-
#155 Fixed
addr2lineoutput to match binutils. -
#130 Improved
.debug_lineparsing performance. -
#148 #150 #151 #152 Improved
.debug_infoparsing performance.
- #127
Update
gimli.
- #121
Update
gimli,object, andfallible-iteratordependencies.
- #121
Reexport
gimli,object, andfallible-iterator.
- #107
Update
objectdependency to 0.11. This is part of the public API.