]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/dwarf2/read.c
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / gdb / dwarf2 / read.c
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-30  Tom de Vries[gdb/symtab] Make comp_unit_head.length private
2022-12-26  Tom TromeyAdd initializers to comp_unit_head
2022-12-23  Tom TromeyUse bool for dwarf2_has_info
2022-12-21  Bruno Larsengdb/c++: validate 'using' directives based on the curre...
2022-12-19  Tom TromeyUse bool constants for value_print_options
2022-12-01  Tom TromeyAdd name canonicalization for C
2022-12-01  Tom TromeyRemove language check from dwarf2_compute_name
2022-12-01  Simon Marchigdb/dwarf: add some QUIT macros
2022-11-27  Philippe WaroquiersFix leak in the dwarf reader
2022-11-26  Tom de Vries[gdb/symtab] Handle failure to open .gnu_debugaltlink...
2022-11-03  Bruno Larsengdb: Fix issue with Clang CLI macros
2022-10-28  Tom TromeyConvert compunit_language to a method
2022-10-21  Simon Marchigdb: make inherit_abstract_dies use vector iterators
2022-10-21  Simon Marchigdb: check for empty offsets vector in inherit_abstract...
2022-10-21  Tom TromeyFix incorrect .gdb_index with new DWARF scanner
2022-10-21  Tom TromeyFix bug in Ada packed array handling
2022-10-21  Simon Marchigdb: declare variables on first use in inherit_abstract...
2022-10-17  Tom TromeyRemove a nullptr check in DWARF scanner
2022-10-17  Tom TromeyDon't add type linkage names to cooked index
2022-10-16  Tom TromeyMore uses of checked_static_cast
2022-10-16  Tom TromeyUse checked_static_cast in more places
2022-10-06  Tom de Vries[gdb/symtab] Factor out have_complaint
2022-10-04  Tom de Vries[gdb/symtab] Don't complain about function decls
2022-10-04  Tom de Vries[gdb/symtab] Don't complain about inlined functions
2022-09-22  Tom de Vries[gdb/symtab] Add all_comp_units/all_type_units views...
2022-09-22  Tom de Vries[gdb/symtab] Rename all_comp_units to all_units
2022-09-21  Simon Marchigdb: remove TYPE_LENGTH
2022-09-21  Simon Marchigdb: add type::length / type::set_length
2022-09-21  Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-09-21  Simon Marchigdb: add type::target_type / type::set_target_type
2022-09-17  Tom de Vries[gdb/symtab] Fix "file index out of range" complaint
2022-09-16  Tom de Vries[gdb/symtab] Handle named DW_TAG_unspecified_type DIE
2022-09-12  Tom de Vries[gdb/symtab] Support .gdb_index section with TUs in...
2022-09-11  Tom de Vries[gdb/symtab] Fix handling of DW_TAG_unspecified_type
2022-09-06  Tom de Vries[gdb/symtab] Support .debug_names section with TUs...
2022-08-31  Nils-Christian Kempkegdb, dwarf: create symbols for template tags without...
2022-08-30  Tom de Vries[gdb/symtab] Fix assert in set_length
2022-08-07  Tom de Vries[gdb/symtab] Fix assert in read_addrmap_from_aranges
2022-08-05  Tom de Vries[gdb/symtab] Use task size in parallel_for_each in...
2022-08-03  Tom TromeyUse gdb_bfd_ref_ptr in objfile
2022-08-01  Tom de Vries[gdb/symtab] Fix .debug_aranges duplicate offset warning
2022-07-30  Simon Marchigdb: add "id" fields to identify symtabs and subfiles
2022-07-30  Simon Marchigdb/dwarf: pass compilation directory to line header
2022-07-28  Tom TromeyRewrite registry.h
2022-07-22  Tom de Vries[gdb/symtab] Fix duplicate CUs in all_comp_units
2022-07-21  Tom de Vries[gdb/symtab] Fix bad compile unit index complaint
2022-07-14  Tom de Vries[gdb/symtab] Fix data race in cooked_index_functions...
2022-07-13  Tom de Vries[gdb/symtab] Make per_cu->set_lang more strict
2022-07-12  Tom de Vries[gdb/symtab] Add dwarf2_cu::lang ()
2022-07-11  Tom de Vries[gdb/symtab] Fix data race in per_cu->length
2022-07-11  Tom de Vries[gdb/symtab] Use comp_unit_head::get_length
2022-07-08  Tom de Vries[gdb/symtab] Fix assert in process_imported_unit_die
2022-07-08  Tom de Vries[gdb/symtab] Fix segfault in dwarf2_per_objfile::symtab...
2022-07-04  Tom de Vries[gdb/symtab] Add get/set functions for per_cu->lang...
2022-07-02  Tom de Vries[gdb/symtab] Fix data race on per_cu->dwarf_version
2022-06-27  Tom de Vries[gdb/symtab] Fix parsing of .debug_str_offsets header
2022-06-25  Tom TromeyFix end of CU calculation in cooked_indexer::index_dies
2022-06-14  Kavitha NatarajanDebug support for global alias variable
2022-06-12  Tom TromeyRemove psymtab_addrmap
2022-06-12  Tom TromeyUse malloc for mutable addrmaps
2022-06-12  Tom TromeyRemove addrmap::create_fixed
2022-06-12  Tom TromeyRemove addrmap_create_mutable
2022-06-12  Tom TromeyRemove addrmap wrapper functions
2022-06-08  Tom TromeyMove CU queue to dwarf2_per_objfile
2022-06-08  Tom TromeyChange allocation of m_dwarf2_cus
2022-05-31  Pedro AlvesClarify why we unit test matching symbol names with...
2022-05-26  Tom TromeyFix crash in new DWARF indexer
2022-05-22  Alok Kumar SharmaAccept functions with DW_AT_linkage_name present
2022-04-28  Simon Marchigdb: remove BLOCK_RANGES macro
2022-04-22  Tom TromeyFix method naming bug in new DWARF indexer
2022-04-21  Tom TromeyAlways use dwarf2_initialize_objfile
2022-04-21  Simon Marchigdbsupport: add path_join function
2022-04-20  Tom TromeyReplace symbol_symtab with symbol::symtab
2022-04-20  Tom TromeyAdd accessors for symbol's artificial field
2022-04-20  Tom TromeyUnify the DWARF index holders
2022-04-20  Tom TromeyAdd an ad hoc version check to dwarf_scanner_base
2022-04-20  Tom TromeySimplify version check in dw2_symtab_iter_next
2022-04-20  Tom TromeyIntroduce and use dwarf_scanner_base
2022-04-20  Tom TromeyIntroduce readnow_functions
2022-04-20  Tom TromeyRemove some "OBJF_READNOW" code from dwarf2_debug_names...
2022-04-20  Tom TromeyLet mapped index classes create the quick_symbol_functi...
2022-04-20  Tom TromeyMove mapped_index_base to new header file
2022-04-14  Tom TromeyIgnore 0,0 entries in .debug_aranges
2022-04-12  Simon Marchigdb: change subfile::name and buildsym_compunit::m_comp...
2022-04-12  Simon Marchigdb: use decltype instead of typeof in dwarf2/read.c
2022-04-12  Tom TromeyRemove dwarf2_per_cu_data::v
2022-04-12  Tom TromeyDelete DWARF psymtab code
2022-04-12  Tom TromeyEnable the new DWARF indexer
2022-04-12  Tom TromeyParallelize DWARF indexing
2022-04-12  Tom TromeyPre-read DWARF section data
2022-04-12  Tom TromeyWire in the new DWARF indexer
2022-04-12  Tom TromeyImplement quick_symbol_functions for cooked DWARF index
2022-04-12  Tom TromeyThe new DWARF indexer
2022-04-12  Tom TromeyUpdate skip_one_die for new abbrev properties
2022-04-12  Tom TromeyAdd "fullname" handling to file_and_directory
2022-04-12  Tom TromeyRefactor build_type_psymtabs_reader
2022-04-12  Tom TromeyLet skip_one_die not skip children
2022-04-12  Tom TromeyRefactor dwarf2_get_pc_bounds
2022-04-12  Tom TromeyAdd dwarf2_per_cu_data::addresses_seen
next