aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/read.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-04Remove dwarf2_per_objfile::adjustTom Tromey1-11/+0
2024-05-04Remove call to dwarf2_per_objfile::adjust from read_attribute_valueTom Tromey1-1/+0
2024-05-04Remove call to dwarf2_per_objfile::adjust from read_call_site_scopeTom Tromey1-5/+2
2024-05-04Remove more calls to dwarf2_per_objfile::adjustTom Tromey1-18/+8
2024-05-02[gdb/symtab] Work around PR gas/29517, dwarf2 caseTom de Vries1-1/+4
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-04-23gdb: move a bunch of quit-related things to event-top.{c,h}Simon Marchi1-0/+1
2024-04-23gdb/dwarf2/read.c: remove pessimizing std::moveSimon Marchi1-1/+1
2024-04-17Use section name in DWARF error messageTom Tromey1-2/+3
2024-04-16Correctly handle DIE parent computationsTom Tromey1-34/+26
2024-04-16Introduce class parent_map for DIE range mapTom Tromey1-28/+18
2024-04-16Change handling of DW_TAG_enumeration_type in DWARF scannerTom Tromey1-9/+7
2024-04-16[gdb/symtab] Refactor condition in scan_attributesTom de Vries1-8/+10
2024-04-15Remove 'copy_names' parameter from add_using_directiveTom Tromey1-2/+1
2024-04-03gdb: ensure has dwarf info before reading DWZ fileLancelot SIX1-17/+19
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-03-26Capture warnings when writing to the index cacheTom Tromey1-1/+1
2024-03-20[gdb/symtab] Workaround PR gas/31115Tom de Vries1-0/+22
2024-03-18Use string_view in quirk_rust_enumTom Tromey1-1/+1
2024-03-08Avoid race when reading dwz fileTom Tromey1-11/+18
2024-02-05Remove remnants of partial DIEs from DWARF readerTom Tromey1-3/+2
2024-02-05Avoid an allocation in attr_to_dynamic_propTom Tromey1-9/+8
2024-02-04Use reference result of emplace_backTom Tromey1-22/+8
2024-02-01Fix "objstack" typoTom Tromey1-1/+1
2024-01-28Use the new symbol domainsTom Tromey1-6/+25
2024-01-28Use domain_search_flags in lookup_global_symbol_languageTom Tromey1-6/+3
2024-01-28Replace search_domain with domain_search_flagsTom Tromey1-2/+2
2024-01-28Give names to unspecified typesTom Tromey1-0/+1
2024-01-28Fix latent bug in DW_TAG_entry_point handlingTom Tromey1-0/+7
2024-01-28Small cleanup in DWARF readerTom Tromey1-2/+2
2024-01-28Fix bug in cooked index scannerTom Tromey1-0/+6
2024-01-24Handle DW_AT_endianity on enumeration typesTom Tromey1-23/+43
2024-01-19gdb: remove SYMBOL_*_OPS macrosSimon Marchi1-1/+1
2024-01-19Simplify DWARF symtab inclusion handlingTom Tromey1-23/+13
2024-01-18Change cooked_index_worker to abstract base classTom Tromey1-137/+49
2024-01-18Move cooked_index_functions to cooked-index.hTom Tromey1-100/+0
2024-01-18Remove IS_ENUM_CLASS from cooked_index_flagTom Tromey1-6/+8
2024-01-18Refactor quick-function installation in DWARF readerTom Tromey1-24/+14
2024-01-18Refactor 'maint set dwarf synchronous' handlingTom Tromey1-3/+4
2024-01-17Fix crash in struct-with-sig-2.exp with debug-names target boardTom Tromey1-0/+2
2024-01-15Remove addrmap_fixed::set_entryTom Tromey1-4/+4
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2024-01-10gdb/symtab: Eliminate deferred_entryTom de Vries1-21/+14
2024-01-10gdb/symtab: Make cooked_index_entry::parent_entry privateTom de Vries1-3/+3
2024-01-09Fix ASAN failure in DWO codeTom Tromey1-8/+23
2024-01-09Use unrelocated_addr in dwarf2_base_index_functions::find_per_cuTom Tromey1-7/+8
2024-01-08Simplify the public DWARF APITom Tromey1-27/+22
2024-01-08Do more DWARF reading in the backgroundTom Tromey1-178/+304
2024-01-08Add "maint set dwarf synchronous"Tom Tromey1-0/+27
2024-01-08Move cooked_index_storage to cooked-index.hTom Tromey1-94/+41