Closed
Description
Fixing the gimli-symbolize
feature to handle supplementary object files shouldn't be a lot of effort:
-
gimli
already supports them (dwarfdump: add --sup option gimli-rs/gimli#552) -
addr2line
will need updating to read the units from the supplementary object file, and handle references to entries in it when looking up names (Handle supplementary object files gimli-rs/addr2line#208) -
backtrace-rs
will need to read the.gnu_debugaltlink
section to find and load the supplementary object file
Also, backtrace-rs
doesn't currently follow .gnu_debuglink
or NT_GNU_BUILD_ID
with the gimli-symbolize
feature. I assume that one or both of those are needed too.
Metadata
Metadata
Assignees
Labels
No labels