aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/cooked-index.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-30gdb: remove unused includes in utils.hSimon Marchi1-0/+1
2024-05-04Fix heap-use-after-free in index-cached with --disable-threadingHannes Domani1-1/+1
2024-04-23gdb: move a bunch of quit-related things to event-top.{c,h}Simon Marchi1-0/+1
2024-04-16Correctly handle DIE parent computationsTom Tromey1-3/+11
2024-04-15Avoid complaint warning on mingwTom Tromey1-1/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-03-26Capture warnings when writing to the index cacheTom Tromey1-5/+13
2024-03-08Avoid race when writing to index cacheTom Tromey1-15/+12
2024-03-08Move the 'store' method to index_cache_store_contextTom Tromey1-1/+1
2024-03-08Capture the per-BFD object in index_cache_store_contextTom Tromey1-4/+3
2024-01-28Use the new symbol domainsTom Tromey1-25/+1
2024-01-28Replace search_domain with domain_search_flagsTom Tromey1-0/+36
2024-01-18Remove cooked_index_worker::start_readingTom Tromey1-20/+12
2024-01-18Change cooked_index_worker to abstract base classTom Tromey1-2/+134
2024-01-18Do not write the index cache from an indexTom Tromey1-2/+5
2024-01-18Move cooked_index_functions to cooked-index.hTom Tromey1-0/+6
2024-01-18Add language to cooked_index_entryTom Tromey1-11/+11
2024-01-18Remove IS_ENUM_CLASS from cooked_index_flagTom Tromey1-1/+0
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-3/+8
2024-01-10gdb/symtab: Make cooked_index_entry::parent_entry privateTom de Vries1-7/+7
2024-01-10gdb/symtab: Allow changing of added cooked_index entriesTom de Vries1-1/+1
2024-01-09Use unrelocated_addr in dwarf2_base_index_functions::find_per_cuTom Tromey1-1/+1
2024-01-08Do more DWARF reading in the backgroundTom Tromey1-74/+126
2024-01-08Change how cooked index waits for threadsTom Tromey1-2/+1
2023-12-06Always use expand_symtabs_matching in ada-lang.cTom Tromey1-1/+5
2023-11-21gdb: Use initializers in lambda captures unconditionallyLancelot Six1-6/+1
2023-11-21gdb: Use std::string_view instead of gdb::string_viewLancelot Six1-3/+3
2023-09-15Rename split_style::DOTTom Tromey1-1/+1
2023-08-28Use sect_offset_str in cooked_index::dumpTom Tromey1-2/+1
2023-08-10[gdb/symtab] Dump qualified name of cooked_index_entryTom de Vries1-0/+3
2023-08-08[gdb/build] Fix build breaker with -std=c++11Tom de Vries1-1/+6
2023-08-04[gdb/symtab] Fix data race on bfd::{cacheable,format}Tom de Vries1-1/+1
2023-08-04[gdb/symtab] Fix data race on index_cache::m_enabledTom de Vries1-4/+8
2023-04-29gdb: Fix building with latest libc++Manoj Gupta1-1/+1
2023-03-31Fix race in background index-cache writingTom Tromey1-9/+15
2023-03-27Populate seen_names hash in cooked_index_shard::do_finalizeTom Tromey1-0/+1
2023-03-07Fix selfcheck regression due to new maint commandTom Tromey1-2/+2
2023-03-07Ensure index cache entry written in testTom Tromey1-0/+15
2023-02-24Write the DWARF index in the backgroundTom Tromey1-1/+67
2023-02-18Fix "start" for D, Rust, etcTom Tromey1-17/+33
2023-02-09Let user C-c when waiting for DWARF index finalizationTom Tromey1-0/+16
2023-01-31gdb/dwarf: rename cooked_index_vector to cooked_indexSimon Marchi1-7/+7
2023-01-31gdb/dwarf: rename cooked_index to cooked_index_shardSimon Marchi1-11/+11
2023-01-30gdb: fix dwarf2/cooked-index.c compilation on 32-bit systemsSimon Marchi1-1/+1
2023-01-30gdb/dwarf: dump cooked index contents in cooked_index_functions::dumpSimon Marchi1-0/+93
2023-01-30Fix comparator bug in cooked indexTom Tromey1-79/+88
2023-01-30Make addrmap const-correct in cooked indexTom Tromey1-3/+3
2023-01-27More const-correctness in cooked indexerTom Tromey1-4/+4
2023-01-17Fix parameter-less template regression in new DWARF readerTom Tromey1-16/+127