aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/read.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-20[gdb/symtab] Fix more style issues in v9 .gdb_index section supportTom de Vries1-2/+2
2023-10-19Fix race in DWARF readerTom Tromey1-22/+19
2023-10-18[gdb/symtab] Fix style issues in v9 .gdb_index section supportTom de Vries1-5/+5
2023-10-10[gdb/symtab] Add name_of_main and language_of_main to the DWARF indexMatheus Branco Borella1-0/+12
2023-08-04[gdb/symtab] Fix data race on dwarf2_per_cu_data::{files_read,is_debug_types}Tom de Vries1-5/+5
2023-08-04[gdb/symtab] Fix data race on dwarf2_per_cu_data::{mark,is_debug_types}Tom de Vries1-5/+5
2023-08-04[gdb/symtab] Fix data race on dwarf2_per_cu_data::{m_header_read_in,is_debug_...Tom de Vries1-7/+7
2023-08-04[gdb/symtab] Fix race on dwarf2_per_cu_data::{queued,is_debug_type}Tom de Vries1-6/+6
2023-06-05Use unrelocated_addr in the DWARF readerTom Tromey1-3/+12
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi1-1/+1
2023-02-15gdb/dwarf2: move some things to read.hSimon Marchi1-0/+178
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-26Add initializers to comp_unit_headTom Tromey1-1/+1
2022-11-03gdb: Fix issue with Clang CLI macrosBruno Larsen1-0/+3
2022-09-22[gdb/symtab] Add all_comp_units/all_type_units views on all_unitsTom de Vries1-0/+5
2022-09-22[gdb/symtab] Rename all_comp_units to all_unitsTom de Vries1-2/+2
2022-07-14[gdb/symtab] Make per_cu->m_lang atomicTom de Vries1-9/+13
2022-07-14[gdb/symtab] Make per_cu->unit_type atomicTom de Vries1-9/+14
2022-07-13[gdb/symtab] Make per_cu->set_lang more strictTom de Vries1-4/+7
2022-07-12Fix -fsanitize=thread for per_cu fieldsTom de Vries1-9/+11
2022-07-11[gdb/symtab] Fix data race in per_cu->lengthTom de Vries1-1/+20
2022-07-08[gdb/symtab] Fix assert in process_imported_unit_dieTom de Vries1-4/+6
2022-07-04[gdb/symtab] Add get/set functions for per_cu->lang/unit_typeTom de Vries1-4/+37
2022-07-02[gdb/symtab] Fix data race on per_cu->dwarf_versionTom de Vries1-2/+16
2022-06-08Move CU queue to dwarf2_per_objfileTom Tromey1-3/+3
2022-06-08Change allocation of m_dwarf2_cusTom Tromey1-2/+4
2022-04-20Unify the DWARF index holdersTom Tromey1-8/+2
2022-04-20Move mapped_index_base to new header fileTom Tromey1-0/+1
2022-04-12Remove dwarf2_per_cu_data::vTom Tromey1-5/+14
2022-04-12Delete DWARF psymtab codeTom Tromey1-51/+3
2022-04-12Parallelize DWARF indexingTom Tromey1-2/+2
2022-04-12Pre-read DWARF section dataTom Tromey1-0/+4
2022-04-12Implement quick_symbol_functions for cooked DWARF indexTom Tromey1-0/+4
2022-04-12The new DWARF indexerTom Tromey1-1/+6
2022-04-12Add dwarf2_per_cu_data::addresses_seenTom Tromey1-0/+5
2022-01-18Move gdb obstack code to gdbsupportTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-04Cache the result of find_file_and_directoryTom Tromey1-0/+7
2021-11-22[gdb/symtab] Support .debug_line with DW_FORM_line_strpTom de Vries1-0/+5
2021-10-18CTF: incorrect underlying type setting for enumeration typesWeimin Pan1-4/+0
2021-08-24Fix two regressions caused by CU / TU mergingTom Tromey1-10/+0
2021-07-17Fix file-name handling regression with DWARF indexTom Tromey1-0/+3
2021-06-16[gdb/symtab] Fix infinite recursion in dwarf2_cu::get_builder(), againTom de Vries1-0/+3
2021-06-04Add PROP_VARIABLE_NAMETom Tromey1-2/+5
2021-05-31gdb: pass signature to allocate_signatured_type and signatured_type constructorSimon Marchi1-2/+6
2021-05-31gdb: add and use signatured_type_upSimon Marchi1-1/+3
2021-05-31gdb: move dwarf2_per_cu_data and signatured_type upSimon Marchi1-215/+217
2021-05-30Remove dwarf2_per_bfd::m_num_psymtabsTom Tromey1-13/+2
2021-05-27[gdb/symtab] Fix Dwarf Error: cannot find DIETom de Vries1-7/+0
2021-05-17Rename dwarf2/comp-unit.hTom Tromey1-1/+1