aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/read.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-25gdb: use alternative for demangled name for non-demangeable linkage namesSchimpe, Christina1-1/+5
2024-06-24Don't obstack-allocate the call site hash tableTom Tromey1-7/+6
2024-06-24Don't obstack-allocate the DIE hashTom Tromey1-34/+16
2024-06-19[gdb/symtab] Fix target type of complex long double on armTom de Vries1-1/+9
2024-05-31Move dwarf2_per_bfd::index_addrmap to mapped_gdb_indexTom Tromey1-22/+5
2024-05-22Default dwarf_synchronous to trueTom Tromey1-1/+1
2024-05-17gdb/symtab: use symbol name matcher for all segments in a qualified nameDmitry Neverov1-10/+25
2024-05-17gdb/symtab: compute match_type outside the loopDmitry Neverov1-2/+3
2024-05-17gdb/symtab: reuse last segment lookup name info by creating it outside the loopDmitry Neverov1-3/+3
2024-05-17gdb/symtab: check name matches before expanding a CUDmitry.Neverov1-3/+19
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