Age | Commit message (Expand) | Author | Files | Lines |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-12-26 | bfd/dwarf2.c: allow use of DWARF5 directory entry 0 | Alan Modra | 1 | -13/+10 |
2022-12-23 | Fix illegal memory access parsing corrupt DWARF information. | Nick Clifton | 1 | -1/+2 |
2022-12-22 | PR29925, Memory leak in find_abstract_instance | Alan Modra | 1 | -12/+19 |
2022-12-21 | PR29922, SHT_NOBITS section avoids section size sanity check | Alan Modra | 1 | -3/+9 |
2022-11-11 | PR28834, PR26946 sanity checking section size | Alan Modra | 1 | -13/+7 |
2022-10-04 | ignore DWARF debug information for -gsplit-dwarf with dwarf-5 | Potharla, Rupesh | 1 | -1/+11 |
2022-09-21 | PR29573, addr2line doesn't display file/line for local symbols | Alan Modra | 1 | -18/+16 |
2022-09-21 | dwarf2.c: simplify best_fit_len tests | Alan Modra | 1 | -32/+22 |
2022-09-21 | dwarf2.c: mangle_style | Alan Modra | 1 | -11/+33 |
2022-09-21 | dwarf2.c remove varinfo and funcinfo sec field | Alan Modra | 1 | -19/+3 |
2022-09-06 | bfd: Add bfd_find_nearest_line_with_alt | Aaron Merey | 1 | -12/+55 |
2022-08-30 | BFD library: Use entry 0 in directory and filename tables of DWARF-5 debug info. | Nick Clifton | 1 | -28/+58 |
2022-08-27 | bfd: Fix minor bug in read_indexed_address function. | rupothar | 1 | -3/+3 |
2022-08-08 | add splay tree for info_ptr -> CU mapping | Martin Liska | 1 | -10/+67 |
2022-08-08 | dwarf: use find_abstract_instance for vars and DW_AT_specification | Martin Liska | 1 | -15/+7 |
2022-07-29 | Stop the linker from complaining about unrecognised DW_FORM-rnglistx and DW_F... | Nick Clifton | 1 | -0/+5 |
2022-06-15 | PR29230, segv in lookup_symbol_in_variable_table | Alan Modra | 1 | -9/+42 |
2022-06-02 | asan: NULL deref in scan_unit_for_symbols | Alan Modra | 1 | -24/+23 |
2022-05-27 | Remove use of bfd_uint64_t and similar | Alan Modra | 1 | -43/+40 |
2022-05-26 | bfd: Add Support for DW_FORM_strx* and DW_FORM_addrx* | Potharla, Rupesh | 1 | -14/+268 |
2022-05-20 | add a trie to map quickly from address range to compilation unit | Steinar H. Gunderson | 1 | -19/+367 |
2022-04-03 | Revert commit 240d6706c6a2 | Alan Modra | 1 | -62/+22 |
2022-03-29 | bfd/Dwarf2: gas doesn't mangle names | Jan Beulich | 1 | -0/+1 |
2022-03-29 | bfd/Dwarf2: make find-nearest-line returned function name consistent | Jan Beulich | 1 | -2/+3 |
2022-03-22 | Fix return code in _bfd_dwarf2_find_nearest_line(). | Steiner H Gunderson | 1 | -1/+5 |
2022-03-21 | Reduce O(n2) performance overhead when parsing DWARF unit information. | Steiner H Gunderson | 1 | -33/+60 |
2022-02-02 | Stop the BFD library complaining about compressed dwarf debug string sections... | Nick Clifton | 1 | -2/+6 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-12-16 | PR28691, validate dwarf attribute form | Alan Modra | 1 | -56/+128 |
2021-12-10 | PR28674, objdump crash | Alan Modra | 1 | -1/+1 |
2021-07-10 | Tidy commit 49910fd88dcd | Alan Modra | 1 | -6/+3 |
2021-07-02 | Fix an illegal memory access triggered by an attempt to parse a corrupt input... | Nick Clifton | 1 | -1/+4 |
2021-06-07 | fix Dwarf2 build with certain gcc versions | Jan Beulich | 1 | -2/+2 |
2021-05-22 | bfd dwarf2 sanity checking | Alan Modra | 1 | -373/+233 |
2021-05-20 | gdb/bfd: avoid crash when architecture is forced to csky or riscv | Andrew Burgess | 1 | -8/+4 |
2021-03-31 | Use bool in bfd | Alan Modra | 1 | -241/+241 |
2021-03-23 | bfd: avoid "shadowing" of glibc function name | Jan Beulich | 1 | -1/+1 |
2021-03-22 | Add startswith function and use it instead of CONST_STRNEQ. | Martin Liska | 1 | -4/+4 |
2021-03-18 | DWARF: Check version >= 3 for DW_FORM_ref_addr | H.J. Lu | 1 | -1/+1 |
2021-03-05 | Add support for the DW_FORM_strx* forms to the BFD library. | Nick Clifton | 1 | -38/+67 |
2021-03-02 | Fix the BFD library's parsing of DIEs where specification attributes can refe... | Nick Clifton | 1 | -26/+107 |
2021-01-24 | DWARF-5: Ignore empty range in DWARF-5 line number tables | H.J. Lu | 1 | -3/+0 |
2021-01-23 | DWARF-5: Fix parsing DWARF-5 line number tables | H.J. Lu | 1 | -0/+2 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-11-26 | Prevent a memory allocation failure when parsing corrupt DWARF debug sections. | Nick Clifton | 1 | -6/+19 |
2020-08-29 | Include members in the variable table used when resolving DW_AT_specification... | Nick Clifton | 1 | -2/+3 |
2020-08-25 | Fix the linker's handling of DWARF-5 line number tables. | Mark Wielaard | 1 | -2/+124 |
2020-08-24 | bfd: Handle DW_FORM_data16 for .debug_line tables containing MD5 | Mark Wielaard | 1 | -2/+19 |
2020-05-21 | Replace "if (x) free (x)" with "free (x)", bfd | Alan Modra | 1 | -30/+13 |