aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/read.h
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-17Change how dwarf2_per_cu_data is deletedTom Tromey1-2/+16
2021-04-30Remove dwarf2_per_bfd::all_type_unitsTom Tromey1-26/+6
2021-04-30Allocate dwarf2_per_cu_data with 'new'Tom Tromey1-25/+32
2021-04-23gdb: remove some caching from the dwarf readerAndrew Burgess1-4/+0
2021-04-21Shrink size of dwarf2_per_cu_dataTom Tromey1-13/+13
2021-04-02gdb: pass objfile_per_bfd_storage instead of objfile to partial_symtabSimon Marchi1-2/+2
2021-03-20Add partial_symtabs parameter to psymtab construction functionsTom Tromey1-2/+4
2021-03-20Change how DWARF indices use addrmapTom Tromey1-0/+3
2021-03-20Move some DWARF code out of symfile.hTom Tromey1-0/+11
2021-03-06Move dwarf2_get_dwz_file to dwarf2/dwz.hTom Tromey1-9/+0
2021-03-06Avoid crash on missing dwz fileTom Tromey1-5/+8
2021-02-23gdb/dwarf: create and destroy dwarf2_per_bfd's CUs-to-expand queueSimon Marchi1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-2/+2
2020-08-09gdb: replace function pointer with `void *` data with function_viewSimon Marchi1-4/+4
2020-05-29gdb: rename dwarf2_per_objfile variables/fields to per_objfileSimon Marchi1-1/+1
2020-05-27Share DWARF partial symtabsTom Tromey1-0/+5
2020-05-27Move line_header_hash to dwarf2_per_objfileSimon Marchi1-3/+3
2020-05-27Replace dwarf2_per_cu_data::cu backlink with per-objfile mapSimon Marchi1-12/+23
2020-05-27Add comp_unit_head to dwarf2_per_cu_dataSimon Marchi1-0/+19
2020-05-27Move signatured_type::type to unshareable objectTom Tromey1-7/+10
2020-05-27Split type_unit_groupTom Tromey1-0/+38
2020-05-27Remove dwarf2_per_cu_data::dwarf2_per_objfileSimon Marchi1-3/+0
2020-05-27Add dwarf2_per_objfile parameter to get_die_type_at_offsetSimon Marchi1-1/+2
2020-05-27Add dwarf2_per_objfile parameter to free_one_cached_comp_unitSimon Marchi1-2/+5
2020-05-27Remove dwarf2_per_cu_data::objfile ()Simon Marchi1-5/+0
2020-05-27Add dwarf2_per_objfile parameters to dwarf2_fetch_* functionsSimon Marchi1-2/+6
2020-05-27Add dwarf2_per_objfile parameter to dwarf2_read_addr_indexSimon Marchi1-0/+1
2020-05-27Remove dwarf2_per_cu_data::text_offsetSimon Marchi1-6/+0
2020-05-27Move int type methods out of dwarf2_per_cu_dataSimon Marchi1-14/+4
2020-05-27Make dwarf2_get_dwz_file take a dwarf2_per_bfdSimon Marchi1-2/+4