Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / dwarf2 /
2020-12-14  Tom TromeyBe more careful when rewriting thick pointer array...
2020-12-11  Simon Marchigdb: factor out debug_prefixed_printf_cond
2020-12-09  Tom TromeyHandle 128-bit constants for fixed point
2020-12-03  Simon Marchigdb: fix logic of find_comp_unit and set_comp_unit
2020-12-02  Sergio Durigan JuniorSearch for DWZ files in debug-file-directories as well
2020-11-30  Tom de Vries[gdb/symtab] Fix gdb.base/vla-optimized-out.exp with...
2020-11-24  Joel Brobeckergdbtypes.h: Get rid of the TYPE_FIXED_POINT_INFO macro
2020-11-20  Simon Marchigdb: fix dwarf2/read.c build on solaris
2020-11-15  Joel BrobeckerAdd support for printing value of DWARF-based fixed...
2020-11-12  Simon Marchigdb/dwarf: fix call to dwarf2_queue_guard in dw2_do_ins...
2020-11-12  Simon Marchigdb/dwarf: fix typo in dwarf2/read.c
2020-11-12  Simon Marchigdb: convert "set debug dwarf-read" to new style
2020-11-06  Tom TromeyRemove objfile parameter from abbrev_table::read
2020-11-04  Tom TromeyRecognize names of array types
2020-11-04  Tom TromeyOnly use stride for final element type
2020-11-04  Tom TromeySynthesize array descriptors with -fgnat-encodings...
2020-11-04  Tom TromeyRewrite leb.h:read_3_bytes
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-11-01  Tom TromeyChange end_psymtab_common to a method
2020-11-01  Tom TromeyRemove parameter from end_psymtab_common
2020-11-01  Tom TromeyRemove init_psymbol_list
2020-10-26  Tom de Vries[gdb/symtab] Read CU base address for enqueued CU
2020-10-22  Simon Marchigdb/dwarf: fix reading subprogram with DW_AT_specificat...
2020-10-17  Tom TromeyHave partial symbol tables own psymbol vectors
2020-10-09  Tom TromeyFix bit offset regression
2020-10-02  nitachraDWARFv5: Handle DW_MACRO_define_strx and DW_MACRO_undef...
2020-09-30  Tom de Vries[gdb] Fix regression in dwarf2_name
2020-09-30  Tom TromeyFix regression in variant part handling
2020-09-30  Tom TromeyRemove DW_UNSND
2020-09-30  Tom TromeyAdd attribute::as_boolean method
2020-09-30  Tom TromeyAdd attribute::as_virtuality method
2020-09-30  Tom TromeyChange die_info methods to check the attribute's form
2020-09-30  Tom TromeyChange is_valid_DW_AT_defaulted to a method on attribute
2020-09-30  Tom TromeyAdd attribute::as_unsigned method
2020-09-30  Tom TromeyChange how accessibility is handled in dwarf2/read.c
2020-09-30  Tom TromeyChange how reprocessing is done
2020-09-30  Tom TromeyRemove DW_ADDR
2020-09-30  Tom TromeyAdd reprocessing flag to struct attribute
2020-09-30  Tom TromeyUse setter for attribute's unsigned value
2020-09-30  Tom TromeyRemove DW_SND
2020-09-30  Tom TromeyRemove DW_SIGNATURE
2020-09-30  Tom TromeyRemove DW_BLOCK
2020-09-30  Tom TromeyRemove DW_STRING and DW_STRING_IS_CANONICAL
2020-09-30  Tom TromeyRemove some uses of DW_STRING_IS_CANONICAL
2020-09-30  Tom TromeyChange some uses of DW_STRING to string method
2020-09-30  Tom TromeyAvoid using DW_* macros in dwarf2/attribute.c
2020-09-30  Tom TromeyRename struct attribute accessors
2020-09-30  Tom TromeyAdd attribute::value_as_string method
2020-09-23  Tom TromeyHandle bit offset and bit size in base types
2020-09-19  Tom TromeyUse gdb_bfd_sections in dwarf2/read.c
2020-09-17  Tom TromeyUse htab_up in dwarf2/read.c
2020-09-16  Andrew Burgessgdb: Convert language_data::la_array_ordering to a...
2020-09-16  Andrew Burgessgdb: Override store_sym_names_in_linkage_form_p for...
2020-09-16  Andrew Burgessgdb: Convert la_store_sym_names_in_linkage_form_p to...
2020-09-14  Pedro AlvesUse type_instance_flags more throughout
2020-09-14  Simon Marchigdb: add type::endianity_is_not_default / type::set_end...
2020-09-14  Simon Marchigdb: add type::stub_is_supported / type::set_stub_is_su...
2020-09-14  Simon Marchigdb: remove TYPE_VARARGS
2020-09-14  Simon Marchigdb: add type::has_varargs / type::set_has_varargs
2020-09-14  Simon Marchigdb: add type::is_prototyped / type::set_is_prototyped
2020-09-14  Simon Marchigdb: add type::target_is_stub / type::set_target_is_stub
2020-09-14  Simon Marchigdb: remove TYPE_STUB
2020-09-14  Simon Marchigdb: add type::is_stub / type::set_is_stub
2020-09-14  Simon Marchigdb: remove TYPE_NOSIGN
2020-09-14  Simon Marchigdb: add type::has_no_signedness / type::set_has_no_sig...
2020-09-14  Simon Marchigdb: remove TYPE_UNSIGNED
2020-09-14  Simon Marchigdb: add type::is_unsigned / type::set_is_unsigned
2020-09-03  Tom de Vries[gdb/breakpoint, PIE] Handle setting breakpoint on...
2020-09-01  Simon Marchigdb: change type of field_info::non_public_fields to...
2020-09-01  Simon Marchigdb: fix indentation of struct field_info
2020-08-17  Simon Marchigdb: fix wrong indentation in symbol_needs_eval_context
2020-08-17  Simon Marchigdb: use bool in dwarf2_loc_desc_get_symbol_read_needs
2020-08-09  Simon Marchigdb: replace function pointer with `void *` data with...
2020-08-07  Caroline TiceAdd code for processing version 5 DWP files (for use...
2020-08-06  Simon Marchigdb: move regcache::regcaches to regcache.c
2020-08-05  Tom TromeyFix variant part regressions with older Rust compiler
2020-08-04  Simon Marchigdb: use bool in frame code
2020-08-04  Tom de Vries[gdb/symtab] Handle invalid partial DIE reference
2020-08-03  Tom de Vries[gdb/symtab] Ignore DW_LNE_lo_user/DW_LNE_hi_user range
2020-07-28  Tom TromeyFix bug in DW_OP_GNU_variable_value evaluation
2020-07-24  Tom de Vries[gdb/symtab] Ignore zero line table entries
2020-07-16  Caroline Ticegdb: fix issues with handling DWARF v5 rnglists & ...
2020-07-13  Simon Marchigdb: add accessors to struct dynamic_prop
2020-07-13  Simon Marchigdb: remove TYPE_RANGE_DATA macro
2020-07-10  Pedro AlvesFix crash if connection drops in scoped_restore_current...
2020-07-06  Andrew Burgessgdb: Python unwinders, inline frames, and tail-call...
2020-07-01  Fangrui SongRecognize -1 as a tombstone value in .debug_line
2020-07-01  Alok Kumar SharmaAllow reference form for DW_AT_associated and DW_AT_all...
2020-06-30  Tom TromeyFix bug in quirk_rust_enum
2020-06-23  Simon Marchigdb: add some more empty lines in loc.c
2020-06-23  Simon Marchigdb: add empty lines in loc.c
2020-06-17  Simon Marchigdb: check for partial symtab presence in dwarf2_initia...
2020-06-17  Andrew Burgessgdb: Convert language la_get_symbol_name_matcher field...
2020-06-17  Andrew Burgessgdb: Convert language la_class_name_from_physname field...
2020-06-10  Tom de Vries[gdb/symtab] Enable ada .gdb_index
2020-06-10  Tom de Vries[gdb/symtab] Fix name lookup in dw2_map_matching_symbols
2020-06-08  Simon Marchigdb: remove TYPE_FIELD_TYPE macro
2020-06-08  Simon Marchigdb: remove FIELD_TYPE macro
2020-06-08  Simon Marchigdb: add field::type / field::set_type
2020-06-04  Simon Marchigdb: really share partial symtabs when using .gdb_index...
next
This page took 0.089193 seconds and 7 git commands to generate.