summaryrefslogtreecommitdiff
path: root/gdb/dwarf2/read.h
Commit message (Expand)AuthorAgeFilesLines
* gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi2023-03-091-1/+1
* gdb/dwarf2: move some things to read.hSimon Marchi2023-02-151-0/+178
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Add initializers to comp_unit_headTom Tromey2022-12-261-1/+1
* gdb: Fix issue with Clang CLI macrosBruno Larsen2022-11-031-0/+3
* [gdb/symtab] Add all_comp_units/all_type_units views on all_unitsTom de Vries2022-09-221-0/+5
* [gdb/symtab] Rename all_comp_units to all_unitsTom de Vries2022-09-221-2/+2
* [gdb/symtab] Make per_cu->m_lang atomicTom de Vries2022-07-141-9/+13
* [gdb/symtab] Make per_cu->unit_type atomicTom de Vries2022-07-141-9/+14
* [gdb/symtab] Make per_cu->set_lang more strictTom de Vries2022-07-131-4/+7
* Fix -fsanitize=thread for per_cu fieldsTom de Vries2022-07-121-9/+11
* [gdb/symtab] Fix data race in per_cu->lengthTom de Vries2022-07-111-1/+20
* [gdb/symtab] Fix assert in process_imported_unit_dieTom de Vries2022-07-081-4/+6
* [gdb/symtab] Add get/set functions for per_cu->lang/unit_typeTom de Vries2022-07-041-4/+37
* [gdb/symtab] Fix data race on per_cu->dwarf_versionTom de Vries2022-07-021-2/+16
* Move CU queue to dwarf2_per_objfileTom Tromey2022-06-081-3/+3
* Change allocation of m_dwarf2_cusTom Tromey2022-06-081-2/+4
* Unify the DWARF index holdersTom Tromey2022-04-201-8/+2
* Move mapped_index_base to new header fileTom Tromey2022-04-201-0/+1
* Remove dwarf2_per_cu_data::vTom Tromey2022-04-121-5/+14
* Delete DWARF psymtab codeTom Tromey2022-04-121-51/+3
* Parallelize DWARF indexingTom Tromey2022-04-121-2/+2
* Pre-read DWARF section dataTom Tromey2022-04-121-0/+4
* Implement quick_symbol_functions for cooked DWARF indexTom Tromey2022-04-121-0/+4
* The new DWARF indexerTom Tromey2022-04-121-1/+6
* Add dwarf2_per_cu_data::addresses_seenTom Tromey2022-04-121-0/+5
* Move gdb obstack code to gdbsupportTom Tromey2022-01-181-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Cache the result of find_file_and_directoryTom Tromey2021-12-041-0/+7
* [gdb/symtab] Support .debug_line with DW_FORM_line_strpTom de Vries2021-11-221-0/+5
* CTF: incorrect underlying type setting for enumeration typesWeimin Pan2021-10-181-4/+0
* Fix two regressions caused by CU / TU mergingTom Tromey2021-08-241-10/+0
* Fix file-name handling regression with DWARF indexTom Tromey2021-07-171-0/+3
* [gdb/symtab] Fix infinite recursion in dwarf2_cu::get_builder(), againTom de Vries2021-06-161-0/+3
* Add PROP_VARIABLE_NAMETom Tromey2021-06-041-2/+5
* gdb: pass signature to allocate_signatured_type and signatured_type constructorSimon Marchi2021-05-311-2/+6
* gdb: add and use signatured_type_upSimon Marchi2021-05-311-1/+3
* gdb: move dwarf2_per_cu_data and signatured_type upSimon Marchi2021-05-311-215/+217
* Remove dwarf2_per_bfd::m_num_psymtabsTom Tromey2021-05-301-13/+2
* [gdb/symtab] Fix Dwarf Error: cannot find DIETom de Vries2021-05-271-7/+0
* Rename dwarf2/comp-unit.hTom Tromey2021-05-171-1/+1
* Change how dwarf2_per_cu_data is deletedTom Tromey2021-05-171-2/+16
* Remove dwarf2_per_bfd::all_type_unitsTom Tromey2021-04-301-26/+6
* Allocate dwarf2_per_cu_data with 'new'Tom Tromey2021-04-301-25/+32
* gdb: remove some caching from the dwarf readerAndrew Burgess2021-04-231-4/+0
* Shrink size of dwarf2_per_cu_dataTom Tromey2021-04-211-13/+13
* gdb: pass objfile_per_bfd_storage instead of objfile to partial_symtabSimon Marchi2021-04-021-2/+2
* Add partial_symtabs parameter to psymtab construction functionsTom Tromey2021-03-201-2/+4
* Change how DWARF indices use addrmapTom Tromey2021-03-201-0/+3
* Move some DWARF code out of symfile.hTom Tromey2021-03-201-0/+11