Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-04-16 | PR25827, Null pointer dereferencing in scan_unit_for_symbols | Alan Modra | 1 | -5/+7 |
2020-03-19 | Fix discrepancies in nm's --line-number output by adding support for the DW_A... | Nick Clifton | 1 | -18/+68 |
2020-02-26 | Indent labels | Alan Modra | 1 | -1/+1 |
2020-02-19 | bfd_size_type to size_t | Alan Modra | 1 | -22/+22 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-12-03 | PR25230, addr2line fails on dwz output | Alan Modra | 1 | -60/+156 |
2019-12-03 | PR25230, dwarf2.c per file stash | Alan Modra | 1 | -246/+235 |
2019-12-03 | dwarf2.c: read_abbrevs fail cleanup, and offset checking | Alan Modra | 1 | -29/+22 |
2019-12-03 | dwarf2.c stash->sec_info_ptr and stash->sec | Alan Modra | 1 | -20/+4 |
2019-12-03 | _bfd_dwarf2_find_nearest_line comment fix | Alan Modra | 1 | -3/+1 |
2019-11-27 | PR23652, Use symbols from debug bfd for _bfd_elf_find_function properly | Alan Modra | 1 | -6/+13 |
2019-11-27 | PR23652, Use symbols from debug bfd for _bfd_elf_find_function | Alan Modra | 1 | -7/+51 |
2019-10-14 | qsort: dwarf2.c | Alan Modra | 1 | -5/+15 |
2019-10-11 | bfd/dwarf2.c: fix assertion failure in comp_unit_hash_info | Max Filippov | 1 | -2/+2 |
2019-10-09 | PR25070, SEGV in function _bfd_dwarf2_find_nearest_line | Alan Modra | 1 | -1/+10 |
2019-10-09 | PR25078, stack overflow in function find_abstract_instance | Alan Modra | 1 | -18/+17 |
2019-09-18 | bfd_asymbol_* macros | Alan Modra | 1 | -5/+5 |