Add search_flags to expand_symtabs_matching
[binutils-gdb.git] / gdb / dwarf2 / read.c
2021-04-17 Tom TromeyAdd search_flags to expand_symtabs_matching
2021-04-17 Tom TromeyLet expand_symtabs_matching short-circuit
2021-04-14 Tankut Baris Aktemurgdb/dwarf2: fix "info locals" for clang-compiled inline...
2021-04-07 Caroline Ticegdb: handle relative paths to DWO files
2021-04-02 Simon Marchigdb: pass objfile_per_bfd_storage instead of objfile...
2021-04-02 Simon Marchigdb: add type::is_flag_enum / type::set_is_flag_enum
2021-04-02 Simon Marchigdb: remove TYPE_DECLARED_CLASS
2021-04-02 Simon Marchigdb: add type::is_declared_class / type::set_is_declare...
2021-04-01 Tom TromeyRemove two trivial functions from dwarf2/read.c
2021-03-30 Simon Marchigdb/dwarf: disable per-BFD resource sharing for -readno...
2021-03-28 Tom TromeySimplify DWARF reader initialization
2021-03-26 Tom TromeyUse function view in quick_symbol_functions::map_symbol...
2021-03-26 Tom TromeyAvoid some pointer chasing in DWARF reader
2021-03-24 Tom TromeyRemove 'kind' parameter from dw2_map_matching_symbols
2021-03-22 Andrew Burgessgdb: handle invalid DWARF when compilation unit is...
2021-03-20 Tom TromeyAllow multiple partial symbol readers per objfile
2021-03-20 Tom TromeySwitch objfile to hold a list of psymbol readers
2021-03-20 Tom TromeyAdd partial_symtabs parameter to psymtab construction...
2021-03-20 Tom TromeyAttach partial symtab storage to psymbol_functions
2021-03-20 Tom TromeyReference psymtabs via per_bfd in DWARF reader
2021-03-20 Tom TromeyMove psymtab statistics printing to psymtab.c
2021-03-20 Tom TromeyChange how DWARF indices use addrmap
2021-03-20 Tom TromeySet per_bfd->partial_symtabs earlier
2021-03-20 Tom TromeyDo not pass objfile to psymtab_discarder
2021-03-20 Tom TromeyConvert quick_symbol_functions to use methods
2021-03-20 Tom TromeyChange objfile::has_partial_symbols to return bool
2021-03-20 Tom TromeyChange objfile_has_partial_symbols to a method
2021-03-20 Tom TromeyIntroduce dwarf2/public.h
2021-03-15 Simon Marchigdb: remove spurious colon in create_debug_type_hash_ta...
2021-03-15 Simon Marchigdb: add logging to dwarf2_initialize_objfile
2021-03-15 Simon Marchigdb: remove dw2_get_file_names_reader's info_ptr parameter
2021-03-14 Tom TromeyUse cu_header consistently in read_attribute_value
2021-03-14 Tom TromeyMinor tweak to use die_reader_specs::abfd
2021-03-14 Tom TromeySet dwarf2_per_cu_data::m_header_read_in
2021-03-13 Tom TromeyConstify abbrev_table::lookup_abbrev
2021-03-06 Tom TromeyMove dwarf2_get_dwz_file to dwarf2/dwz.h
2021-03-06 Tom TromeyAvoid crash on missing dwz file
2021-03-06 Tom TromeyChange section_is_p to a method on dwarf2_section_names
2021-03-06 Tom TromeyCreate new file dwarf2/sect-names.h
2021-03-06 Tom TromeyMicro-optimize abbrev reading and storage
2021-03-02 Tom TromeyRewrite GNAT-encoded fixed point types in DWARF reader
2021-02-25 Tom de Vries[gdb/symtab] Fix wrong unit_type Dwarf Error
2021-02-24 Tom de Vries[gdb/symtab] Handle DW_AT_decl_file with form DW_FORM_i...
2021-02-23 Simon Marchigdb/dwarf: create and destroy dwarf2_per_bfd's CUs...
2021-02-23 Simon Marchigdb/dwarf: don't enqueue CU in maybe_queue_comp_unit...
2021-02-10 Andrew Burgessgdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macros
2021-02-09 Tom de Vries[gdb/symtab] Fix element type modification in read_arra...
2021-02-05 Tom de Vries[gdb/symtab] Handle DW_TAG_type_unit in process_psymtab...
2021-02-05 Tom de Vries[gdb/symtab] Fix duplicate CUs in create_cus_from_debug...
2021-02-05 Tom de Vries[gdb/symtab] Fix indentation in create_cus_from_debug_n...
2021-02-02 Simon Marchigdb/dwarf: make read_{loc,rng}list_index return sect_offset
2021-02-02 Simon Marchigdb/dwarf: split dwarf2_cu::ranges_base in two
2021-02-02 Simon Marchigdb/dwarf: read correct rnglist/loclist header in read_...
2021-02-02 Simon Marchigdb/dwarf: few fixes for handling DW_FORM_{rng,loc...
2021-02-02 Simon Marchigdb/dwarf: remove unnecessary check in read_{rng,loc...
2021-02-02 Simon Marchigdb/dwarf: add missing bound check to read_loclist_index
2021-02-02 Simon Marchigdb/dwarf: fix bound check in read_rnglist_index
2021-02-02 Simon Marchigdb/dwarf: change read_loclist_index complaints into...
2021-01-25 Tom de Vries[gdb/symtab] Handle DW_AT_ranges with DW_FORM_sec_off...
2021-01-25 Tom TromeyFix fixed-point regression with recent GCC
2021-01-21 Simon Marchigdb/dwarf: add assertion in maybe_queue_comp_unit
2021-01-21 Simon Marchigdb/dwarf: add some logging in dwarf2/read.c
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-23 Andrew Burgessgdb: avoid accessing global C++ language implementation...
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-02 Sergio Durigan JuniorSearch for DWZ files in debug-file-directories as well
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-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 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
next