Age | Commit message (Expand) | Author | Files | Lines |
2022-05-04 | Dwarf: rename yet another instance of "index" | Jan Beulich | 1 | -3/+3 |
2022-04-06 | Add code to display the contents of .debug_loclists sections which contain of... | Nick Clifton | 1 | -72/+441 |
2022-03-10 | Add option to objdump/readelf to disable access to debuginfod servers. | Nick Clifton | 1 | -10/+26 |
2022-01-12 | objdump, readelf: Emit "CU:" format only when wide output is requested | Hans-Peter Nilsson | 1 | -1/+1 |
2022-01-04 | Add ATTRIBUTE_UNUSED to load_build_id_debug_file()'s main_filename parameter. | Nick Clifton | 1 | -1/+1 |
2022-01-04 | Remove a spurious debugging message. | Nick Clifton | 1 | -3/+0 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-12-17 | try_build_id_prefix gcc-10 -Wformat-security errors | Alan Modra | 1 | -3/+2 |
2021-12-16 | When loading separate debug info files, also attempt to locate a file based u... | Nick Clifton | 1 | -1/+115 |
2021-12-10 | Don't return the main file as the separate debug info | H.J. Lu | 1 | -1/+17 |
2021-12-02 | Fix illegal memory access whilst parsing corrupt DWARF debug information. | Nick Clifton | 1 | -2/+16 |
2021-11-30 | Use dwarf_vma type for offsets, ranges and section sizes in DWARF decoder. | Nick Clifton | 1 | -36/+45 |
2021-11-10 | PR28543, readelf entered an infinite loop | Alan Modra | 1 | -0/+2 |
2021-11-05 | PR28541, unstable cie offset in the output of readelf | Alan Modra | 1 | -6/+11 |
2021-11-03 | Use section name in warnings in display_debug_loc | Tom Tromey | 1 | -8/+12 |
2021-11-03 | asan: assert (addr_ranges) <= (start) | Alan Modra | 1 | -10/+9 |
2021-10-17 | PR28459, readelf issues bogus warning | Alan Modra | 1 | -1/+0 |
2021-09-29 | PR27202, readelf -wL doesn't work on ".loc 0" | Alan Modra | 1 | -3/+8 |
2021-07-16 | Updated Swedish translation for the binutils sub-directory | Nick Clifton | 1 | -2/+4 |
2021-07-14 | objdump: add DWARF support for AIX | Clément Chigot | 1 | -45/+45 |
2021-07-10 | PR28069, assertion fail in dwarf.c:display_discr_list | Alan Modra | 1 | -16/+8 |
2021-07-05 | PR28047, readelf crash due to assertion failure | Alan Modra | 1 | -6/+10 |
2021-07-02 | PR28048, heap-buffer-overflow on readelf -Ww | Alan Modra | 1 | -1/+1 |
2021-06-30 | Handle DW_FORM_implicit_const when displaying an attribute | Nick Clifton | 1 | -0/+4 |
2021-06-30 | Fix signedness of def_cfa_sf and def_cfa_offset_sf | Richard Henderson | 1 | -7/+9 |
2021-06-19 | dwarf.c: string_fortify.h strncpy error | Alan Modra | 1 | -16/+8 |
2021-06-14 | Use consistent type in binutils/dwarf.c | Eric Botcazou | 1 | -10/+10 |
2021-06-07 | fix Dwarf2 build with certain gcc versions | Jan Beulich | 1 | -1/+1 |
2021-05-19 | Fix a build problem if ENABLE_CHECKING is not defined. | Eli Schwartz | 1 | -0/+4 |
2021-05-19 | PR27884, skip_attr_bytes: Assertion (data) <= (end) failed | Alan Modra | 1 | -19/+23 |
2021-05-15 | process_cu_tu_index | Alan Modra | 1 | -27/+9 |
2021-05-15 | display_gdb_index | Alan Modra | 1 | -11/+7 |
2021-05-15 | display_debug_names | Alan Modra | 1 | -15/+29 |
2021-05-15 | display_debug_frames | Alan Modra | 1 | -103/+107 |
2021-05-15 | read_cie | Alan Modra | 1 | -1/+12 |
2021-05-15 | display_debug_ranges | Alan Modra | 1 | -10/+6 |
2021-05-15 | display_debug_rnglists_list | Alan Modra | 1 | -1/+1 |
2021-05-15 | display_debug_str_offsets | Alan Modra | 1 | -2/+2 |
2021-05-15 | display_debug_aranges | Alan Modra | 1 | -18/+15 |
2021-05-15 | display_loc_list | Alan Modra | 1 | -7/+13 |
2021-05-15 | display_debug_macro | Alan Modra | 1 | -6/+10 |
2021-05-15 | get_line_filename_and_dirname | Alan Modra | 1 | -15/+22 |
2021-05-15 | display_debug_macinfo | Alan Modra | 1 | -9/+15 |
2021-05-15 | display_debug_pubnames_worker | Alan Modra | 1 | -20/+14 |
2021-05-15 | display_debug_lines_decoded | Alan Modra | 1 | -4/+4 |
2021-05-15 | read_debug_line_header | Alan Modra | 1 | -18/+5 |
2021-05-15 | process_debug_info | Alan Modra | 1 | -82/+61 |
2021-05-15 | SAFE_BYTE_GET_INTERNAL | Alan Modra | 1 | -1/+4 |
2021-05-15 | _mul_overflow and get_encoded_value | Alan Modra | 1 | -1/+1 |
2021-05-13 | revert previous delta | Nick Clifton | 1 | -7/+0 |