Age | Commit message (Expand) | Author | Files | Lines |
2022-10-30 | Pool section entries for DWP version 1 | Alan Modra | 1 | -49/+41 |
2022-10-03 | RISC-V: Assign DWARF numbers to vector registers | Tsukasa OI | 1 | -10/+18 |
2022-09-20 | Bug 29580 - typo in warning message: .note.gnu.build-id data size is too bug | Zeke Lu | 1 | -1/+1 |
2022-09-08 | i686-w64-mingw32-objdump -WL returns incorrect file paths | Nick Clifton | 1 | -0/+7 |
2022-08-16 | PR29362, some binutils memory leaks | Alan Modra | 1 | -28/+24 |
2022-08-13 | readelf: print 0x0 as 0, and remove trailing spaces | Alan Modra | 1 | -95/+95 |
2022-08-13 | Make dwarf_vma uint64_t | Alan Modra | 1 | -982/+882 |
2022-08-13 | Don't use bfd_size_type in readelf.c and dwarf.c | Alan Modra | 1 | -30/+28 |
2022-08-05 | Sanity check loc_offsets index | Alan Modra | 1 | -10/+20 |
2022-08-05 | binutils/Dwarf: avoid "shadowing" of glibc function name | Jan Beulich | 1 | -13/+13 |
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 |