aboutsummaryrefslogtreecommitdiff
path: root/binutils/dwarf.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-05Fix the dislay of .debug_macro.dwo sections.Nick Clifton1-11/+21
2021-03-04Gate the displaying of non-debug sections in separate debuginfo files.Nick Clifton1-1/+2
2021-03-01Warn for missing separate debug files only if neededH.J. Lu1-23/+31
2021-02-26Add support for decoding DWARF v5 DW_AT_addr_base tags.Tom de Vries1-3/+36
2021-02-26Add support for the split DWARF forms.Tom de Vries1-2/+61
2021-02-25Add initial support for .debug_sup sections.Nick Clifton1-3/+147
2021-02-17read_leb128 overflow checkingAlan Modra1-21/+22
2021-02-16Dwarf: fix build with old gccJan Beulich1-1/+1
2021-02-15objdump: don't cache section contents in load_specific_debug_sectionAlan Modra1-2/+2
2021-02-12Change the readelf and objdump programs so that they will automatically follo...Nick Clifton1-2/+4
2021-02-12[binutils] Fix printing of .debug_str_offsetsTom de Vries1-1/+9
2021-02-12[binutils] Print DWO IDTom de Vries1-1/+5
2021-02-10[binutils] Handle absolute DW_AT_dwo_nameTom de Vries1-2/+5
2021-02-10[binutils] Handle presence of both .debug_ranges and .debug_rnglistsTom de Vries1-1/+16
2021-02-09[binutils] Handle DW_FORM_ref_sig8 in get_type_abbrev_from_formTom de Vries1-0/+1
2021-02-09[binutils] Handle DW_UT_skeleton/split_compile in process_debug_infoTom de Vries1-1/+17
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-04asan: readelf: memory leaksAlan Modra1-5/+17
2020-11-13Fix readelf's and objdump's dislplay of DWO links when multiple links are pre...Nick Clifton1-36/+59
2020-11-11readelf: Fix output of rnglists sectionBernd Edlinger1-2/+9
2020-11-10Accept the DW_FORM_ref8 type when parsing DWARF types.Nick Clifton1-0/+16
2020-11-09Extend the DWARF decoder to display FORM names when operating in wide mode.Nick Clifton1-47/+103
2020-10-29dwarf: Also match abbrev base when searching abbrev listH.J. Lu1-22/+30
2020-10-27Fix the decoding of DW_FORM_ref_addr DWARF attribute.Nick Clifton1-138/+447
2020-10-21Work around problem in DWARF decoding library which can result in attempts to...Nick Clifton1-18/+25
2020-09-29binutils: dwarf.c handle DWARF5 DW_LLE_start_end and DW_LLE_start_length.Mark Wielaard1-4/+19
2020-09-24readelf: Show Unit Type for DWARF5Mark Wielaard1-0/+4
2020-09-24binutils: Handle DWARF5 DW_FORM_ref_addr and DW_UT_partial.Mark Wielaard1-2/+3
2020-09-11Fix the debuglink following code to recursively load links found in the newly...Nick Clifton1-27/+49
2020-09-09PR26578, memory leak in parse_gnu_debugaltlinkAlan Modra1-7/+2
2020-08-28Fix a bogus error message from the DWARF LEB129 decoder when trying to read a...Nick Clifton1-7/+21
2020-08-14PR26388, objdump debug dump memory leaksAlan Modra1-9/+6
2020-07-10[readelf] Fix end_seq entry in -wL. Specifically stop the display of a line ...Tom de Vries1-20/+57
2020-06-30Remove x86 NaCl target supportH.J. Lu1-2/+0
2020-06-30Add support for attributes using DW_FORM_GNU_strp_altNick Clifton1-0/+6
2020-06-29binutils/dwarf.c: Correct an `index' global shadowing error for pre-4.8 GCCHans-Peter Nilsson1-4/+5
2020-06-29C++ commentsAlan Modra1-4/+4
2020-06-23Fix decoding of indexed DWARF strings using pre-DWARF-5 string offset section...Nick Clifton1-32/+64
2020-06-22Add support for decoding the DW_MACRO_define_strx and DW_MACRO_undef_strx ope...Nick Clifton1-28/+141
2020-06-08Fix an illegal memory access when parsing corrupt DWARF debug information.Nick Clifton1-0/+1
2020-05-20[PATCH v2 0/9] RISC-V: Support version controling for ISA standard extensions...Nelson Chu1-1/+2
2020-05-05Restore readelf's warnings that describe real problems with the file being ex...Nick Clifton1-10/+17
2020-05-04GAS: Do not create an entry for the default directory if the directory table ...Nick Clifton1-7/+21
2020-04-29When displaying ranges, ignore duplicate offsets.Andrew Burgess1-0/+10
2020-04-29Add a warning if an emtpty SHT_REL, SHT_RELA or SHT_PROGBITS section is detec...Nick Clifton1-1/+1
2020-03-11Add support for generating DWARF-5 format directory and file name tables from...Nick Clifton1-31/+28
2020-02-20RISC-V: Support the ISA-dependent CSR checking.Nelson Chu1-1/+1
2020-02-07Silcence a compile time warning message building the binutils with gcc-10 on ...Nick Clifton1-0/+5
2020-01-13PR23560, PR23561, readelf memory leaksAlan Modra1-1/+12
2020-01-09Add support for debuginfod to the binutils (disable by default, enabled via a...Aaron Merey1-3/+107