aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2
AgeCommit message (Expand)AuthorFilesLines
2024-03-18Use string_view in quirk_rust_enumTom Tromey1-1/+1
2024-03-08Avoid race when writing to index cacheTom Tromey3-20/+26
2024-03-08Move the 'store' method to index_cache_store_contextTom Tromey3-14/+12
2024-03-08Capture the per-BFD object in index_cache_store_contextTom Tromey4-14/+14
2024-03-08Capture directory in index_cache_store_contextTom Tromey2-4/+8
2024-03-08Rename members of index_cache_store_contextTom Tromey2-7/+7
2024-03-08Avoid race when reading dwz fileTom Tromey2-20/+24
2024-02-29Use DW_FORM_ref_addr for DIE offset in .debug_namesTom Tromey2-2/+9
2024-02-20gdb: pass frames as `const frame_info_ptr &`Simon Marchi10-93/+94
2024-02-05Remove remnants of partial DIEs from DWARF readerTom Tromey3-17/+5
2024-02-05Avoid an allocation in attr_to_dynamic_propTom Tromey1-9/+8
2024-02-04Use reference result of emplace_backTom Tromey2-24/+9
2024-02-01Fix "objstack" typoTom Tromey1-1/+1
2024-01-29Fix backtrace limit stopping on inline frameHannes Domani2-2/+2
2024-01-28Simplify some symbol searches in Ada codeTom Tromey1-1/+1
2024-01-28Use the new symbol domainsTom Tromey5-36/+109
2024-01-28Use domain_search_flags in lookup_symbol et alTom Tromey2-2/+2
2024-01-28Use domain_search_flags in lookup_global_symbol_languageTom Tromey4-36/+8
2024-01-28Replace search_domain with domain_search_flagsTom Tromey4-44/+55
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-22Fix handling of DW_OP_GNU_push_tls_addressTom Tromey1-1/+1
2024-01-19gdb: remove SYMBOL_*_OPS macrosSimon Marchi2-13/+12
2024-01-19Simplify DWARF symtab inclusion handlingTom Tromey2-66/+16
2024-01-18Rewrite .debug_names writerTom Tromey1-239/+156
2024-01-18Export dwarf5_augmentationTom Tromey2-2/+3
2024-01-18Rewrite .debug_names readerTom Tromey1-583/+371
2024-01-18Empty hash table fix in .debug_names readerTom Tromey1-1/+2
2024-01-18Remove cooked_index_worker::start_readingTom Tromey2-30/+17
2024-01-18Change cooked_index_worker to abstract base classTom Tromey3-161/+204
2024-01-18Do not write the index cache from an indexTom Tromey3-5/+8
2024-01-18Move cooked_index_functions to cooked-index.hTom Tromey3-100/+100
2024-01-18Add language to cooked_index_entryTom Tromey3-17/+23
2024-01-18Remove IS_ENUM_CLASS from cooked_index_flagTom Tromey3-12/+11
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 Tromey3-7/+7
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess56-56/+56
2024-01-10gdb/symtab: Eliminate deferred_entryTom de Vries3-31/+68
2024-01-10gdb/symtab: Make cooked_index_entry::parent_entry privateTom de Vries3-16/+29
2024-01-10gdb/symtab: Allow changing of added cooked_index entriesTom de Vries2-11/+11
2024-01-09Fix ASAN failure in DWO codeTom Tromey1-8/+23
2024-01-09Fix thread-less buildTom Tromey1-4/+4
2024-01-09Use unrelocated_addr in dwarf2_base_index_functions::find_per_cuTom Tromey4-12/+14
2024-01-08Simplify the public DWARF APITom Tromey2-34/+33
2024-01-08Do more DWARF reading in the backgroundTom Tromey4-298/+638