aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2
AgeCommit message (Expand)AuthorFilesLines
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
2024-08-27[gdb/symtab] Add gdb/dwarf2/error.hTom de Vries1-0/+29
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: add program_space parameter to lookup_minimal_symbol_linkageSimon Marchi1-1/+3
2024-08-12gdb: add program_space parameter to lookup_minimal_symbolSimon Marchi1-1/+2
2024-08-12gdb: make lookup_minimal_symbol objf and sfile parameters optionalSimon Marchi1-2/+1
2024-08-12gdb: drop struct keyword when using bound_minimal_symbolSimon Marchi4-23/+18
2024-07-30[gdb/symtab] Emit malformed macro definition complaint onceTom de Vries1-1/+4
2024-07-30gdb: use std::string vector for macro definitionSimon Marchi1-24/+4
2024-07-16gdb, gdbserver, gdbsupport: use [[noreturn]] instead of ATTRIBUTE_NORETURNSimon Marchi1-1/+1
2024-06-27gdb: add overloads of gdb_abspathAndrew Burgess1-1/+1
2024-06-25gdb: use alternative for demangled name for non-demangeable linkage namesSchimpe, Christina1-1/+5
2024-06-25[gdb/symtab] Remove dead code in parse_macro_definitionTom de Vries1-61/+56
2024-06-24Prefer htab_traverse_noresizeTom Tromey1-1/+2
2024-06-24Don't obstack-allocate the call site hash tableTom Tromey2-8/+7
2024-06-24Don't obstack-allocate the CU dependency hash tableTom Tromey2-8/+6
2024-06-24Don't obstack-allocate the DIE hashTom Tromey2-35/+17
2024-06-19[gdb/symtab] Fix target type of complex long double on armTom de Vries1-1/+9
2024-05-31Move dwarf2_per_bfd::index_addrmap to mapped_gdb_indexTom Tromey5-37/+25
2024-05-30gdb: remove unused includes in utils.hSimon Marchi4-0/+4
2024-05-22Default dwarf_synchronous to trueTom Tromey1-1/+1
2024-05-17gdb/symtab: use symbol name matcher for all segments in a qualified nameDmitry Neverov1-10/+25
2024-05-17gdb/symtab: compute match_type outside the loopDmitry Neverov1-2/+3
2024-05-17gdb/symtab: reuse last segment lookup name info by creating it outside the loopDmitry Neverov1-3/+3
2024-05-17gdb/symtab: check name matches before expanding a CUDmitry.Neverov1-3/+19
2024-05-04Fix heap-use-after-free in index-cached with --disable-threadingHannes Domani1-1/+1
2024-05-04Remove dwarf2_per_objfile::adjustTom Tromey2-15/+0
2024-05-04Remove call to dwarf2_per_objfile::adjust from read_attribute_valueTom Tromey1-1/+0
2024-05-04Remove call to dwarf2_per_objfile::adjust from read_call_site_scopeTom Tromey1-5/+2
2024-05-04Remove more calls to dwarf2_per_objfile::adjustTom Tromey1-18/+8
2024-05-04Remove call to dwarf2_per_objfile::adjust from ranges readersTom Tromey2-4/+0
2024-05-02[gdb/symtab] Work around PR gas/29517, dwarf2 caseTom de Vries1-1/+4
2024-04-25gdb: remove gdbcmd.hSimon Marchi3-3/+3
2024-04-23gdb: move a bunch of quit-related things to event-top.{c,h}Simon Marchi5-0/+5
2024-04-23gdb/dwarf2/read.c: remove pessimizing std::moveSimon Marchi1-1/+1