summaryrefslogtreecommitdiff
path: root/binutils/dwarf.c
Commit message (Expand)AuthorAgeFilesLines
* asan: readelf: memory leaksAlan Modra2020-12-041-5/+17
* Fix readelf's and objdump's dislplay of DWO links when multiple links are pre...Nick Clifton2020-11-131-36/+59
* readelf: Fix output of rnglists sectionBernd Edlinger2020-11-111-2/+9
* Accept the DW_FORM_ref8 type when parsing DWARF types.Nick Clifton2020-11-101-0/+16
* Extend the DWARF decoder to display FORM names when operating in wide mode.Nick Clifton2020-11-091-47/+103
* dwarf: Also match abbrev base when searching abbrev listH.J. Lu2020-10-291-22/+30
* Fix the decoding of DW_FORM_ref_addr DWARF attribute.Nick Clifton2020-10-271-138/+447
* Work around problem in DWARF decoding library which can result in attempts to...Nick Clifton2020-10-211-18/+25
* binutils: dwarf.c handle DWARF5 DW_LLE_start_end and DW_LLE_start_length.Mark Wielaard2020-09-291-4/+19
* readelf: Show Unit Type for DWARF5Mark Wielaard2020-09-241-0/+4
* binutils: Handle DWARF5 DW_FORM_ref_addr and DW_UT_partial.Mark Wielaard2020-09-241-2/+3
* Fix the debuglink following code to recursively load links found in the newly...Nick Clifton2020-09-111-27/+49
* PR26578, memory leak in parse_gnu_debugaltlinkAlan Modra2020-09-091-7/+2
* Fix a bogus error message from the DWARF LEB129 decoder when trying to read a...Nick Clifton2020-08-281-7/+21
* PR26388, objdump debug dump memory leaksAlan Modra2020-08-141-9/+6
* [readelf] Fix end_seq entry in -wL. Specifically stop the display of a line ...Tom de Vries2020-07-101-20/+57
* Remove x86 NaCl target supportH.J. Lu2020-06-301-2/+0
* Add support for attributes using DW_FORM_GNU_strp_altNick Clifton2020-06-301-0/+6
* binutils/dwarf.c: Correct an `index' global shadowing error for pre-4.8 GCCHans-Peter Nilsson2020-06-291-4/+5
* C++ commentsAlan Modra2020-06-291-4/+4
* Fix decoding of indexed DWARF strings using pre-DWARF-5 string offset section...Nick Clifton2020-06-231-32/+64
* Add support for decoding the DW_MACRO_define_strx and DW_MACRO_undef_strx ope...Nick Clifton2020-06-221-28/+141
* Fix an illegal memory access when parsing corrupt DWARF debug information.Nick Clifton2020-06-081-0/+1
* [PATCH v2 0/9] RISC-V: Support version controling for ISA standard extensions...Nelson Chu2020-05-201-1/+2
* Restore readelf's warnings that describe real problems with the file being ex...Nick Clifton2020-05-051-10/+17
* GAS: Do not create an entry for the default directory if the directory table ...Nick Clifton2020-05-041-7/+21
* When displaying ranges, ignore duplicate offsets.Andrew Burgess2020-04-291-0/+10
* Add a warning if an emtpty SHT_REL, SHT_RELA or SHT_PROGBITS section is detec...Nick Clifton2020-04-291-1/+1
* Add support for generating DWARF-5 format directory and file name tables from...Nick Clifton2020-03-111-31/+28
* RISC-V: Support the ISA-dependent CSR checking.Nelson Chu2020-02-201-1/+1
* Silcence a compile time warning message building the binutils with gcc-10 on ...Nick Clifton2020-02-071-0/+5
* PR23560, PR23561, readelf memory leaksAlan Modra2020-01-131-1/+12
* Add support for debuginfod to the binutils (disable by default, enabled via a...Aaron Merey2020-01-091-3/+107
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* Fix build 32-bit-host build error last for last binutils/dwarf2.c change.Hans-Peter Nilsson2019-12-231-1/+1
* Revise sleb128 and uleb128 readerAlan Modra2019-12-231-909/+660
* binutils/gas/riscv: Add DWARF register numbers for CSRsAndrew Burgess2019-11-281-3/+38
* binutils: Make DWARF register name lookup be via a function pointerAndrew Burgess2019-11-281-8/+35
* binutils: Make some functions static in dwarf.cAndrew Burgess2019-11-281-6/+6
* binutils: Add a new function to initialise DWARF register name stateAndrew Burgess2019-11-281-0/+48
* binutils: Rename init_dwarf_regnamesAndrew Burgess2019-11-281-1/+1
* binutils: Be more forgiving of targets with large numbers of registersAndrew Burgess2019-11-281-2/+2
* PR25018, readelf crash on 32bitsAlan Modra2019-09-231-4/+4
* Tidy check_uvalueAlan Modra2019-08-291-8/+1
* Improve the DWARF decoder's ability to describe the DW_AT_discr_list attribute.Nick Clifton2019-08-271-34/+380
* Prevent a potential illegal memory access in the DWARF parser when processing...Nick Clifton2019-08-231-30/+40
* Prevent a floating point exception in the dwarf parser when a CU or TU table ...Nick Clifton2019-08-221-5/+6
* PR24898, An out-of-bounds read occured in display_dataAlan Modra2019-08-191-6/+6
* PR24911, Heap overflow issue in qsort_r, dwarf.cAlan Modra2019-08-171-2/+2
* PR24798, buffer overflow in process_cu_tu_indexAlan Modra2019-07-261-29/+24