Add methods and operators to gdb_mpz
[binutils-gdb.git] / gdb / dwarf2 / read.c
2023-03-14 Tom TromeyAdd methods and operators to gdb_mpz
2023-03-11 Tom TromeyChange linetables to be objfile-independent
2023-03-09 Simon Marchigdb, gdbserver, gdbsupport: fix whitespace issues
2023-03-07 Tom TromeyClean up attribute reprocessing
2023-02-27 Andrew Burgessgdb: don't treat empty enums as flag enums
2023-02-24 Tom TromeyWrite the DWARF index in the background
2023-02-24 Tom TromeyOnly use the per-BFD object to write a DWARF index
2023-02-20 Tom de Vries[gdb/symtab] Trust epilogue unwind info for unknown...
2023-02-19 Tom TromeyConvert more block functions to methods
2023-02-18 Tom TromeyFix "start" for D, Rust, etc
2023-02-18 Tom TromeyAvoid manual memory management in go-lang.c
2023-02-15 Simon Marchigdb/dwarf2: split .debug_names reading code to own...
2023-02-15 Simon Marchigdb/dwarf2: split .gdb_index reading code to own file
2023-02-15 Simon Marchigdb/dwarf2: move some things to read.h
2023-02-14 Simon Marchigdb/dwarf2: rename some things, index -> gdb_index
2023-02-13 Tom TromeyTurn some value_contents functions into methods
2023-02-13 Tom TromeyTurn allocate_value into a static "constructor"
2023-02-12 Tom TromeyMove some code from dwarf2/read.c to die.c
2023-02-08 Tom TromeyDo not pass section index to end_compunit_symtab
2023-02-08 Tom TromeySet section indices when symbols are made
2023-02-08 Tom TromeySimplify checks of cooked_index
2023-02-01 Simon Marchigdb/dwarf: rename cooked_index_vector to cooked_index
2023-02-01 Simon Marchigdb/dwarf: rename cooked_index to cooked_index_shard
2023-01-31 Simon Marchigdb: add nullptr check to cooked_index_functions::dump
2023-01-30 Simon Marchigdb/dwarf: dump cooked index contents in cooked_index_f...
2023-01-30 Tom TromeyClean up lnp_state_machine constructor
2023-01-30 Simon Marchigdb: provide const-correct versions of addrmap::find...
2023-01-20 Simon Marchigdb/dwarf: fix UBsan crash in read_subrange_type
2023-01-17 Tom TromeyFix parameter-less template regression in new DWARF...
2023-01-17 Tom TromeyDon't erase empty indices in DWARF reader
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
next