summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix the display of the idnex values for DW_FORM_loclistx and DW_FORM_rnglistx...Nick Clifton2022-06-281-86/+132
* Replace a run-time assertion failure with a warning message when parsing corr...Nick Clifton2022-06-271-1/+6
* Fix NULL pointer indirection when parsing corrupt DWARF data.Nick Clifton2022-06-271-6/+5
* Stop bogus warnings about DWARF indexed string offsets being too big.Nick Clifton2022-06-271-72/+17
* Fix location list offset address dump under DW_AT_location (dwarf-5)Bhuvanendra Kumar N2022-06-271-12/+26
* Binutils support for split-dwarf and dwarf-5Kumar N, Bhuvanendra2022-06-221-14/+43
* PR29270, DW_FORM_udata signed outputAlan Modra2022-06-221-1/+5
* Binutils support for dwarf-5 (location and range lists related)Nick Clifton2022-06-211-13/+40
* Restore readelf -wFAlan Modra2022-06-161-102/+59
* PR29250, readelf erases CIE initial register stateAlan Modra2022-06-161-37/+31
* asan: applying zero offset to NULL pointerAlan Modra2022-06-141-2/+3
* Add bionutils support for DWARF v5's DW_OP_addrx.Natarajan, Kavitha2022-05-251-4/+13
* PR29171, invalid read causing SIGSEGVAlan Modra2022-05-241-4/+5
* PR29170, divide by zero displaying fuzzed .debug_namesAlan Modra2022-05-241-21/+24
* PR29169, invalid read displaying fuzzed .gdb_indexAlan Modra2022-05-241-58/+22
* Stop readekf and objdump from aggressively following links.Nick Clifton2022-05-201-35/+75
* Dwarf: rename yet another instance of "index"Jan Beulich2022-05-041-3/+3
* Add code to display the contents of .debug_loclists sections which contain of...Nick Clifton2022-04-061-72/+441
* Add option to objdump/readelf to disable access to debuginfod servers.Nick Clifton2022-03-101-10/+26
* objdump, readelf: Emit "CU:" format only when wide output is requestedHans-Peter Nilsson2022-01-121-1/+1
* Add ATTRIBUTE_UNUSED to load_build_id_debug_file()'s main_filename parameter.Nick Clifton2022-01-041-1/+1
* Remove a spurious debugging message.Nick Clifton2022-01-041-3/+0
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* try_build_id_prefix gcc-10 -Wformat-security errorsAlan Modra2021-12-171-3/+2
* When loading separate debug info files, also attempt to locate a file based u...Nick Clifton2021-12-161-1/+115
* Don't return the main file as the separate debug infoH.J. Lu2021-12-101-1/+17
* Fix illegal memory access whilst parsing corrupt DWARF debug information.Nick Clifton2021-12-021-2/+16
* Use dwarf_vma type for offsets, ranges and section sizes in DWARF decoder.Nick Clifton2021-11-301-36/+45
* PR28543, readelf entered an infinite loopAlan Modra2021-11-101-0/+2
* PR28541, unstable cie offset in the output of readelfAlan Modra2021-11-051-6/+11
* Use section name in warnings in display_debug_locTom Tromey2021-11-031-8/+12
* asan: assert (addr_ranges) <= (start)Alan Modra2021-11-031-10/+9
* PR28459, readelf issues bogus warningAlan Modra2021-10-171-1/+0
* PR27202, readelf -wL doesn't work on ".loc 0"Alan Modra2021-09-291-3/+8
* Updated Swedish translation for the binutils sub-directoryNick Clifton2021-07-161-2/+4
* objdump: add DWARF support for AIXClément Chigot2021-07-141-45/+45
* PR28069, assertion fail in dwarf.c:display_discr_listAlan Modra2021-07-101-16/+8
* PR28047, readelf crash due to assertion failureAlan Modra2021-07-051-6/+10
* PR28048, heap-buffer-overflow on readelf -WwAlan Modra2021-07-021-1/+1
* Handle DW_FORM_implicit_const when displaying an attributeNick Clifton2021-06-301-0/+4
* Fix signedness of def_cfa_sf and def_cfa_offset_sfRichard Henderson2021-06-301-7/+9
* dwarf.c: string_fortify.h strncpy errorAlan Modra2021-06-191-16/+8
* Use consistent type in binutils/dwarf.cEric Botcazou2021-06-141-10/+10
* fix Dwarf2 build with certain gcc versionsJan Beulich2021-06-071-1/+1
* Fix a build problem if ENABLE_CHECKING is not defined.Eli Schwartz2021-05-191-0/+4
* PR27884, skip_attr_bytes: Assertion (data) <= (end) failedAlan Modra2021-05-191-19/+23
* process_cu_tu_indexAlan Modra2021-05-151-27/+9
* display_gdb_indexAlan Modra2021-05-151-11/+7
* display_debug_namesAlan Modra2021-05-151-15/+29
* display_debug_framesAlan Modra2021-05-151-103/+107