]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/dwarf2/read.h
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / gdb / dwarf2 / read.h
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2024-01-09  Tom TromeyUse unrelocated_addr in dwarf2_base_index_functions...
2024-01-09  Tom TromeyDo more DWARF reading in the background
2024-01-09  Tom TromeyPre-read DWZ section data
2023-12-06  Tom de Vries via... [gdb/symtab] Redo "Fix assert in set_length"
2023-11-21  Lancelot Sixgdb: Replace gdb::optional with std::optional
2023-11-05  Tom TromeyPre-read DWZ file in DWARF reader
2023-10-29  Tom TromeyMove read_addrmap_from_aranges to new file
2023-10-20  Tom TromeyDon't include cooked-index.h from dwarf2/read.h
2023-10-20  Tom de Vries[gdb/symtab] Fix more style issues in v9 .gdb_index...
2023-10-19  Tom TromeyFix race in DWARF reader
2023-10-18  Tom de Vries[gdb/symtab] Fix style issues in v9 .gdb_index section...
2023-10-10  Matheus Branco Borella[gdb/symtab] Add name_of_main and language_of_main...
2023-08-04  Tom de Vries[gdb/symtab] Fix data race on dwarf2_per_cu_data::...
2023-08-04  Tom de Vries[gdb/symtab] Fix data race on dwarf2_per_cu_data::...
2023-08-04  Tom de Vries[gdb/symtab] Fix data race on dwarf2_per_cu_data::...
2023-08-04  Tom de Vries[gdb/symtab] Fix race on dwarf2_per_cu_data::{queued...
2023-06-05  Tom TromeyUse unrelocated_addr in the DWARF reader
2023-03-09  Simon Marchigdb, gdbserver, gdbsupport: fix whitespace issues
2023-02-15  Simon Marchigdb/dwarf2: move some things to read.h
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-26  Tom TromeyAdd initializers to comp_unit_head
2022-11-03  Bruno Larsengdb: Fix issue with Clang CLI macros
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-07-14  Tom de Vries[gdb/symtab] Make per_cu->m_lang atomic
2022-07-14  Tom de Vries[gdb/symtab] Make per_cu->unit_type atomic
2022-07-13  Tom de Vries[gdb/symtab] Make per_cu->set_lang more strict
2022-07-12  Tom de VriesFix -fsanitize=thread for per_cu fields
2022-07-11  Tom de Vries[gdb/symtab] Fix data race in per_cu->length
2022-07-08  Tom de Vries[gdb/symtab] Fix assert in process_imported_unit_die
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-08  Tom TromeyMove CU queue to dwarf2_per_objfile
2022-06-08  Tom TromeyChange allocation of m_dwarf2_cus
2022-04-20  Tom TromeyUnify the DWARF index holders
2022-04-20  Tom TromeyMove mapped_index_base to new header file
2022-04-12  Tom TromeyRemove dwarf2_per_cu_data::v
2022-04-12  Tom TromeyDelete DWARF psymtab code
2022-04-12  Tom TromeyParallelize DWARF indexing
2022-04-12  Tom TromeyPre-read DWARF section data
2022-04-12  Tom TromeyImplement quick_symbol_functions for cooked DWARF index
2022-04-12  Tom TromeyThe new DWARF indexer
2022-04-12  Tom TromeyAdd dwarf2_per_cu_data::addresses_seen
2022-01-18  Tom TromeyMove gdb obstack code to gdbsupport
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-12-04  Tom TromeyCache the result of find_file_and_directory
2021-11-22  Tom de Vries[gdb/symtab] Support .debug_line with DW_FORM_line_strp
2021-10-18  Weimin PanCTF: incorrect underlying type setting for enumeration...
2021-08-24  Tom TromeyFix two regressions caused by CU / TU merging
2021-07-17  Tom TromeyFix file-name handling regression with DWARF index
2021-06-16  Tom de Vries[gdb/symtab] Fix infinite recursion in dwarf2_cu::get_b...
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 TromeyRemove dwarf2_per_bfd::m_num_psymtabs
2021-05-27  Tom de Vries[gdb/symtab] Fix Dwarf Error: cannot find DIE
2021-05-17  Tom TromeyRename dwarf2/comp-unit.h
2021-05-17  Tom TromeyChange how dwarf2_per_cu_data is deleted
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-02  Simon Marchigdb: pass objfile_per_bfd_storage instead of objfile...
2021-03-20  Tom TromeyAdd partial_symtabs parameter to psymtab construction...
2021-03-20  Tom TromeyChange how DWARF indices use addrmap
2021-03-20  Tom TromeyMove some DWARF code out of symfile.h
2021-03-06  Tom TromeyMove dwarf2_get_dwz_file to dwarf2/dwz.h
2021-03-06  Tom TromeyAvoid crash on missing dwz file
2021-02-23  Simon Marchigdb/dwarf: create and destroy dwarf2_per_bfd's CUs...
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-08-09  Simon Marchigdb: replace function pointer with `void *` data with...
2020-05-29  Simon Marchigdb: rename dwarf2_per_objfile variables/fields to...
2020-05-27  Tom TromeyShare DWARF partial symtabs
2020-05-27  Simon MarchiMove line_header_hash to dwarf2_per_objfile
2020-05-27  Simon MarchiReplace dwarf2_per_cu_data::cu backlink with per-objfil...
2020-05-27  Simon MarchiAdd comp_unit_head to dwarf2_per_cu_data
2020-05-27  Tom TromeyMove signatured_type::type to unshareable object
2020-05-27  Tom TromeySplit type_unit_group
2020-05-27  Simon MarchiRemove dwarf2_per_cu_data::dwarf2_per_objfile
2020-05-27  Simon MarchiAdd dwarf2_per_objfile parameter to get_die_type_at_offset
2020-05-27  Simon MarchiAdd dwarf2_per_objfile parameter to free_one_cached_com...
2020-05-27  Simon MarchiRemove dwarf2_per_cu_data::objfile ()
2020-05-27  Simon MarchiAdd dwarf2_per_objfile parameters to dwarf2_fetch_...
2020-05-27  Simon MarchiAdd dwarf2_per_objfile parameter to dwarf2_read_addr_index
2020-05-27  Simon MarchiRemove dwarf2_per_cu_data::text_offset
2020-05-27  Simon MarchiMove int type methods out of dwarf2_per_cu_data
2020-05-27  Simon MarchiMake dwarf2_get_dwz_file take a dwarf2_per_bfd
2020-05-27  Simon MarchiAdd dwarf2_per_bfd field to dwarf2_per_cu_data
2020-05-27  Simon MarchiMove die_type_hash to dwarf2_per_objfile
2020-05-27  Simon MarchiRemove symtab links from dwarf2_psymtab and dwarf2_per_...
2020-05-27  Simon MarchiSplit dwarf2_per_objfile into dwarf2_per_objfile and...
2020-05-27  Tom TromeyAdd dwarf2_per_cu_data::index
2020-05-27  Tom TromeyIntroduce dwarf2_per_objfile::obstack
2020-04-07  Simon Marchigdb: small cleanups in dwarf2_psymtab constructors
2020-03-26  Tom TromeyConvert read_indirect_line_string to a method
2020-03-26  Tom TromeyIntroduce dwarf2/dwz.h
2020-03-17  Tom de Vries[gdb] Skip imports of c++ CUs
next