aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/read-debug-names.c
AgeCommit message (Expand)AuthorFilesLines
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