Age | Commit message (Expand) | Author | Files | Lines |
2022-07-21 | PR29390, DW_CFA_AARCH64_negate_ra_state vs. DW_CFA_GNU_window_save | Alan Modra | 1 | -2/+11 |
2022-07-21 | PR29337, readelf CU/TU mixup in .gdb_index | Alan Modra | 1 | -2/+2 |
2022-07-21 | PR29370, infinite loop in display_debug_abbrev | Alan Modra | 1 | -13/+6 |
2022-07-21 | binutils/dwarf.c: abbrev caching | Alan Modra | 1 | -98/+110 |
2022-07-21 | miscellaneous dwarf.c tidies | Alan Modra | 1 | -110/+106 |
2022-07-06 | Descriptive DWARF operations dump support for DW_AT_rank | Bhuvanendra Kumar N | 1 | -0/+1 |
2022-07-05 | Support for location and range lists for split-dwarf and dwarf-5. | Bhuvanendra Kumar N | 1 | -9/+32 |
2022-07-04 | Modified changes for split-dwarf and dwarf-5. | Bhuvanendra Kumar N | 1 | -3/+9 |
2022-07-01 | Add newline to the end of the rnglists displsy. | Nick Clifton | 1 | -0/+1 |
2022-06-30 | Fix implementation of readelf's -wE and -wN options, | Nick Clifton | 1 | -2/+8 |
2022-06-28 | Fix the display of the idnex values for DW_FORM_loclistx and DW_FORM_rnglistx... | Nick Clifton | 1 | -86/+132 |
2022-06-27 | Replace a run-time assertion failure with a warning message when parsing corr... | Nick Clifton | 1 | -1/+6 |
2022-06-27 | Fix NULL pointer indirection when parsing corrupt DWARF data. | Nick Clifton | 1 | -6/+5 |
2022-06-27 | Stop bogus warnings about DWARF indexed string offsets being too big. | Nick Clifton | 1 | -72/+17 |
2022-06-27 | Fix location list offset address dump under DW_AT_location (dwarf-5) | Bhuvanendra Kumar N | 1 | -12/+26 |
2022-06-22 | Binutils support for split-dwarf and dwarf-5 | Kumar N, Bhuvanendra | 1 | -14/+43 |
2022-06-22 | PR29270, DW_FORM_udata signed output | Alan Modra | 1 | -1/+5 |
2022-06-21 | Binutils support for dwarf-5 (location and range lists related) | Nick Clifton | 1 | -13/+40 |
2022-06-16 | Restore readelf -wF | Alan Modra | 1 | -102/+59 |
2022-06-16 | PR29250, readelf erases CIE initial register state | Alan Modra | 1 | -37/+31 |
2022-06-14 | asan: applying zero offset to NULL pointer | Alan Modra | 1 | -2/+3 |
2022-05-25 | Add bionutils support for DWARF v5's DW_OP_addrx. | Natarajan, Kavitha | 1 | -4/+13 |
2022-05-24 | PR29171, invalid read causing SIGSEGV | Alan Modra | 1 | -4/+5 |
2022-05-24 | PR29170, divide by zero displaying fuzzed .debug_names | Alan Modra | 1 | -21/+24 |
2022-05-24 | PR29169, invalid read displaying fuzzed .gdb_index | Alan Modra | 1 | -58/+22 |
2022-05-20 | Stop readekf and objdump from aggressively following links. | Nick Clifton | 1 | -35/+75 |
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 |