aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/cooked-index.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-01-17Move hash_entry and eq_entry into cooked_index::do_finalizeTom Tromey1-20/+14
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-01Add name canonicalization for CTom Tromey1-2/+6
2022-12-01Refactor cooked_index::do_finalizeTom Tromey1-26/+23
2022-07-04[gdb/symtab] Add get/set functions for per_cu->lang/unit_typeTom de Vries1-5/+5
2022-05-26Finalize each cooked index separatelyTom Tromey1-131/+136
2022-04-20Micro-optimize cooked_index_entry::full_nameTom Tromey1-6/+5
2022-04-12gdb: fix "passing NULL to memcpy" UBsan error in dwarf2/cooked-index.cSimon Marchi1-4/+2
2022-04-12"Finalize" the DWARF index in the backgroundTom Tromey1-2/+8
2022-04-12Parallelize DWARF indexingTom Tromey1-37/+105
2022-04-12Introduce the new DWARF index classTom Tromey1-0/+270