Automatic date update in version.in
[deliverable/binutils-gdb.git] / binutils / dwarf.c
2021-07-02  Alan ModraPR28048, heap-buffer-overflow on readelf -Ww
2021-06-30  Nick CliftonHandle DW_FORM_implicit_const when displaying an attribute
2021-06-30  Richard HendersonFix signedness of def_cfa_sf and def_cfa_offset_sf
2021-06-19  Alan Modradwarf.c: string_fortify.h strncpy error
2021-06-14  Eric BotcazouUse consistent type in binutils/dwarf.c
2021-06-07  Jan Beulichfix Dwarf2 build with certain gcc versions
2021-05-19  Eli SchwartzFix a build problem if ENABLE_CHECKING is not defined.
2021-05-19  Alan ModraPR27884, skip_attr_bytes: Assertion (data) <= (end...
2021-05-15  Alan Modraprocess_cu_tu_index
2021-05-15  Alan Modradisplay_gdb_index
2021-05-15  Alan Modradisplay_debug_names
2021-05-15  Alan Modradisplay_debug_frames
2021-05-15  Alan Modraread_cie
2021-05-15  Alan Modradisplay_debug_ranges
2021-05-15  Alan Modradisplay_debug_rnglists_list
2021-05-15  Alan Modradisplay_debug_str_offsets
2021-05-15  Alan Modradisplay_debug_aranges
2021-05-15  Alan Modradisplay_loc_list
2021-05-15  Alan Modradisplay_debug_macro
2021-05-15  Alan Modraget_line_filename_and_dirname
2021-05-15  Alan Modradisplay_debug_macinfo
2021-05-15  Alan Modradisplay_debug_pubnames_worker
2021-05-15  Alan Modradisplay_debug_lines_decoded
2021-05-15  Alan Modraread_debug_line_header
2021-05-15  Alan Modraprocess_debug_info
2021-05-15  Alan ModraSAFE_BYTE_GET_INTERNAL
2021-05-15  Alan Modra_mul_overflow and get_encoded_value
2021-05-13  Nick Cliftonrevert previous delta
2021-05-13  Nick CliftonFix an infinite loop in the DWARF decoder when parsing...
2021-05-13  Alan ModraPR27861, Infinite loop in dwarf.c:7507-7526
2021-05-13  Alan ModraPR27860, Segmentation fault on readelf -w
2021-05-12  Alan ModraEnsure data pointer kept within bounds
2021-05-12  Alan ModraSAFE_BYTE_GET
2021-05-12  Alan ModraSAFE_BYTE_GET64
2021-05-12  Alan ModraPR27836, readelf -w pointer comparison UB
2021-05-12  Alan ModraPR27853, Infinite loop in dwarf.c
2021-05-12  Alan ModraPR27849, heap-buffer-overflow on readelf -w
2021-05-11  Hans-Peter Nilssondwarf.c (process_abbrev_set): Properly parenthesize...
2021-05-11  Alan ModraPR27845, readelf heap-buffer-overflow
2021-05-10  Alan ModraAvoid possible pointer wrap
2021-05-07  Michael Forneydwarf: Don't omit second operand of '?' operator
2021-04-30  Nick CliftonFix attempt to free non-allocated pointer when parsing...
2021-04-27  Nick CliftonReject debuglink sections with no associated filename.
2021-04-05  Alan ModraC99 binutils configury
2021-04-01  Martin LiskaReplace const_strneq with startswith.
2021-03-31  Alan ModraUse bool in binutils
2021-03-31  Alan ModraRemove bfd_stdint.h
2021-03-29  Alan ModraTRUE/FALSE simplification
2021-03-05  Nick CliftonFix the dislay of .debug_macro.dwo sections.
2021-03-04  Nick CliftonGate the displaying of non-debug sections in separate...
2021-03-01  H.J. LuWarn for missing separate debug files only if needed
2021-02-26  Tom de VriesAdd support for decoding DWARF v5 DW_AT_addr_base tags.
2021-02-26  Tom de VriesAdd support for the split DWARF forms.
2021-02-25  Nick CliftonAdd initial support for .debug_sup sections.
2021-02-17  Alan Modraread_leb128 overflow checking
2021-02-16  Jan BeulichDwarf: fix build with old gcc
2021-02-15  Alan Modraobjdump: don't cache section contents in load_specific_...
2021-02-12  Nick CliftonChange the readelf and objdump programs so that they...
2021-02-12  Tom de Vries[binutils] Fix printing of .debug_str_offsets
2021-02-12  Tom de Vries[binutils] Print DWO ID
2021-02-10  Tom de Vries[binutils] Handle absolute DW_AT_dwo_name
2021-02-10  Tom de Vries[binutils] Handle presence of both .debug_ranges and...
2021-02-09  Tom de Vries[binutils] Handle DW_FORM_ref_sig8 in get_type_abbrev_f...
2021-02-09  Tom de Vries[binutils] Handle DW_UT_skeleton/split_compile in proce...
2021-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2020-12-04  Alan Modraasan: readelf: memory leaks
2020-11-13  Nick CliftonFix readelf's and objdump's dislplay of DWO links when...
2020-11-11  Bernd Edlingerreadelf: Fix output of rnglists section
2020-11-10  Nick CliftonAccept the DW_FORM_ref8 type when parsing DWARF types.
2020-11-09  Nick CliftonExtend the DWARF decoder to display FORM names when...
2020-10-29  H.J. Ludwarf: Also match abbrev base when searching abbrev...
2020-10-27  Nick CliftonFix the decoding of DW_FORM_ref_addr DWARF attribute.
2020-10-21  Nick CliftonWork around problem in DWARF decoding library which...
2020-09-29  Mark Wielaardbinutils: dwarf.c handle DWARF5 DW_LLE_start_end and...
2020-09-24  Mark Wielaardreadelf: Show Unit Type for DWARF5
2020-09-24  Mark Wielaardbinutils: Handle DWARF5 DW_FORM_ref_addr and DW_UT_partial.
2020-09-11  Nick CliftonFix the debuglink following code to recursively load...
2020-09-09  Alan ModraPR26578, memory leak in parse_gnu_debugaltlink
2020-08-28  Nick CliftonFix a bogus error message from the DWARF LEB129 decoder...
2020-08-14  Alan ModraPR26388, objdump debug dump memory leaks
2020-07-10  Tom de Vries[readelf] Fix end_seq entry in -wL. Specifically stop...
2020-06-30  H.J. LuRemove x86 NaCl target support
2020-06-30  Nick CliftonAdd support for attributes using DW_FORM_GNU_strp_alt
2020-06-29  Hans-Peter Nilssonbinutils/dwarf.c: Correct an `index' global shadowing...
2020-06-29  Alan ModraC++ comments
2020-06-23  Nick CliftonFix decoding of indexed DWARF strings using pre-DWARF...
2020-06-22  Nick CliftonAdd support for decoding the DW_MACRO_define_strx and...
2020-06-08  Nick CliftonFix an illegal memory access when parsing corrupt DWARF...
2020-05-20  Nelson Chu[PATCH v2 0/9] RISC-V: Support version controling for...
2020-05-05  Nick CliftonRestore readelf's warnings that describe real problems...
2020-05-04  Nick CliftonGAS: Do not create an entry for the default directory...
2020-04-29  Andrew BurgessWhen displaying ranges, ignore duplicate offsets.
2020-04-29  Nick CliftonAdd a warning if an emtpty SHT_REL, SHT_RELA or SHT_PRO...
2020-03-11  Nick CliftonAdd support for generating DWARF-5 format directory...
2020-02-21  Nelson ChuRISC-V: Support the ISA-dependent CSR checking.
2020-02-07  Nick CliftonSilcence a compile time warning message building the...
2020-01-13  Alan ModraPR23560, PR23561, readelf memory leaks
2020-01-09  Aaron MereyAdd support for debuginfod to the binutils (disable...
2020-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2019-12-23  Hans-Peter NilssonFix build 32-bit-host build error last for last binutil...
next
This page took 0.263629 seconds and 106 git commands to generate.