summaryrefslogtreecommitdiff
path: root/binutils/dwarf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix dwarf.c build with GCC 10Nick Clifton2020-03-241-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
* Have readelf and objdump display the contents of the DWARF augmentation data ...Tom de Vries2019-07-251-1/+21
* Fix objdump's display of indirect strings in object files, which was broken b...Nick Clifton2019-07-231-1/+0
* AArch64: Add SVE DWARF registersTamar Christina2019-05-211-3/+7
* Extend objdump's --dwarf=follow-links option so that separate debug info file...Nick Clifton2019-02-251-0/+9
* Extend readelf and objdump so that they will display and follow multiple link...Nick Clifton2019-02-221-162/+285
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Move aarch64 CIE code to aarch64 backendSam Tebbs2018-12-131-0/+2
* binutils --dwarf=decodedline: Add display of is_stmt flagJohn Darrington2018-09-201-3/+8
* Add support for DW_OP_GNU_variable_value to readelfKevin Buettner2018-08-081-0/+19
* PR23431, Messages composed from pieces can't be properly translatedAlan Modra2018-07-241-9/+25
* Close memory and resource leaks detected by coverity in the binutils directory.Nick Clifton2018-07-201-3/+34
* Stop potential memory leaks in dwarf CIE reader.Nick Clifton2018-07-191-4/+12
* Prevent an assertion failure in readelf & objdump when parsing corrupt DWARF ...Nick Clifton2018-04-181-8/+17
* Fix illegal memory access when parsing corrupt DWARF information.Nick Clifton2018-04-171-1/+12
* Display all DWARF 5 language namesTom Tromey2018-04-061-0/+10
* Prevent illegal memory accesses triggerd by intger overflow when parsing corr...Nick Clifton2018-03-011-0/+15
* Speed up readelf and objdump by not looking for DWO links unless the user has...Nick Clifton2018-02-081-0/+6
* binutils/riscv: Register names in DWARF outputAndrew Burgess2018-02-021-0/+25
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Decode expression lists used with DW_AT_byte_size and other DWARF attributes.Nick Clifton2017-12-181-0/+16
* Rename argument name from link to xlinkH.J. Lu2017-11-261-3/+3
* Add ability to follow dwo links to readelf/objdump.Nick Clifton2017-11-211-88/+226
* Add support to readelf and objdump for following links to separate debug info...Nick Clifton2017-11-151-211/+735
* readelf ngettext fixesAlan Modra2017-11-071-6/+19
* Fix integer overflow problems when reading an ELF binary with corrupt augment...Nick Clifton2017-11-031-25/+40
* dwarf: Read register number as unsigned in DW_CFA_def_cfa*Simon Marchi2017-10-271-4/+4
* Display more information when decoding DW_AT_endianity, DW_AT_decimal_sign, D...Nick Clifton2017-10-111-4/+66
* Improve the speed of the --dwarf-start option by skipping processing of any c...Nick Clifton2017-10-101-0/+8
* DWARF header checksAlan Modra2017-10-061-86/+83
* PR22239 - invalid memory read in display_debug_framesAlan Modra2017-10-051-11/+4