aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2
AgeCommit message (Expand)AuthorFilesLines
6 daysRe-enable background readingTom Tromey1-1/+1
6 daysgdb: remove unused includes from dwarf2/index-write.cSimon Marchi1-2/+0
6 daysgdb: remove includes from dwarf2/mapped-index.hSimon Marchi4-2/+3
6 daysgdb: remove unused include from dwarf2/read.cSimon Marchi1-1/+0
6 daysgdb: remove unused include, add forward declaration in dwarf2/parent-map.hSimon Marchi1-1/+1
7 daysRemove "enabled" output from show_index_cache_commandTom Tromey1-5/+0
7 daysgdb: move debug output inside block in dwarf_record_line_1Andrew Burgess1-8/+7
8 daysFix gdb.ada/import.exp when using moldTom Tromey1-1/+2
9 days[gdb/build] Fix build with gcc 7.5.0Tom de Vries1-0/+5
11 daysFix C++ template function matching in cooked indexTom Tromey1-25/+26
2025-01-21[gdb/symtab] Fix gdb.base/fission-macro.exp with unix/-m32Tom de Vries1-1/+11
2025-01-17Fix self-test crashTom Tromey1-1/+6
2025-01-17Remove mapped_index_baseTom Tromey4-875/+848
2025-01-17Remove gdb_index_unpackTom Tromey1-10/+0
2025-01-17Add missing includes of extract-store-integer.hTom Tromey8-0/+8
2025-01-17gdb: introduce ability to disable frame unwindersGuinevere Larsen3-39/+0
2025-01-17gdb: Migrate frame unwinders to use C++ classesGuinevere Larsen3-12/+9
2025-01-17gdb: add "unwinder class" to frame unwindersGuinevere Larsen2-0/+3
2025-01-15[gdb] Add gdbarch_dwarf2_reg_piece_offset hookTom de Vries1-6/+25
2025-01-15[gdb/symtab] Add dwarf_expr_piece.opTom de Vries2-5/+11
2025-01-07Fix crash in DWARF indexerTom Tromey1-0/+6
2025-01-05Fix latent bug in Ada import symbol handlingTom Tromey1-1/+5
2024-12-18Run check-include-guards.pyTom Tromey15-45/+45
2024-12-12Introduce "command" stylingTom Tromey1-2/+5
2024-12-11dwarf_lang_to_enum_language: Map new DWARF5 constantsAlexandra Hájková1-0/+10
2024-12-09[gdb/symtab] Apply workaround for PR gas/31115 a bit moreTom de Vries1-10/+31
2024-12-06gdb, gdbserver, gdbsupport: remove some unused gdb_vecs.h includesSimon Marchi1-0/+1
2024-12-04gdb: fix parsing of DIEs with both low/high pc AND ranges attributesAndrew Burgess1-22/+46
2024-12-02gdb: handle DW_AT_entry_pc pointing at an empty sub-rangeAndrew Burgess1-1/+23
2024-11-27[gdb/symtab] Fix parent map dumpTom de Vries2-11/+33
2024-11-27[gdb/symtab] Fix parent map when handling .debug_info and .debug_typesAuthor: Tom Tromey2-14/+9
2024-11-25Convert dwarf2_per_objfile::die_type_hash to new hash tableSimon Marchi2-80/+43
2024-11-25Convert dwarf2_cu::call_site_htab to new hash tableSimon Marchi3-42/+51
2024-11-25Convert dwarf_cu::die_hash to new hash tableSimon Marchi4-58/+44
2024-11-25Convert more DWARF code to new hash tableSimon Marchi3-74/+43
2024-11-25Convert abbrevs to new hash tableSimon Marchi2-59/+48
2024-11-25Convert abbrev cache to new hash tableSimon Marchi2-43/+42
2024-11-25Convert dwarf2/macro.c to new hash tableSimon Marchi1-14/+8
2024-11-25gdb: make `cooked_index_storage::get_abbrev_table_cache` return a referenceSimon Marchi2-4/+4
2024-11-25gdb: constification around abbrev_table_cache and abbrev_tableSimon Marchi3-8/+9
2024-11-25gdb: rename abbrev_cache to abbrev_table_cacheSimon Marchi4-26/+25
2024-11-23[gdb/contrib] Add two rules in common-misspellings.txtTom de Vries1-1/+1
2024-11-17gdb: Update linkage name lookup function to allow mst_file_data/bss types.Ijaz, Abdul B1-1/+1
2024-11-15[gdb/symtab] Fix segfault with dwp fileTom de Vries1-0/+3
2024-11-13gdb: fix handling of DW_AT_entry_pc of inlined subroutinesAndrew Burgess1-1/+101
2024-11-11Wrap help strings at 80 columnsTom Tromey1-7/+7
2024-11-11gdb/dwarf2/read.c: Handle empty CU nameLancelot SIX1-0/+1
2024-11-04Remove gdb::hash_enumTom Tromey3-9/+3
2024-10-29[gdb/symtab] Handle multiple .debug_info sectionsTom de Vries5-19/+33
2024-10-21[gdb/symtab] Fix incorrect filenames with inter-CU refsTom de Vries1-6/+22