aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/read.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-21[gdb/symtab] Fix gdb.base/fission-macro.exp with unix/-m32Tom de Vries1-1/+11
2025-01-17Remove mapped_index_baseTom Tromey1-784/+0
2025-01-17Add missing includes of extract-store-integer.hTom Tromey1-0/+1
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-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-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 Vries1-9/+31
2024-11-27[gdb/symtab] Fix parent map when handling .debug_info and .debug_typesAuthor: Tom Tromey1-7/+5
2024-11-25Convert dwarf2_per_objfile::die_type_hash to new hash tableSimon Marchi1-76/+7
2024-11-25Convert dwarf2_cu::call_site_htab to new hash tableSimon Marchi1-17/+9
2024-11-25Convert dwarf_cu::die_hash to new hash tableSimon Marchi1-27/+12
2024-11-25Convert more DWARF code to new hash tableSimon Marchi1-33/+24
2024-11-25gdb: make `cooked_index_storage::get_abbrev_table_cache` return a referenceSimon Marchi1-2/+2
2024-11-25gdb: constification around abbrev_table_cache and abbrev_tableSimon Marchi1-6/+6
2024-11-25gdb: rename abbrev_cache to abbrev_table_cacheSimon Marchi1-6/+6
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-11gdb/dwarf2/read.c: Handle empty CU nameLancelot SIX1-0/+1
2024-11-04Remove gdb::hash_enumTom Tromey1-3/+1
2024-10-29[gdb/symtab] Handle multiple .debug_info sectionsTom de Vries1-8/+17
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 Vries1-1/+1
2024-10-20Use std::make_unique in more placesTom Tromey1-8/+8
2024-10-19Capture the current directory and debug directory in DWARF readerTom Tromey1-7/+12
2024-10-19[gdb/symtab] Skip local variables in cooked indexTom de Vries1-7/+17
2024-10-08[gdb/symtab] Fix gdb.dwarf2/enum-type-c++.exp with cc-with-debug-typesTom de Vries1-2/+3
2024-10-08[gdb/symtab] Fix parent of enumeratorTom de Vries1-10/+37
2024-10-06[gdb] Fix common misspellingsTom de Vries1-1/+1
2024-09-28[gdb/symtab] Dump m_all_parents_map for verbose debug dwarf-readTom de Vries1-0/+49
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 Vries1-15/+101
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 Huey1-0/+1
2024-08-30gdb/dwarf2: cleanup includesSimon Marchi1-2/+1
2024-08-28Don't check dwarf2_name in process_enumeration_scopeTom Tromey1-6/+1
2024-08-27[gdb/symtab] Use DWARF_ERROR_PREFIXTom de Vries1-84/+125
2024-08-27[gdb/symtab] Use [in module %s] notation more consistently in dwarf errorsTom de Vries1-7/+7
2024-08-25Recognize -2 as a tombstone value in .debug_lineDmitry Neverov1-5/+8
2024-08-23gdb/dwarf2: Check for null abbrev_info ptrAaron Merey1-0/+7
2024-08-22[gdb/symtab] Return correct reader for top-level CU in cooked_indexer::ensure...Tom de Vries1-15/+20
2024-08-21Do not assume ELF in dwarf2/read.cTom Tromey1-5/+4
2024-08-12Simplify typename_concatTom Tromey1-33/+20
2024-08-12gdb: drop struct keyword when using bound_minimal_symbolSimon Marchi1-1/+1
2024-06-25gdb: use alternative for demangled name for non-demangeable linkage namesSchimpe, Christina1-1/+5
2024-06-24Don't obstack-allocate the call site hash tableTom Tromey1-7/+6
2024-06-24Don't obstack-allocate the DIE hashTom Tromey1-34/+16