Searched hist:"7 bb441c866781ec14b3e79a4f3e95fd319ab7ff9" (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | Version.map | diff 7bb441c866781ec14b3e79a4f3e95fd319ab7ff9 Tue Feb 07 20:33:27 CET 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
|
H A D | dwarf_get_AT_name.3 | diff 7bb441c866781ec14b3e79a4f3e95fd319ab7ff9 Tue Feb 07 20:33:27 CET 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
|
H A D | dwarf.h | diff 7bb441c866781ec14b3e79a4f3e95fd319ab7ff9 Tue Feb 07 20:33:27 CET 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
|
H A D | dwarf_dump.c | diff 7bb441c866781ec14b3e79a4f3e95fd319ab7ff9 Tue Feb 07 20:33:27 CET 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
|
H A D | libdwarf.h | diff 7bb441c866781ec14b3e79a4f3e95fd319ab7ff9 Tue Feb 07 20:33:27 CET 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
|
/freebsd/lib/libdwarf/ |
H A D | Makefile | diff 7bb441c866781ec14b3e79a4f3e95fd319ab7ff9 Tue Feb 07 20:33:27 CET 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
|