summaryrefslogtreecommitdiff
path: root/bfd/dwarf2.c
AgeCommit message (Expand)Author
2022-02-02Stop the BFD library from complaining that dwarf debug string sections are to...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
2019-09-18bfd_asymbol_* macrosAlan Modra
2019-09-02Re: Memory leak in dwarf2.cAlan Modra
2019-09-02Memory leak in dwarf2.cAlan Modra
2019-08-19Fix N^2 behavior in _bfd_dwarf2_find_symbol_biasTom Tromey
2019-08-15Fix CU overrun in scan_unit_for_symbolsTom Tromey
2019-08-14PR24623, DWARF errorsAlan Modra
2019-08-14Use comp_unit_maybe_decode_line_info in more placesAlan Modra
2019-08-14Remove _bfd_dwarf2_find_nearest_line addr_size parameterAlan Modra
2019-05-28XCOFF linker segmentation faultAlan Modra
2019-04-03BFD whitespace fixesAlan Modra
2019-03-14Fix a buffer overrun error when attempting to parse corrupt DWARF information.Nick Clifton