aboutsummaryrefslogtreecommitdiff
path: root/binutils/dwarf.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-23Fix build 32-bit-host build error last for last binutils/dwarf2.c change.Hans-Peter Nilsson1-1/+1
2019-12-23Revise sleb128 and uleb128 readerAlan Modra1-909/+660
2019-11-28binutils/gas/riscv: Add DWARF register numbers for CSRsAndrew Burgess1-3/+38
2019-11-28binutils: Make DWARF register name lookup be via a function pointerAndrew Burgess1-8/+35
2019-11-28binutils: Make some functions static in dwarf.cAndrew Burgess1-6/+6
2019-11-28binutils: Add a new function to initialise DWARF register name stateAndrew Burgess1-0/+48
2019-11-28binutils: Rename init_dwarf_regnamesAndrew Burgess1-1/+1
2019-11-28binutils: Be more forgiving of targets with large numbers of registersAndrew Burgess1-2/+2
2019-09-23PR25018, readelf crash on 32bitsAlan Modra1-4/+4
2019-08-29Tidy check_uvalueAlan Modra1-8/+1
2019-08-27Improve the DWARF decoder's ability to describe the DW_AT_discr_list attribute.Nick Clifton1-34/+380
2019-08-23Prevent a potential illegal memory access in the DWARF parser when processing...Nick Clifton1-30/+40
2019-08-22Prevent a floating point exception in the dwarf parser when a CU or TU table ...Nick Clifton1-5/+6
2019-08-19PR24898, An out-of-bounds read occured in display_dataAlan Modra1-6/+6
2019-08-17PR24911, Heap overflow issue in qsort_r, dwarf.cAlan Modra1-2/+2
2019-07-26PR24798, buffer overflow in process_cu_tu_indexAlan Modra1-29/+24
2019-07-25Have readelf and objdump display the contents of the DWARF augmentation data ...Tom de Vries1-1/+21
2019-07-23Fix objdump's display of indirect strings in object files, which was broken b...Nick Clifton1-1/+0
2019-05-21AArch64: Add SVE DWARF registersTamar Christina1-3/+7
2019-02-25Extend objdump's --dwarf=follow-links option so that separate debug info file...Nick Clifton1-0/+9
2019-02-22Extend readelf and objdump so that they will display and follow multiple link...Nick Clifton1-162/+285
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-13Move aarch64 CIE code to aarch64 backendSam Tebbs1-0/+2
2018-09-20binutils --dwarf=decodedline: Add display of is_stmt flagJohn Darrington1-3/+8
2018-08-08Add support for DW_OP_GNU_variable_value to readelfKevin Buettner1-0/+19
2018-07-24PR23431, Messages composed from pieces can't be properly translatedAlan Modra1-9/+25
2018-07-20Close memory and resource leaks detected by coverity in the binutils directory.Nick Clifton1-3/+34
2018-07-19Stop potential memory leaks in dwarf CIE reader.Nick Clifton1-4/+12
2018-04-18Prevent an assertion failure in readelf & objdump when parsing corrupt DWARF ...Nick Clifton1-8/+17
2018-04-17Fix illegal memory access when parsing corrupt DWARF information.Nick Clifton1-1/+12
2018-04-06Display all DWARF 5 language namesTom Tromey1-0/+10
2018-03-01Prevent illegal memory accesses triggerd by intger overflow when parsing corr...Nick Clifton1-0/+15
2018-02-08Speed up readelf and objdump by not looking for DWO links unless the user has...Nick Clifton1-0/+6
2018-02-02binutils/riscv: Register names in DWARF outputAndrew Burgess1-0/+25
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-18Decode expression lists used with DW_AT_byte_size and other DWARF attributes.Nick Clifton1-0/+16
2017-11-26Rename argument name from link to xlinkH.J. Lu1-3/+3
2017-11-21Add ability to follow dwo links to readelf/objdump.Nick Clifton1-88/+226
2017-11-15Add support to readelf and objdump for following links to separate debug info...Nick Clifton1-211/+735
2017-11-07readelf ngettext fixesAlan Modra1-6/+19
2017-11-03Fix integer overflow problems when reading an ELF binary with corrupt augment...Nick Clifton1-25/+40
2017-10-27dwarf: Read register number as unsigned in DW_CFA_def_cfa*Simon Marchi1-4/+4
2017-10-11Display more information when decoding DW_AT_endianity, DW_AT_decimal_sign, D...Nick Clifton1-4/+66
2017-10-10Improve the speed of the --dwarf-start option by skipping processing of any c...Nick Clifton1-0/+8