| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the display of the idnex values for DW_FORM_loclistx and DW_FORM_rnglistx... | Nick Clifton | 2022-06-28 | 1 | -86/+132 |
* | Replace a run-time assertion failure with a warning message when parsing corr... | Nick Clifton | 2022-06-27 | 1 | -1/+6 |
* | Fix NULL pointer indirection when parsing corrupt DWARF data. | Nick Clifton | 2022-06-27 | 1 | -6/+5 |
* | Stop bogus warnings about DWARF indexed string offsets being too big. | Nick Clifton | 2022-06-27 | 1 | -72/+17 |
* | Fix location list offset address dump under DW_AT_location (dwarf-5) | Bhuvanendra Kumar N | 2022-06-27 | 1 | -12/+26 |
* | Binutils support for split-dwarf and dwarf-5 | Kumar N, Bhuvanendra | 2022-06-22 | 1 | -14/+43 |
* | PR29270, DW_FORM_udata signed output | Alan Modra | 2022-06-22 | 1 | -1/+5 |
* | Binutils support for dwarf-5 (location and range lists related) | Nick Clifton | 2022-06-21 | 1 | -13/+40 |
* | Restore readelf -wF | Alan Modra | 2022-06-16 | 1 | -102/+59 |
* | PR29250, readelf erases CIE initial register state | Alan Modra | 2022-06-16 | 1 | -37/+31 |
* | asan: applying zero offset to NULL pointer | Alan Modra | 2022-06-14 | 1 | -2/+3 |
* | Add bionutils support for DWARF v5's DW_OP_addrx. | Natarajan, Kavitha | 2022-05-25 | 1 | -4/+13 |
* | PR29171, invalid read causing SIGSEGV | Alan Modra | 2022-05-24 | 1 | -4/+5 |
* | PR29170, divide by zero displaying fuzzed .debug_names | Alan Modra | 2022-05-24 | 1 | -21/+24 |
* | PR29169, invalid read displaying fuzzed .gdb_index | Alan Modra | 2022-05-24 | 1 | -58/+22 |
* | Stop readekf and objdump from aggressively following links. | Nick Clifton | 2022-05-20 | 1 | -35/+75 |
* | Dwarf: rename yet another instance of "index" | Jan Beulich | 2022-05-04 | 1 | -3/+3 |
* | Add code to display the contents of .debug_loclists sections which contain of... | Nick Clifton | 2022-04-06 | 1 | -72/+441 |
* | Add option to objdump/readelf to disable access to debuginfod servers. | Nick Clifton | 2022-03-10 | 1 | -10/+26 |
* | objdump, readelf: Emit "CU:" format only when wide output is requested | Hans-Peter Nilsson | 2022-01-12 | 1 | -1/+1 |
* | Add ATTRIBUTE_UNUSED to load_build_id_debug_file()'s main_filename parameter. | Nick Clifton | 2022-01-04 | 1 | -1/+1 |
* | Remove a spurious debugging message. | Nick Clifton | 2022-01-04 | 1 | -3/+0 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2022-01-02 | 1 | -1/+1 |
* | try_build_id_prefix gcc-10 -Wformat-security errors | Alan Modra | 2021-12-17 | 1 | -3/+2 |
* | When loading separate debug info files, also attempt to locate a file based u... | Nick Clifton | 2021-12-16 | 1 | -1/+115 |
* | Don't return the main file as the separate debug info | H.J. Lu | 2021-12-10 | 1 | -1/+17 |
* | Fix illegal memory access whilst parsing corrupt DWARF debug information. | Nick Clifton | 2021-12-02 | 1 | -2/+16 |
* | Use dwarf_vma type for offsets, ranges and section sizes in DWARF decoder. | Nick Clifton | 2021-11-30 | 1 | -36/+45 |
* | PR28543, readelf entered an infinite loop | Alan Modra | 2021-11-10 | 1 | -0/+2 |
* | PR28541, unstable cie offset in the output of readelf | Alan Modra | 2021-11-05 | 1 | -6/+11 |
* | Use section name in warnings in display_debug_loc | Tom Tromey | 2021-11-03 | 1 | -8/+12 |
* | asan: assert (addr_ranges) <= (start) | Alan Modra | 2021-11-03 | 1 | -10/+9 |
* | PR28459, readelf issues bogus warning | Alan Modra | 2021-10-17 | 1 | -1/+0 |
* | PR27202, readelf -wL doesn't work on ".loc 0" | Alan Modra | 2021-09-29 | 1 | -3/+8 |
* | Updated Swedish translation for the binutils sub-directory | Nick Clifton | 2021-07-16 | 1 | -2/+4 |
* | objdump: add DWARF support for AIX | Clément Chigot | 2021-07-14 | 1 | -45/+45 |
* | PR28069, assertion fail in dwarf.c:display_discr_list | Alan Modra | 2021-07-10 | 1 | -16/+8 |
* | PR28047, readelf crash due to assertion failure | Alan Modra | 2021-07-05 | 1 | -6/+10 |
* | PR28048, heap-buffer-overflow on readelf -Ww | Alan Modra | 2021-07-02 | 1 | -1/+1 |
* | Handle DW_FORM_implicit_const when displaying an attribute | Nick Clifton | 2021-06-30 | 1 | -0/+4 |
* | Fix signedness of def_cfa_sf and def_cfa_offset_sf | Richard Henderson | 2021-06-30 | 1 | -7/+9 |
* | dwarf.c: string_fortify.h strncpy error | Alan Modra | 2021-06-19 | 1 | -16/+8 |
* | Use consistent type in binutils/dwarf.c | Eric Botcazou | 2021-06-14 | 1 | -10/+10 |
* | fix Dwarf2 build with certain gcc versions | Jan Beulich | 2021-06-07 | 1 | -1/+1 |
* | Fix a build problem if ENABLE_CHECKING is not defined. | Eli Schwartz | 2021-05-19 | 1 | -0/+4 |
* | PR27884, skip_attr_bytes: Assertion (data) <= (end) failed | Alan Modra | 2021-05-19 | 1 | -19/+23 |
* | process_cu_tu_index | Alan Modra | 2021-05-15 | 1 | -27/+9 |
* | display_gdb_index | Alan Modra | 2021-05-15 | 1 | -11/+7 |
* | display_debug_names | Alan Modra | 2021-05-15 | 1 | -15/+29 |
* | display_debug_frames | Alan Modra | 2021-05-15 | 1 | -103/+107 |