aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prevent an infinite loop in the DWARF parsing code when encountering a CU str...Nick Clifton2017-09-271-1/+10
* Fix address violations when parsing a corrupt DWARF linenumber table.Nick Clifton2017-09-261-5/+16
* PR21732, String-concatenated message can not be translatedAlan Modra2017-09-261-4/+6
* LVU: dump loclists with locviewsAlexandre Oliva2017-09-221-34/+298
* Fix typo in warning message.Nick Clifton2017-07-211-1/+1
* Remove unused variables in dwarf parser.Simon Marchi2017-07-211-8/+0
* This patch introduces support for specifing views in .loc directives, so that...Alexandre Oliva2017-07-211-43/+123
* * dwarf.c (display_debug_names): Initialize hash_prev.Hans-Peter Nilsson2017-07-181-1/+1
* Fix compile time warnings building the binutils with gcc 7.1.1.Nick Clifton2017-07-121-1/+4
* DWARF-5: Fix error message typo.Jan Kratochvil2017-07-091-1/+1
* Fix build with GCC 4.2H.J. Lu2017-07-051-7/+9
* DWARF-5: readelf: .debug_namesJan Kratochvil2017-07-021-0/+365