summaryrefslogtreecommitdiff
path: root/gdb/dwarf2/cooked-index.h
Commit message (Expand)AuthorAgeFilesLines
* gdb/dwarf: Fix MinGW buildThiago Jung Bauermann2023-04-101-1/+1
* Fix race in background index-cache writingTom Tromey2023-03-311-1/+4
* Write the DWARF index in the backgroundTom Tromey2023-02-241-14/+19
* Fix "start" for D, Rust, etcTom Tromey2023-02-181-5/+18
* Remove mention of cooked_index_vectorTom Tromey2023-02-091-1/+1
* Let user C-c when waiting for DWARF index finalizationTom Tromey2023-02-091-6/+5
* gdb/dwarf: rename cooked_index_vector to cooked_indexSimon Marchi2023-01-311-9/+9
* gdb/dwarf: rename cooked_index to cooked_index_shardSimon Marchi2023-01-311-6/+6
* gdb/dwarf: dump cooked index contents in cooked_index_functions::dumpSimon Marchi2023-01-301-0/+7
* Fix comparator bug in cooked indexTom Tromey2023-01-301-6/+44
* Make addrmap const-correct in cooked indexTom Tromey2023-01-301-1/+1
* gdb: provide const-correct versions of addrmap::find and addrmap::foreachSimon Marchi2023-01-301-1/+1
* More const-correctness in cooked indexerTom Tromey2023-01-271-8/+9
* gdb: move call site types to call-site.hSimon Marchi2023-01-201-1/+1
* Fix parameter-less template regression in new DWARF readerTom Tromey2023-01-171-5/+10
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Fix incorrect .gdb_index with new DWARF scannerTom Tromey2022-10-211-0/+15
* [gdb/symtab] Fix data race in cooked_index_functions::expand_symtabs_matchingTom de Vries2022-07-141-2/+9
* Remove addrmap::create_fixedTom Tromey2022-06-121-2/+2
* Remove addrmap wrapper functionsTom Tromey2022-06-121-2/+2
* Finalize each cooked index separatelyTom Tromey2022-05-261-32/+56
* Remove unused field cooked_index::m_startTom Tromey2022-05-131-5/+0
* Fix --disable-threading buildTom Tromey2022-05-101-1/+1
* Fix crash when creating index from indexTom Tromey2022-05-041-0/+5
* Fix .debug_names regression with new indexerTom Tromey2022-04-291-2/+5
* Introduce and use dwarf_scanner_baseTom Tromey2022-04-201-1/+4
* gdb: remove move constructor and move assignment operator from cooked_indexSimon Marchi2022-04-141-2/+0
* "Finalize" the DWARF index in the backgroundTom Tromey2022-04-121-0/+17
* Parallelize DWARF indexingTom Tromey2022-04-121-33/+83
* Introduce the new DWARF index classTom Tromey2022-04-121-0/+260