aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/read-debug-names.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-18gdb/dwarf: use gdb::unordered_map for dwarf2_per_bfd::{quick_file_names_table...Simon Marchi1-3/+2
2025-03-17gdb/dwarf: remove unused cooked_index::cooked_index parameterSimon Marchi1-2/+1
2025-03-10Revert past commitsSimon Marchi1-90/+82
2025-03-10attempt to revamp to the CU/TU listSimon Marchi1-23/+29
2025-03-10gdb/dwarf: move index unit vectors to debug names reader and use themSimon Marchi1-70/+72
2025-03-05Dump debug names indexTom Tromey1-1/+1
2025-03-04gdb/dwarf: make dwarf2_get_dwz_file a method of dwarf2_per_bfdSimon Marchi1-2/+2
2025-03-03gdb/dwarf: rename dwarf2_per_cu_data -> dwarf2_per_cuSimon Marchi1-1/+1
2025-02-19gdb/dwarf: std::unordered_{set,map} -> gdb::unordered_{set,map} throughoutSimon Marchi1-1/+1
2025-02-14Handle DW_FORM_data4 in read-debug-names.cTom Tromey1-3/+17
2025-02-14gdb/dwarf: rename cooked_index_worker subclassesSimon Marchi1-4/+4
2025-02-10gdb/dwarf: create multiple cooked index shards when reading .debug_namesSimon Marchi1-8/+31
2025-02-10gdb/dwarf: write offset to parent entry for DW_IDX_parentSimon Marchi1-32/+84
2025-02-09Add dwarf2_per_bfd::start_readingTom Tromey1-7/+5
2025-01-17Add missing includes of extract-store-integer.hTom Tromey1-0/+1
2024-10-29[gdb/symtab] Handle multiple .debug_info sectionsTom de Vries1-5/+6
2024-04-16Correctly handle DIE parent computationsTom Tromey1-2/+5
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-03-26Capture warnings when writing to the index cacheTom Tromey1-1/+1
2024-02-29Use DW_FORM_ref_addr for DIE offset in .debug_namesTom Tromey1-0/+4
2024-01-18Export dwarf5_augmentationTom Tromey1-2/+1
2024-01-18Rewrite .debug_names readerTom Tromey1-583/+371
2024-01-18Empty hash table fix in .debug_names readerTom Tromey1-1/+2
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2024-01-08Add deferred_warnings parameter to read_addrmap_from_arangesTom Tromey1-1/+5
2024-01-08Pre-read DWZ section dataTom Tromey1-1/+1
2023-12-06Remove quick_symbol_functions::expand_matching_symbolsTom Tromey1-46/+0
2023-12-06[gdb/symtab] Redo "Fix assert in set_length"Tom de Vries via Gdb-patches1-96/+80
2023-11-21gdb: Use C++17's std::make_unique instead of gdb::make_uniqueLancelot Six1-1/+1
2023-10-29Move read_addrmap_from_aranges to new fileTom Tromey1-0/+1
2023-10-29Pre-read .debug_aranges sectionTom Tromey1-0/+1
2023-08-23gdb: add gdb::make_unique functionAndrew Burgess1-1/+1
2023-02-15gdb/dwarf2: split .debug_names reading code to own fileSimon Marchi1-0/+1052