aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2
AgeCommit message (Expand)AuthorFilesLines
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
2024-10-21[gdb/build, c++20] Fix more deprecated implicit capture of thisTom de Vries2-3/+3
2024-10-20Use std::make_unique in more placesTom Tromey2-11/+14
2024-10-19Capture the current directory and debug directory in DWARF readerTom Tromey2-7/+18
2024-10-19[gdb/symtab] Skip local variables in cooked indexTom de Vries1-7/+17
2024-10-18[gdb/symtab] Fix qualified name for cooked index dumpTom de Vries2-6/+13
2024-10-08[gdb/symtab] Fix gdb.dwarf2/enum-type-c++.exp with cc-with-debug-typesTom de Vries2-3/+5
2024-10-08[gdb/symtab] Fix parent of enumeratorTom de Vries1-10/+37
2024-10-06[gdb] Fix common misspellingsTom de Vries3-4/+4
2024-09-28[gdb/symtab] Dump m_all_parents_map for verbose debug dwarf-readTom de Vries2-0/+55
2024-09-24[gdb/symtab] Fix segfault on invalid debug infoTom de Vries1-39/+53
2024-09-24[gdb/symtab] Don't expand non-Ada CUs for info exceptionsTom de Vries4-25/+146
2024-09-14[gdb/symtab] Revert "Change handling of DW_TAG_enumeration_type in DWARF scan...Tom de Vries1-7/+9
2024-09-11gdb: Support DW_OP_constx (the standardized version of DW_OP_GNU_const_index).Kyle Huey3-3/+10
2024-09-09Fix some comments in dwarf2/cooked-index.hTom Tromey1-4/+4
2024-09-09Refactor cooked_index_shard::handle_gnat_encoded_entryTom Tromey2-17/+11
2024-09-09Ignore DW_TAG_padding in tag_is_typeTom Tromey1-1/+0
2024-09-07gdb: allow quoted filenames for commands that have custom completionAndrew Burgess1-4/+4
2024-09-07gdb: deprecated filename_completer and associated functionsAndrew Burgess1-2/+2
2024-09-04Improve comments in dwarf2/parent-map.hTom Tromey1-4/+27
2024-08-30gdb/dwarf2: cleanup includesSimon Marchi19-25/+21
2024-08-28Don't check dwarf2_name in process_enumeration_scopeTom Tromey1-6/+1
2024-08-27[gdb/symtab] Change DWARF_ERROR from Dwarf Error to DWARF ErrorTom de Vries1-1/+1
2024-08-27[gdb/symtab] Use DWARF_ERROR_PREFIXTom de Vries3-105/+157