aboutsummaryrefslogtreecommitdiff
path: root/bfd/dwarf2.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-07fix Dwarf2 build with certain gcc versionsJan Beulich1-2/+2
2021-05-22bfd dwarf2 sanity checkingAlan Modra1-373/+233
2021-05-20gdb/bfd: avoid crash when architecture is forced to csky or riscvAndrew Burgess1-8/+4
2021-03-31Use bool in bfdAlan Modra1-241/+241
2021-03-23bfd: avoid "shadowing" of glibc function nameJan Beulich1-1/+1
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-4/+4
2021-03-18DWARF: Check version >= 3 for DW_FORM_ref_addrH.J. Lu1-1/+1
2021-03-05Add support for the DW_FORM_strx* forms to the BFD library.Nick Clifton1-38/+67
2021-03-02Fix the BFD library's parsing of DIEs where specification attributes can refe...Nick Clifton1-26/+107
2021-01-24DWARF-5: Ignore empty range in DWARF-5 line number tablesH.J. Lu1-3/+0
2021-01-23DWARF-5: Fix parsing DWARF-5 line number tablesH.J. Lu1-0/+2
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-11-26Prevent a memory allocation failure when parsing corrupt DWARF debug sections.Nick Clifton1-6/+19
2020-08-29Include members in the variable table used when resolving DW_AT_specification...Nick Clifton1-2/+3
2020-08-25Fix the linker's handling of DWARF-5 line number tables.Mark Wielaard1-2/+124
2020-08-24bfd: Handle DW_FORM_data16 for .debug_line tables containing MD5Mark Wielaard1-2/+19
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra1-30/+13
2020-04-16PR25827, Null pointer dereferencing in scan_unit_for_symbolsAlan Modra1-5/+7
2020-03-19Fix discrepancies in nm's --line-number output by adding support for the DW_A...Nick Clifton1-18/+68
2020-02-26Indent labelsAlan Modra1-1/+1
2020-02-19bfd_size_type to size_tAlan Modra1-22/+22
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-03PR25230, addr2line fails on dwz outputAlan Modra1-60/+156
2019-12-03PR25230, dwarf2.c per file stashAlan Modra1-246/+235
2019-12-03dwarf2.c: read_abbrevs fail cleanup, and offset checkingAlan Modra1-29/+22
2019-12-03dwarf2.c stash->sec_info_ptr and stash->secAlan Modra1-20/+4
2019-12-03_bfd_dwarf2_find_nearest_line comment fixAlan Modra1-3/+1
2019-11-27PR23652, Use symbols from debug bfd for _bfd_elf_find_function properlyAlan Modra1-6/+13
2019-11-27PR23652, Use symbols from debug bfd for _bfd_elf_find_functionAlan Modra1-7/+51
2019-10-14qsort: dwarf2.cAlan Modra1-5/+15
2019-10-11bfd/dwarf2.c: fix assertion failure in comp_unit_hash_infoMax Filippov1-2/+2
2019-10-09PR25070, SEGV in function _bfd_dwarf2_find_nearest_lineAlan Modra1-1/+10
2019-10-09PR25078, stack overflow in function find_abstract_instanceAlan Modra1-18/+17
2019-09-18bfd_asymbol_* macrosAlan Modra1-5/+5
2019-09-02Re: Memory leak in dwarf2.cAlan Modra1-18/+20
2019-09-02Memory leak in dwarf2.cAlan Modra1-7/+9
2019-08-19Fix N^2 behavior in _bfd_dwarf2_find_symbol_biasTom Tromey1-10/+46
2019-08-15Fix CU overrun in scan_unit_for_symbolsTom Tromey1-1/+1
2019-08-14PR24623, DWARF errorsAlan Modra1-110/+131
2019-08-14Use comp_unit_maybe_decode_line_info in more placesAlan Modra1-32/+5
2019-08-14Remove _bfd_dwarf2_find_nearest_line addr_size parameterAlan Modra1-13/+2
2019-05-28XCOFF linker segmentation faultAlan Modra1-2/+6
2019-04-03BFD whitespace fixesAlan Modra1-1/+1
2019-03-14Fix a buffer overrun error when attempting to parse corrupt DWARF information.Nick Clifton1-0/+9
2019-03-06Fix a segmentation fault triggered by disassembling an EFi file with source i...Nick Clifton1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-10-03Fix the handling of inlined frames in DWARF debug info.Millan Wolff1-1/+1
2018-09-20Bug 23686, two segment faults in nmAlan Modra1-1/+8
2018-09-14PR23425, unresolved symbol diagnosticAlan Modra1-1/+3
2018-07-24PR23430, Indices misspelledAlan Modra1-1/+1