History log of /freebsd-current/contrib/elftoolchain/libdwarf/dwarf_dump.c
Revision Date Author Comments
# 7bb441c8 07-Feb-2023 Mark Johnston <markj@FreeBSD.org>

libdwarf: Add some constants from DWARF 5

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_*), needed when
parsing .debug_info headers.

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

Reviewed by: emaste
MFC after: 3 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D38273


# 4a0f8b33 09-Jun-2018 Mark Johnston <markj@FreeBSD.org>

Add DW_LANG_* definitions from DWARF 4 and 5.

Reviewed by: emaste
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D15712


# feba6b41 19-Sep-2016 Mark Johnston <markj@FreeBSD.org>

libdwarf: Add definitions for Apple's DWARF extension attributes.

Reviewed by: emaste
MFC after: 1 week