Age | Commit message (Expand) | Author | Files | Lines |
2018-09-20 | binutils --dwarf=decodedline: Add display of is_stmt flag | John Darrington | 1 | -3/+8 |
2018-08-08 | Add support for DW_OP_GNU_variable_value to readelf | Kevin Buettner | 1 | -0/+19 |
2018-07-24 | PR23431, Messages composed from pieces can't be properly translated | Alan Modra | 1 | -9/+25 |
2018-07-20 | Close memory and resource leaks detected by coverity in the binutils directory. | Nick Clifton | 1 | -3/+34 |
2018-07-19 | Stop potential memory leaks in dwarf CIE reader. | Nick Clifton | 1 | -4/+12 |
2018-04-18 | Prevent an assertion failure in readelf & objdump when parsing corrupt DWARF ... | Nick Clifton | 1 | -8/+17 |
2018-04-17 | Fix illegal memory access when parsing corrupt DWARF information. | Nick Clifton | 1 | -1/+12 |
2018-04-06 | Display all DWARF 5 language names | Tom Tromey | 1 | -0/+10 |
2018-03-01 | Prevent illegal memory accesses triggerd by intger overflow when parsing corr... | Nick Clifton | 1 | -0/+15 |
2018-02-08 | Speed up readelf and objdump by not looking for DWO links unless the user has... | Nick Clifton | 1 | -0/+6 |
2018-02-02 | binutils/riscv: Register names in DWARF output | Andrew Burgess | 1 | -0/+25 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-12-18 | Decode expression lists used with DW_AT_byte_size and other DWARF attributes. | Nick Clifton | 1 | -0/+16 |
2017-11-26 | Rename argument name from link to xlink | H.J. Lu | 1 | -3/+3 |
2017-11-21 | Add ability to follow dwo links to readelf/objdump. | Nick Clifton | 1 | -88/+226 |
2017-11-15 | Add support to readelf and objdump for following links to separate debug info... | Nick Clifton | 1 | -211/+735 |
2017-11-07 | readelf ngettext fixes | Alan Modra | 1 | -6/+19 |
2017-11-03 | Fix integer overflow problems when reading an ELF binary with corrupt augment... | Nick Clifton | 1 | -25/+40 |
2017-10-27 | dwarf: Read register number as unsigned in DW_CFA_def_cfa* | Simon Marchi | 1 | -4/+4 |
2017-10-11 | Display more information when decoding DW_AT_endianity, DW_AT_decimal_sign, D... | Nick Clifton | 1 | -4/+66 |
2017-10-10 | Improve the speed of the --dwarf-start option by skipping processing of any c... | Nick Clifton | 1 | -0/+8 |
2017-10-06 | DWARF header checks | Alan Modra | 1 | -86/+83 |
2017-10-05 | PR22239 - invalid memory read in display_debug_frames | Alan Modra | 1 | -11/+4 |
2017-09-27 | Prevent an infinite loop in the DWARF parsing code when encountering a CU str... | Nick Clifton | 1 | -1/+10 |
2017-09-26 | Fix address violations when parsing a corrupt DWARF linenumber table. | Nick Clifton | 1 | -5/+16 |
2017-09-26 | PR21732, String-concatenated message can not be translated | Alan Modra | 1 | -4/+6 |
2017-09-22 | LVU: dump loclists with locviews | Alexandre Oliva | 1 | -34/+298 |
2017-07-21 | Fix typo in warning message. | Nick Clifton | 1 | -1/+1 |
2017-07-21 | Remove unused variables in dwarf parser. | Simon Marchi | 1 | -8/+0 |
2017-07-21 | This patch introduces support for specifing views in .loc directives, so that... | Alexandre Oliva | 1 | -43/+123 |
2017-07-18 | * dwarf.c (display_debug_names): Initialize hash_prev. | Hans-Peter Nilsson | 1 | -1/+1 |
2017-07-12 | Fix compile time warnings building the binutils with gcc 7.1.1. | Nick Clifton | 1 | -1/+4 |
2017-07-09 | DWARF-5: Fix error message typo. | Jan Kratochvil | 1 | -1/+1 |
2017-07-05 | Fix build with GCC 4.2 | H.J. Lu | 1 | -7/+9 |
2017-07-02 | DWARF-5: readelf: .debug_names | Jan Kratochvil | 1 | -0/+365 |
2017-06-21 | Use DWARF_VMA_FMT to report error | H.J. Lu | 1 | -2/+2 |
2017-06-21 | Fix address violation when reading corrupt DWARF data. | Nick Clifton | 1 | -58/+96 |
2017-04-28 | Fix heap-buffer overflow bugs caused when dumping debug information from a co... | Nick Clifton | 1 | -16/+50 |
2017-04-23 | PR 21408, segfault in display_debug_lines_decoded | Alan Modra | 1 | -7/+5 |
2017-04-10 | Prevent a bigus warning from readelf about a gdb-index table being too big. | John Delsignor | 1 | -1/+1 |
2017-03-02 | New debug_displays_assert | Jan Kratochvil | 1 | -0/+3 |
2017-02-27 | Fix compilation with GCC 4.4.7. | Jan Kratochvil | 1 | -3/+5 |
2017-02-23 | DWARF-5: DW_FORM_data16 | Jan Kratochvil | 1 | -0/+26 |
2017-02-23 | DWARF-5: Macros | Jan Kratochvil | 1 | -28/+28 |
2017-02-23 | DWARF-5: call sites | Jan Kratochvil | 1 | -7/+36 |
2017-02-23 | DWARF-5 basic functionality | Jan Kratochvil | 1 | -204/+956 |
2017-02-23 | DWARF attrs: add delimiter | Jan Kratochvil | 1 | -25/+25 |
2017-02-23 | dwarf.c: Use more dwarf_vma | Jan Kratochvil | 1 | -23/+23 |
2017-02-22 | Display user op byte | Jan Kratochvil | 1 | -2/+2 |
2017-02-20 | Fix another memory access error in readelf when parsing a corrupt binary. | Nick Clifton | 1 | -14/+20 |