gdb: Support DW_LLE_start_end
[binutils-gdb.git] / gdb / dwarf2 /
2021-06-22 Andreas Schwabgdb: Support DW_LLE_start_end
2021-06-16 Tom de Vries[gdb/symtab] Fix infinite recursion in dwarf2_cu::get_b...
2021-06-11 Simon Marchigdb: remove unused struct call_site_stuff forward decla...
2021-06-07 Pedro AlvesFix a couple -Wdeprecated-copy issues
2021-06-04 Tom TromeyAdd PROP_VARIABLE_NAME
2021-05-31 Simon Marchigdb: pass signature to allocate_signatured_type and...
2021-05-31 Simon Marchigdb: add and use signatured_type_up
2021-05-31 Simon Marchigdb: move dwarf2_per_cu_data and signatured_type up
2021-05-31 Tom TromeySet is_debug_types in allocate_signatured_type
2021-05-31 Tom TromeyRemove dwarf2_per_bfd::m_num_psymtabs
2021-05-27 Simon Marchigdb: fix tab after space indentation issues
2021-05-27 Tom de Vries[gdb/symtab] Fix segfault in process_psymtab_comp_unit
2021-05-27 Tom de Vries[gdb/symtab] Fix typo in dwarf error message
2021-05-27 Tom de Vries[gdb/symtab] Fix Dwarf Error: cannot find DIE
2021-05-27 Simon MarchiRevert "gdb: change dwarf_die_debug to bool"
2021-05-27 Simon Marchigdb: change dwarf_die_debug to bool
2021-05-26 Tom TromeyIntroduce htab_delete_entry
2021-05-19 John BaldwinMark tu_abbrev_offset::operator<() const.
2021-05-17 Tom TromeyRename dwarf2/comp-unit.h
2021-05-17 Tom TromeyChange dwarf2_cu marking to use methods
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 TromeyAvoid crash with GCC trunk
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-21 Tom TromeyShrink size of dwarf2_per_cu_data
2021-04-17 Tom TromeyHandle unaligned mapping of .gdb_index
2021-04-17 Tom TromeyAvoid crash in write_psymtabs_to_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-07 Andrew Burgessgdb: Handle missing .debug_str section
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-31 Tom TromeyFix typo in dwarf2/stringify.h
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 TromeyChange how DWARF index writer finds address map
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-20 Tom TromeyMove some DWARF code out of symfile.h
2021-03-18 Tom TromeyReimplement dwarf_unit_type_name
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-13 Tom TromeyRemove Irix 6 workaround from DWARF abbrev reader
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-11 Tom de Vries[gdb/symtab] Handle DW_FORM_strx in form_requires_repro...
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
next