Bug 26219 - support DWARF5 split dwarf in dwp
Summary: support DWARF5 split dwarf in dwp
Status: ASSIGNED
Alias: None
Product: binutils
Classification: Unclassified
Component: binutils (show other bugs)
Version: 2.36
: P2 enhancement
Target Milestone: ---
Assignee: Cary Coutant
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-08 18:34 UTC by trass3r
Modified: 2022-11-17 18:27 UTC (History)
3 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed: 2021-03-19 00:00:00


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description trass3r 2020-07-08 18:34:16 UTC
For executables compiled with g++ -Og -gsplit-dwarf -gdwarf-5
Comment 1 trass3r 2020-07-08 19:23:38 UTC
Currently fails in Dwarf_info_reader::do_parse() reading debug_abbrev_offset.
For reference: https://reviews.llvm.org/D51935#change-esmWqDKOGMBP
Comment 2 Jordan Williams 2022-11-17 18:27:25 UTC
This would be really great to have, especially since newer versions of GCC default to DWARF 5.