Page MenuHomeFreeBSD

libdwarf: Add some constants from DWARF 5
ClosedPublic

Authored by markj on Jan 30 2023, 3:48 PM.
Tags
None
Referenced Files
F132691266: D38273.id116736.diff
Sun, Oct 19, 2:21 AM
Unknown Object (File)
Fri, Oct 10, 7:43 PM
Unknown Object (File)
Fri, Oct 10, 2:25 PM
Unknown Object (File)
Fri, Oct 10, 7:50 AM
Unknown Object (File)
Fri, Oct 10, 1:48 AM
Unknown Object (File)
Wed, Oct 8, 9:18 AM
Unknown Object (File)
Sat, Oct 4, 9:54 AM
Unknown Object (File)
Fri, Oct 3, 1:25 PM
Subscribers

Details

Summary

This is not exhaustive - DWARF 5 has some new enumeration types not
implemented here - but I think I caught all the ones that are extended
in DWARF 5, plus the new compilation unit type (DW_UT_*).

These were useful when extending libdwarf/ctfconvert/readelf to handle
DWARF generated by gcc 12, which is version 5 by default.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj requested review of this revision.Jan 30 2023, 3:48 PM
emaste added inline comments.
contrib/elftoolchain/libdwarf/dwarf.h
551

interesting, this one is not called out as new in DWARF5 in the spce

This revision is now accepted and ready to land.Feb 7 2023, 4:31 PM
This revision was automatically updated to reflect the committed changes.