Age | Commit message (Expand) | Author | Files | Lines |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-12-04 | asan: readelf: memory leaks | Alan Modra | 1 | -5/+17 |
2020-11-13 | Fix readelf's and objdump's dislplay of DWO links when multiple links are pre... | Nick Clifton | 1 | -36/+59 |
2020-11-11 | readelf: Fix output of rnglists section | Bernd Edlinger | 1 | -2/+9 |
2020-11-10 | Accept the DW_FORM_ref8 type when parsing DWARF types. | Nick Clifton | 1 | -0/+16 |
2020-11-09 | Extend the DWARF decoder to display FORM names when operating in wide mode. | Nick Clifton | 1 | -47/+103 |
2020-10-29 | dwarf: Also match abbrev base when searching abbrev list | H.J. Lu | 1 | -22/+30 |
2020-10-27 | Fix the decoding of DW_FORM_ref_addr DWARF attribute. | Nick Clifton | 1 | -138/+447 |
2020-10-21 | Work around problem in DWARF decoding library which can result in attempts to... | Nick Clifton | 1 | -18/+25 |
2020-09-29 | binutils: dwarf.c handle DWARF5 DW_LLE_start_end and DW_LLE_start_length. | Mark Wielaard | 1 | -4/+19 |
2020-09-24 | readelf: Show Unit Type for DWARF5 | Mark Wielaard | 1 | -0/+4 |
2020-09-24 | binutils: Handle DWARF5 DW_FORM_ref_addr and DW_UT_partial. | Mark Wielaard | 1 | -2/+3 |
2020-09-11 | Fix the debuglink following code to recursively load links found in the newly... | Nick Clifton | 1 | -27/+49 |
2020-09-09 | PR26578, memory leak in parse_gnu_debugaltlink | Alan Modra | 1 | -7/+2 |
2020-08-28 | Fix a bogus error message from the DWARF LEB129 decoder when trying to read a... | Nick Clifton | 1 | -7/+21 |
2020-08-14 | PR26388, objdump debug dump memory leaks | Alan Modra | 1 | -9/+6 |
2020-07-10 | [readelf] Fix end_seq entry in -wL. Specifically stop the display of a line ... | Tom de Vries | 1 | -20/+57 |
2020-06-30 | Remove x86 NaCl target support | H.J. Lu | 1 | -2/+0 |
2020-06-30 | Add support for attributes using DW_FORM_GNU_strp_alt | Nick Clifton | 1 | -0/+6 |
2020-06-29 | binutils/dwarf.c: Correct an `index' global shadowing error for pre-4.8 GCC | Hans-Peter Nilsson | 1 | -4/+5 |
2020-06-29 | C++ comments | Alan Modra | 1 | -4/+4 |
2020-06-23 | Fix decoding of indexed DWARF strings using pre-DWARF-5 string offset section... | Nick Clifton | 1 | -32/+64 |
2020-06-22 | Add support for decoding the DW_MACRO_define_strx and DW_MACRO_undef_strx ope... | Nick Clifton | 1 | -28/+141 |
2020-06-08 | Fix an illegal memory access when parsing corrupt DWARF debug information. | Nick Clifton | 1 | -0/+1 |
2020-05-20 | [PATCH v2 0/9] RISC-V: Support version controling for ISA standard extensions... | Nelson Chu | 1 | -1/+2 |
2020-05-05 | Restore readelf's warnings that describe real problems with the file being ex... | Nick Clifton | 1 | -10/+17 |
2020-05-04 | GAS: Do not create an entry for the default directory if the directory table ... | Nick Clifton | 1 | -7/+21 |
2020-04-29 | When displaying ranges, ignore duplicate offsets. | Andrew Burgess | 1 | -0/+10 |
2020-04-29 | Add a warning if an emtpty SHT_REL, SHT_RELA or SHT_PROGBITS section is detec... | Nick Clifton | 1 | -1/+1 |
2020-03-11 | Add support for generating DWARF-5 format directory and file name tables from... | Nick Clifton | 1 | -31/+28 |
2020-02-20 | RISC-V: Support the ISA-dependent CSR checking. | Nelson Chu | 1 | -1/+1 |
2020-02-07 | Silcence a compile time warning message building the binutils with gcc-10 on ... | Nick Clifton | 1 | -0/+5 |
2020-01-13 | PR23560, PR23561, readelf memory leaks | Alan Modra | 1 | -1/+12 |
2020-01-09 | Add support for debuginfod to the binutils (disable by default, enabled via a... | Aaron Merey | 1 | -3/+107 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-12-23 | Fix build 32-bit-host build error last for last binutils/dwarf2.c change. | Hans-Peter Nilsson | 1 | -1/+1 |
2019-12-23 | Revise sleb128 and uleb128 reader | Alan Modra | 1 | -909/+660 |
2019-11-28 | binutils/gas/riscv: Add DWARF register numbers for CSRs | Andrew Burgess | 1 | -3/+38 |
2019-11-28 | binutils: Make DWARF register name lookup be via a function pointer | Andrew Burgess | 1 | -8/+35 |
2019-11-28 | binutils: Make some functions static in dwarf.c | Andrew Burgess | 1 | -6/+6 |
2019-11-28 | binutils: Add a new function to initialise DWARF register name state | Andrew Burgess | 1 | -0/+48 |
2019-11-28 | binutils: Rename init_dwarf_regnames | Andrew Burgess | 1 | -1/+1 |
2019-11-28 | binutils: Be more forgiving of targets with large numbers of registers | Andrew Burgess | 1 | -2/+2 |
2019-09-23 | PR25018, readelf crash on 32bits | Alan Modra | 1 | -4/+4 |
2019-08-29 | Tidy check_uvalue | Alan Modra | 1 | -8/+1 |
2019-08-27 | Improve the DWARF decoder's ability to describe the DW_AT_discr_list attribute. | Nick Clifton | 1 | -34/+380 |
2019-08-23 | Prevent a potential illegal memory access in the DWARF parser when processing... | Nick Clifton | 1 | -30/+40 |
2019-08-22 | Prevent a floating point exception in the dwarf parser when a CU or TU table ... | Nick Clifton | 1 | -5/+6 |
2019-08-19 | PR24898, An out-of-bounds read occured in display_data | Alan Modra | 1 | -6/+6 |
2019-08-17 | PR24911, Heap overflow issue in qsort_r, dwarf.c | Alan Modra | 1 | -2/+2 |