]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/dwarf2/read.h
gdb: Fix issue with Clang CLI macros
[thirdparty/binutils-gdb.git] / gdb / dwarf2 / read.h
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
2020-02-26  Simon MarchiMove more declarations from dwarf2/loc.h to dwarf2...
2020-02-26  Simon MarchiMove dwarf2_read_addr_index declaration to dwarf2/read.h
2020-02-25  Simon MarchiMove dwarf2_get_die_type declaration to dwarf2/read.h
2020-02-24  Tom TromeyConvert IS_TYPE_UNIT_GROUP to method
2020-02-08  Tom TromeyAdd some methods to dwarf2_per_cu_data
2020-02-08  Tom TromeyMove dwarf2_per_cu_data::imported_symtabs earlier
2020-02-08  Tom TromeyMove DWARF line_header to new file
2020-02-08  Tom TromeyMove dwarf_always_disassemble to dwarf2/loc.c
2020-02-08  Tom TromeyChange dwarf2_per_objfile::quick_file_names_table to...
2020-02-08  Tom TromeyChange dwarf2_per_objfile::die_type_hash to htab_up
2020-02-08  Tom TromeyChange dwarf2_per_objfile::line_header_hash to htab_up
2020-02-08  Tom TromeyChange dwarf2_per_objfile::type_unit_groups to htab_up
2020-02-08  Tom TromeyChange dwarf2_per_objfile::signatured_types to be htab_up
2020-02-08  Tom TromeyRemove DWARF queue-related globals
2020-02-08  Tom TromeyMove DWARF code to dwarf2/ subdirectory