Move some dwarf2_cu methods to new file
[deliverable/binutils-gdb.git] / gdb / dwarf2 / read.c
2021-05-17  Tom TromeyMove some dwarf2_cu methods to new file
2021-05-17  Tom TromeyMove dwarf2_cu to new header file
2021-05-17  Tom TromeyChange how dwarf2_per_cu_data is deleted
2021-05-17  Tom TromeyReplace sort_tu_by_abbrev_offset with operator<
2021-05-12  Tom de VriesRevert "[gdb/symtab] Fix infinite recursion in dwarf2_c...
2021-05-12  Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-05-07  Tom de Vries[gdb/symtab] Fix infinite recursion in dwarf2_cu::get_b...
2021-04-30  Tom TromeyDo not separately read type units
2021-04-30  Tom TromeyRemove dwarf2_per_bfd::all_type_units
2021-04-30  Tom TromeyAllocate dwarf2_per_cu_data with 'new'
2021-04-23  Andrew Burgessgdb: remove some caching from the dwarf reader
2021-04-17  Tom TromeyHandle unaligned mapping of .gdb_index
2021-04-17  Tom TromeySimplify quick_symbol_functions::map_matching_symbols
2021-04-17  Tom TromeyRemove quick_symbol_functions::expand_symtabs_with_fullname
2021-04-17  Tom TromeyRemove quick_symbol_functions::expand_symtabs_for_function
2021-04-17  Tom TromeyRemove quick_symbol_functions::map_symtabs_matching_fil...
2021-04-17  Tom TromeyRemove quick_symbol_functions::lookup_symbol
2021-04-17  Tom TromeyAdd 'domain' parameter to expand_symtabs_matching
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
next
This page took 0.371954 seconds and 107 git commands to generate.