aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/cooked-index.h
AgeCommit message (Expand)AuthorFilesLines
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-7/+46
2024-01-10gdb/symtab: Make cooked_index_entry::parent_entry privateTom de Vries1-6/+19
2024-01-10gdb/symtab: Allow changing of added cooked_index entriesTom de Vries1-10/+10
2024-01-09Fix thread-less buildTom Tromey1-4/+4
2024-01-09Use unrelocated_addr in dwarf2_base_index_functions::find_per_cuTom Tromey1-3/+4
2024-01-08Do more DWARF reading in the backgroundTom Tromey1-45/+207
2024-01-08Change how cooked index waits for threadsTom Tromey1-1/+1
2024-01-08Move cooked_index_storage to cooked-index.hTom Tromey1-0/+70
2023-12-29dwarf, fortran: add support for DW_TAG_entry_pointNils-Christian Kempke1-1/+2
2023-11-21gdb: Use std::string_view instead of gdb::string_viewLancelot Six1-1/+1
2023-08-04[gdb/symtab] Fix data race on index_cache::m_enabledTom de Vries1-1/+3
2023-04-10gdb/dwarf: Fix MinGW buildThiago Jung Bauermann1-1/+1
2023-03-31Fix race in background index-cache writingTom Tromey1-1/+4
2023-02-24Write the DWARF index in the backgroundTom Tromey1-14/+19
2023-02-18Fix "start" for D, Rust, etcTom Tromey1-5/+18
2023-02-09Remove mention of cooked_index_vectorTom Tromey1-1/+1
2023-02-09Let user C-c when waiting for DWARF index finalizationTom Tromey1-6/+5
2023-01-31gdb/dwarf: rename cooked_index_vector to cooked_indexSimon Marchi1-9/+9
2023-01-31gdb/dwarf: rename cooked_index to cooked_index_shardSimon Marchi1-6/+6
2023-01-30gdb/dwarf: dump cooked index contents in cooked_index_functions::dumpSimon Marchi1-0/+7
2023-01-30Fix comparator bug in cooked indexTom Tromey1-6/+44
2023-01-30Make addrmap const-correct in cooked indexTom Tromey1-1/+1
2023-01-30gdb: provide const-correct versions of addrmap::find and addrmap::foreachSimon Marchi1-1/+1
2023-01-27More const-correctness in cooked indexerTom Tromey1-8/+9
2023-01-20gdb: move call site types to call-site.hSimon Marchi1-1/+1
2023-01-17Fix parameter-less template regression in new DWARF readerTom Tromey1-5/+10
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-21Fix incorrect .gdb_index with new DWARF scannerTom Tromey1-0/+15
2022-07-14[gdb/symtab] Fix data race in cooked_index_functions::expand_symtabs_matchingTom de Vries1-2/+9
2022-06-12Remove addrmap::create_fixedTom Tromey1-2/+2
2022-06-12Remove addrmap wrapper functionsTom Tromey1-2/+2
2022-05-26Finalize each cooked index separatelyTom Tromey1-32/+56
2022-05-13Remove unused field cooked_index::m_startTom Tromey1-5/+0
2022-05-10Fix --disable-threading buildTom Tromey1-1/+1
2022-05-04Fix crash when creating index from indexTom Tromey1-0/+5
2022-04-29Fix .debug_names regression with new indexerTom Tromey1-2/+5
2022-04-20Introduce and use dwarf_scanner_baseTom Tromey1-1/+4
2022-04-14gdb: remove move constructor and move assignment operator from cooked_indexSimon Marchi1-2/+0
2022-04-12"Finalize" the DWARF index in the backgroundTom Tromey1-0/+17
2022-04-12Parallelize DWARF indexingTom Tromey1-33/+83
2022-04-12Introduce the new DWARF index classTom Tromey1-0/+260