]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - bfd/dwarf2.c
PR31692, objdump fails .debug_info size check
[thirdparty/binutils-gdb.git] / bfd / dwarf2.c
3 days ago  Nick CliftonFix initiali state of DWARF v5 line number table in...
13 days ago  Alan Modramemory leak in bfd/dwarf2.c
2024-03-25  Andrew Burgessbfd: make _bfd_section_size_insane part of the public API
2024-02-21  Alan ModraRe: PR29785, memory bloat after b43771b045fb
2024-02-15  Steinar H. GundersonPR29785, memory bloat after b43771b045fb
2024-01-04  Alan ModraUpdate year range in copyright notice of binutils files
2023-12-11  Konstantin Isakovbfd_find_nearest_line leaks dwarf_rnglists_buffer
2023-11-17  Joseph MyersFix read_ranges for 32-bit long
2023-04-12  Alan Modraubsan: dwarf2.c:2232:7: runtime error: index 16 out...
2023-03-27  Alan ModraDuplicate DW_AT_call_file leak
2023-02-24  Nick CliftonEnhance better_fit() function to prefer function symbol...
2023-02-23  Nick CliftonFix _bfd_elf_find_function so that it can cope with...
2023-02-23  Nick CliftonFix the BFD library's find_nearest_line feature to...
2023-02-08  Alan ModraRe: Resetting section vma after _bfd_dwarf2_find_neares...
2023-02-06  Alan ModraResetting section vma after _bfd_dwarf2_find_nearest_line
2023-01-11  Nick CliftonFix a potential illegal memory access in the BFD librar...
2023-01-09  Alan ModraSet dwarf2 stash pointer earlier
2023-01-04  Alan Modraaddr2line out of memory on fuzzed file
2023-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2022-12-26  Alan Modrabfd/dwarf2.c: allow use of DWARF5 directory entry 0
2022-12-23  Nick CliftonFix illegal memory access parsing corrupt DWARF informa...
2022-12-21  Alan ModraPR29925, Memory leak in find_abstract_instance
2022-12-21  Alan ModraPR29922, SHT_NOBITS section avoids section size sanity...
2022-11-11  Alan ModraPR28834, PR26946 sanity checking section size
2022-10-04  Potharla, Rupeshignore DWARF debug information for -gsplit-dwarf with...
2022-09-21  Alan ModraPR29573, addr2line doesn't display file/line for local...
2022-09-21  Alan Modradwarf2.c: simplify best_fit_len tests
2022-09-21  Alan Modradwarf2.c: mangle_style
2022-09-21  Alan Modradwarf2.c remove varinfo and funcinfo sec field
2022-09-06  Aaron Mereybfd: Add bfd_find_nearest_line_with_alt
2022-08-30  Nick CliftonBFD library: Use entry 0 in directory and filename...
2022-08-27  rupotharbfd: Fix minor bug in read_indexed_address function.
2022-08-08  Martin Liskaadd splay tree for info_ptr -> CU mapping
2022-08-08  Martin Liskadwarf: use find_abstract_instance for vars and DW_AT_sp...
2022-07-29  Nick CliftonStop the linker from complaining about unrecognised...
2022-06-15  Alan ModraPR29230, segv in lookup_symbol_in_variable_table
2022-06-02  Alan Modraasan: NULL deref in scan_unit_for_symbols
2022-05-27  Alan ModraRemove use of bfd_uint64_t and similar
2022-05-26  Potharla, Rupeshbfd: Add Support for DW_FORM_strx* and DW_FORM_addrx*
2022-05-20  Steinar H. Gundersonadd a trie to map quickly from address range to compila...
2022-04-03  Alan ModraRevert commit 240d6706c6a2
2022-03-29  Jan Beulichbfd/Dwarf2: gas doesn't mangle names
2022-03-29  Jan Beulichbfd/Dwarf2: make find-nearest-line returned function...
2022-03-22  Steiner H GundersonFix return code in _bfd_dwarf2_find_nearest_line().
2022-03-21  Steiner H GundersonReduce O(n2) performance overhead when parsing DWARF...
2022-02-02  Nick CliftonStop the BFD library complaining about compressed dwarf...
2022-01-02  Alan ModraUpdate year range in copyright notice of binutils files
2021-12-15  Alan ModraPR28691, validate dwarf attribute form
2021-12-09  Alan ModraPR28674, objdump crash
2021-07-10  Alan ModraTidy commit 49910fd88dcd
2021-07-02  Nick CliftonFix an illegal memory access triggered by an attempt...
2021-06-07  Jan Beulichfix Dwarf2 build with certain gcc versions
2021-05-22  Alan Modrabfd dwarf2 sanity checking
2021-05-20  Andrew Burgessgdb/bfd: avoid crash when architecture is forced to...
2021-03-31  Alan ModraUse bool in bfd
2021-03-23  Jan Beulichbfd: avoid "shadowing" of glibc function name
2021-03-22  Martin LiskaAdd startswith function and use it instead of CONST_STRNEQ.
2021-03-19  H.J. LuDWARF: Check version >= 3 for DW_FORM_ref_addr
2021-03-05  Nick CliftonAdd support for the DW_FORM_strx* forms to the BFD...
2021-03-02  Nick CliftonFix the BFD library's parsing of DIEs where specificati...
2021-01-24  H.J. LuDWARF-5: Ignore empty range in DWARF-5 line number...
2021-01-24  H.J. LuDWARF-5: Fix parsing DWARF-5 line number tables
2021-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2020-11-26  Nick CliftonPrevent a memory allocation failure when parsing corrup...
2020-08-29  Nick CliftonInclude members in the variable table used when resolvi...
2020-08-25  Mark WielaardFix the linker's handling of DWARF-5 line number tables.
2020-08-24  Mark Wielaardbfd: Handle DW_FORM_data16 for .debug_line tables conta...
2020-05-21  Alan ModraReplace "if (x) free (x)" with "free (x)", bfd
2020-04-16  Alan ModraPR25827, Null pointer dereferencing in scan_unit_for_sy...
2020-03-19  Nick CliftonFix discrepancies in nm's --line-number output by addin...
2020-02-26  Alan ModraIndent labels
2020-02-19  Alan Modrabfd_size_type to size_t
2020-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2019-12-03  Alan ModraPR25230, addr2line fails on dwz output
2019-12-03  Alan ModraPR25230, dwarf2.c per file stash
2019-12-03  Alan Modradwarf2.c: read_abbrevs fail cleanup, and offset checking
2019-12-03  Alan Modradwarf2.c stash->sec_info_ptr and stash->sec
2019-12-03  Alan Modra_bfd_dwarf2_find_nearest_line comment fix
2019-11-27  Alan ModraPR23652, Use symbols from debug bfd for _bfd_elf_find_f...
2019-11-27  Alan ModraPR23652, Use symbols from debug bfd for _bfd_elf_find_f...
2019-10-14  Alan Modraqsort: dwarf2.c
2019-10-11  Max Filippovbfd/dwarf2.c: fix assertion failure in comp_unit_hash_info
2019-10-09  Alan ModraPR25070, SEGV in function _bfd_dwarf2_find_nearest_line
2019-10-08  Alan ModraPR25078, stack overflow in function find_abstract_instance
2019-09-18  Alan Modrabfd_asymbol_* macros
2019-09-02  Alan ModraRe: Memory leak in dwarf2.c
2019-09-02  Alan ModraMemory leak in dwarf2.c
2019-08-19  Tom TromeyFix N^2 behavior in _bfd_dwarf2_find_symbol_bias
2019-08-15  Tom TromeyFix CU overrun in scan_unit_for_symbols
2019-08-14  Alan ModraPR24623, DWARF errors
2019-08-14  Alan ModraUse comp_unit_maybe_decode_line_info in more places
2019-08-14  Alan ModraRemove _bfd_dwarf2_find_nearest_line addr_size parameter
2019-05-28  Alan ModraXCOFF linker segmentation fault
2019-04-03  Alan ModraBFD whitespace fixes
2019-03-14  Nick CliftonFix a buffer overrun error when attempting to parse...
2019-03-06  Nick CliftonFix a segmentation fault triggered by disassembling...
2019-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2018-10-03  Millan WolffFix the handling of inlined frames in DWARF debug info.
2018-09-20  Alan ModraBug 23686, two segment faults in nm
2018-09-14  Alan ModraPR23425, unresolved symbol diagnostic
next