summaryrefslogtreecommitdiff
path: root/bfd/dwarf2.c
AgeCommit message (Expand)Author
2022-07-29Stop the linker from complaining about unrecognized DW_FORM_rnglistx and DW_F...Nick Clifton
2022-06-15PR29230, segv in lookup_symbol_in_variable_tableAlan Modra
2022-06-02asan: NULL deref in scan_unit_for_symbolsAlan Modra
2022-05-27Remove use of bfd_uint64_t and similarAlan Modra
2022-05-26bfd: Add Support for DW_FORM_strx* and DW_FORM_addrx*Potharla, Rupesh
2022-05-20add a trie to map quickly from address range to compilation unitSteinar H. Gunderson
2022-04-03Revert commit 240d6706c6a2Alan Modra
2022-03-29bfd/Dwarf2: gas doesn't mangle namesJan Beulich
2022-03-29bfd/Dwarf2: make find-nearest-line returned function name consistentJan Beulich
2022-03-22Fix return code in _bfd_dwarf2_find_nearest_line().Steiner H Gunderson
2022-03-21Reduce O(n2) performance overhead when parsing DWARF unit information.Steiner H Gunderson
2022-02-02Stop the BFD library complaining about compressed dwarf debug string sections...Nick Clifton
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2021-12-16PR28691, validate dwarf attribute formAlan Modra
2021-12-10PR28674, objdump crashAlan Modra
2021-07-10Tidy commit 49910fd88dcdAlan Modra
2021-07-02Fix an illegal memory access triggered by an attempt to parse a corrupt input...Nick Clifton
2021-06-07fix Dwarf2 build with certain gcc versionsJan Beulich
2021-05-22bfd dwarf2 sanity checkingAlan Modra
2021-05-20gdb/bfd: avoid crash when architecture is forced to csky or riscvAndrew Burgess
2021-03-31Use bool in bfdAlan Modra
2021-03-23bfd: avoid "shadowing" of glibc function nameJan Beulich
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska
2021-03-18DWARF: Check version >= 3 for DW_FORM_ref_addrH.J. Lu
2021-03-05Add support for the DW_FORM_strx* forms to the BFD library.Nick Clifton
2021-03-02Fix the BFD library's parsing of DIEs where specification attributes can refe...Nick Clifton
2021-01-24DWARF-5: Ignore empty range in DWARF-5 line number tablesH.J. Lu
2021-01-23DWARF-5: Fix parsing DWARF-5 line number tablesH.J. Lu
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-11-26Prevent a memory allocation failure when parsing corrupt DWARF debug sections.Nick Clifton
2020-08-29Include members in the variable table used when resolving DW_AT_specification...Nick Clifton
2020-08-25Fix the linker's handling of DWARF-5 line number tables.Mark Wielaard
2020-08-24bfd: Handle DW_FORM_data16 for .debug_line tables containing MD5Mark Wielaard
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra
2020-04-16PR25827, Null pointer dereferencing in scan_unit_for_symbolsAlan Modra
2020-03-19Fix discrepancies in nm's --line-number output by adding support for the DW_A...Nick Clifton
2020-02-26Indent labelsAlan Modra
2020-02-19bfd_size_type to size_tAlan Modra
2020-01-01Update year range in copyright notice of binutils filesAlan Modra
2019-12-03PR25230, addr2line fails on dwz outputAlan Modra
2019-12-03PR25230, dwarf2.c per file stashAlan Modra
2019-12-03dwarf2.c: read_abbrevs fail cleanup, and offset checkingAlan Modra
2019-12-03dwarf2.c stash->sec_info_ptr and stash->secAlan Modra
2019-12-03_bfd_dwarf2_find_nearest_line comment fixAlan Modra
2019-11-27PR23652, Use symbols from debug bfd for _bfd_elf_find_function properlyAlan Modra
2019-11-27PR23652, Use symbols from debug bfd for _bfd_elf_find_functionAlan Modra
2019-10-14qsort: dwarf2.cAlan Modra
2019-10-11bfd/dwarf2.c: fix assertion failure in comp_unit_hash_infoMax Filippov
2019-10-09PR25070, SEGV in function _bfd_dwarf2_find_nearest_lineAlan Modra
2019-10-09PR25078, stack overflow in function find_abstract_instanceAlan Modra