]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/dwarf2/cooked-index.c
Don't nest double quotes in tuiterm.exp
[thirdparty/binutils-gdb.git] / gdb / dwarf2 / cooked-index.c
2025-06-26  Tom TromeyChange file initialization to use INIT_GDB_FILE macro
2025-06-03  Tom de Vries[gdb/cli] Use captured per_command_time in worker threads
2025-04-29  Simon Marchigdb: add some scoped_time_its to profile startup time
2025-04-08  Tom TromeyUpdate copyright dates to include 2025
2025-04-02  Tom TromeyClean up cooked_index::done_reading
2025-04-02  Simon Marchigdb/dwarf2: remove unused includes
2025-04-01  Tom TromeyMove cooked_index_worker to cooked-index-worker.[ch]
2025-04-01  Tom TromeyMove cooked_index_shard to new files
2025-04-01  Tom TromeyMove cooked_index_entry to new files
2025-04-01  Tom TromeyMake language_requires_canonicalization 'static'
2025-03-25  Simon Marchigdb/dwarf: use std::equal_range in cooked_index_shard...
2025-03-25  Simon Marchigdb/dwarf: remove unnecessary comparison in cooked_inde...
2025-03-17  Simon Marchigdb/dwarf: remove unused cooked_index::cooked_index...
2025-03-17  Simon Marchigdbsupport: add some -Wunused-* warning flags
2025-03-17  Simon Marchigdb/dwarf: use gdb::unordered_set for seen_names
2025-03-10  Tom TromeyAdd string cache and use it in cooked index
2025-03-10  Tom TromeyUse flags enum for cooked_index_entry::full_name
2025-03-06  Tom TromeyAdd support for hierarchical Ada names
2025-03-06  Tom TromeyAdd "Ada linkage" mode to cooked_index_entry::full_name
2025-03-06  Tom TromeyStore new Ada entries in cooked_index_shard::m_entries
2025-03-06  Tom TromeyAdd "synthetic" marker for index entries
2025-03-06  Tom TromeyUse DW_TAG_module for Ada
2025-03-06  Tom TromeyUse "::" as separator for Fortran in cooked index
2025-03-03  Tom TromeyAdd language to type unit in debug-names-tu.exp.tcl
2025-03-03  Simon Marchigdb/dwarf: rename dwarf2_per_cu_data -> dwarf2_per_cu
2025-02-19  Simon Marchigdb/dwarf: std::unordered_{set,map} -> gdb::unordered_...
2025-02-14  Simon Marchigdb/dwarf: unique_ptr cleanup
2025-02-11  Simon Marchigdb/dwarf: rename cooked_index::m_vector to m_shards
2025-02-11  Simon Marchigdb/dwarf: remove cooked_index::vec_type
2025-02-10  Simon Marchigdb/dwarf: allow for cooked_index_shard::m_addrmap...
2025-01-30  Simon Marchigdb: remove includes from dwarf2/mapped-index.h
2025-01-27  Tom de Vries[gdb/build] Fix build with gcc 7.5.0
2025-01-24  Tom TromeyFix C++ template function matching in cooked index
2024-10-21  Tom de Vries[gdb/build, c++20] Fix more deprecated implicit capture...
2024-10-17  Tom de Vries[gdb/symtab] Fix qualified name for cooked index dump
2024-09-09  Tom TromeyRefactor cooked_index_shard::handle_gnat_encoded_entry
2024-08-30  Simon Marchigdb/dwarf2: cleanup includes
2024-05-31  Simon Marchigdb: remove unused includes in utils.h
2024-05-04  Hannes DomaniFix heap-use-after-free in index-cached with --disable...
2024-04-23  Simon Marchigdb: move a bunch of quit-related things to event-top...
2024-04-16  Tom TromeyCorrectly handle DIE parent computations
2024-04-15  Tom TromeyAvoid complaint warning on mingw
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-03-26  Tom TromeyCapture warnings when writing to the index cache
2024-03-09  Tom TromeyAvoid race when writing to index cache
2024-03-09  Tom TromeyMove the 'store' method to index_cache_store_context
2024-03-09  Tom TromeyCapture the per-BFD object in index_cache_store_context
2024-01-28  Tom TromeyUse the new symbol domains
2024-01-28  Tom TromeyReplace search_domain with domain_search_flags
2024-01-18  Tom TromeyRemove cooked_index_worker::start_reading
2024-01-18  Tom TromeyChange cooked_index_worker to abstract base class
2024-01-18  Tom TromeyDo not write the index cache from an index
2024-01-18  Tom TromeyMove cooked_index_functions to cooked-index.h
2024-01-18  Tom TromeyAdd language to cooked_index_entry
2024-01-18  Tom TromeyRemove IS_ENUM_CLASS from cooked_index_flag
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2024-01-10  Tom de Vriesgdb/symtab: Eliminate deferred_entry
2024-01-10  Tom de Vriesgdb/symtab: Make cooked_index_entry::parent_entry private
2024-01-10  Tom de Vriesgdb/symtab: Allow changing of added cooked_index entries
2024-01-09  Tom TromeyUse unrelocated_addr in dwarf2_base_index_functions...
2024-01-09  Tom TromeyDo more DWARF reading in the background
2024-01-09  Tom TromeyChange how cooked index waits for threads
2023-12-06  Tom TromeyAlways use expand_symtabs_matching in ada-lang.c
2023-11-21  Lancelot Sixgdb: Use initializers in lambda captures unconditionally
2023-11-21  Lancelot Sixgdb: Use std::string_view instead of gdb::string_view
2023-09-15  Tom TromeyRename split_style::DOT
2023-08-28  Tom TromeyUse sect_offset_str in cooked_index::dump
2023-08-10  Tom de Vries[gdb/symtab] Dump qualified name of cooked_index_entry
2023-08-08  Tom de Vries[gdb/build] Fix build breaker with -std=c++11
2023-08-04  Tom de Vries[gdb/symtab] Fix data race on bfd::{cacheable,format}
2023-08-04  Tom de Vries[gdb/symtab] Fix data race on index_cache::m_enabled
2023-04-29  Manoj Guptagdb: Fix building with latest libc++
2023-03-31  Tom TromeyFix race in background index-cache writing
2023-03-27  Tom TromeyPopulate seen_names hash in cooked_index_shard::do_finalize
2023-03-07  Tom TromeyFix selfcheck regression due to new maint command
2023-03-07  Tom TromeyEnsure index cache entry written in test
2023-02-24  Tom TromeyWrite the DWARF index in the background
2023-02-18  Tom TromeyFix "start" for D, Rust, etc
2023-02-09  Tom TromeyLet user C-c when waiting for DWARF index finalization
2023-02-01  Simon Marchigdb/dwarf: rename cooked_index_vector to cooked_index
2023-02-01  Simon Marchigdb/dwarf: rename cooked_index to cooked_index_shard
2023-01-30  Simon Marchigdb: fix dwarf2/cooked-index.c compilation on 32-bit...
2023-01-30  Simon Marchigdb/dwarf: dump cooked index contents in cooked_index_f...
2023-01-30  Tom TromeyFix comparator bug in cooked index
2023-01-30  Tom TromeyMake addrmap const-correct in cooked index
2023-01-27  Tom TromeyMore const-correctness in cooked indexer
2023-01-17  Tom TromeyFix parameter-less template regression in new DWARF...
2023-01-17  Tom TromeyMove hash_entry and eq_entry into cooked_index::do_finalize
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-01  Tom TromeyAdd name canonicalization for C
2022-12-01  Tom TromeyRefactor cooked_index::do_finalize
2022-07-04  Tom de Vries[gdb/symtab] Add get/set functions for per_cu->lang...
2022-05-26  Tom TromeyFinalize each cooked index separately
2022-04-20  Tom TromeyMicro-optimize cooked_index_entry::full_name
2022-04-12  Simon Marchigdb: fix "passing NULL to memcpy" UBsan error in dwarf2...
2022-04-12  Tom Tromey"Finalize" the DWARF index in the background
2022-04-12  Tom TromeyParallelize DWARF indexing
2022-04-12  Tom TromeyIntroduce the new DWARF index class