aboutsummaryrefslogtreecommitdiff
path: root/binutils/dwarf.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-12-16When loading separate debug info files, also attempt to locate a file based u...Nick Clifton1-0/+1
2021-07-14objdump: add DWARF support for AIXClément Chigot1-1/+3
2021-07-10PR28069, assertion fail in dwarf.c:display_discr_listAlan Modra1-5/+5
2021-03-31Use bool in binutilsAlan Modra1-16/+16
2021-02-25Add initial support for .debug_sup sections.Nick Clifton1-0/+1
2021-02-15objdump: don't cache section contents in load_specific_debug_sectionAlan Modra1-2/+0
2021-02-12[binutils] Fix typo in comment in dwarf.hTom de Vries1-1/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-06-22Add support for decoding the DW_MACRO_define_strx and DW_MACRO_undef_strx ope...Nick Clifton1-0/+1
2020-05-05Restore readelf's warnings that describe real problems with the file being ex...Nick Clifton1-0/+1
2020-04-29Add a warning if an emtpty SHT_REL, SHT_RELA or SHT_PROGBITS section is detec...Nick Clifton1-9/+13
2020-03-11Add support for generating DWARF-5 format directory and file name tables from...Nick Clifton1-0/+2
2020-01-09Add support for debuginfod to the binutils (disable by default, enabled via a...Aaron Merey1-0/+4
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-23Revise sleb128 and uleb128 readerAlan Modra1-2/+58
2019-11-28binutils: Make some functions static in dwarf.cAndrew Burgess1-6/+0
2019-11-28binutils: Add a new function to initialise DWARF register name stateAndrew Burgess1-0/+2
2019-11-28binutils: Rename init_dwarf_regnamesAndrew Burgess1-1/+1
2019-02-25Extend objdump's --dwarf=follow-links option so that separate debug info file...Nick Clifton1-0/+1
2019-02-22Extend readelf and objdump so that they will display and follow multiple link...Nick Clifton1-1/+10
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-02-02binutils/riscv: Register names in DWARF outputAndrew Burgess1-0/+1
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-11-15Add support to readelf and objdump for following links to separate debug info...Nick Clifton1-18/+26
2017-09-22LVU: dump loclists with locviewsAlexandre Oliva1-0/+3
2017-07-02DWARF-5: readelf: .debug_namesJan Kratochvil1-0/+1
2017-03-02Fix dwarf_section_display_enum regression by DWARF-5Jan Kratochvil1-0/+2
2017-02-23DWARF-5 basic functionalityJan Kratochvil1-0/+5
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-11-27Fix spelling in comments in C source files (binutils)Ambrogino Modigliani1-1/+1
2016-04-13Add init_dwarf_regnames_s390Andreas Arnez1-0/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-05-15Fix PR18374 by making readelf and objdump ignore end-of-list markers in the ....Nick Clifton1-1/+11
2015-05-11Add init_dwarf_regnames_iamcuH.J. Lu1-0/+1
2015-02-10Fix memory access violations triggered by running objdump compiled with out-o...Nick Clifton1-43/+3
2015-01-12More fixes for memory access errors when running readelf on fuzzed binaries.Nick Clifton1-0/+1
2015-01-05More fixes for invalid memory accesses triggered by fuzzed binaries.Nick Clifton1-4/+4
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-01More fixes for memory access violations exposed by fuzzed binaries.Nick Clifton1-0/+2
2014-08-22aarch64: Decode dwarf2 register numbersRichard Henderson1-0/+1
2014-03-05Update copyright yearsAlan Modra1-1/+1
2013-11-07 Add pretty-printing of .debug_gnu_pubnames, .debug_gnu_pubtypes.Doug Evans1-0/+4
2013-03-25 PR binutils/15202Nick Clifton1-3/+2
2012-10-24binutils/Cary Coutant1-0/+6
2012-05-11 * doc/binutils.texi: Add --dwarf-check option.Cary Coutant1-24/+44
2011-09-30 * binutils/dwarf.h (dwarf_section_display_enum): Add missing enumCary Coutant1-0/+1
2011-07-26 * dwarf2.c (dwarf_debug_sections): Add .debug_macroJakub Jelinek1-0/+1
2011-04-28 * NEWS: Add note about --dwarf-depth, --dwarf-start, andTom Tromey1-0/+3
2011-03-25 Replace bfd_vma type and analog types by dwarf_vma and analogs.Nick Clifton1-23/+22