aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2
AgeCommit message (Expand)AuthorFilesLines
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
2024-04-22gdb: don't include hashtab.h in defs.hSimon Marchi2-0/+2
2024-04-22gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi1-0/+2
2024-04-18gdbsupport: constify some return values in print-utils.{h,cc}Simon Marchi1-1/+1
2024-04-17Use section name in DWARF error messageTom Tromey1-2/+3
2024-04-16Correctly handle DIE parent computationsTom Tromey4-50/+80
2024-04-16Introduce class parent_map for DIE range mapTom Tromey3-31/+154
2024-04-16Change handling of DW_TAG_enumeration_type in DWARF scannerTom Tromey1-9/+7
2024-04-16[gdb/symtab] Refactor condition in scan_attributesTom de Vries1-8/+10
2024-04-15Remove 'copy_names' parameter from add_using_directiveTom Tromey1-2/+1
2024-04-15Avoid complaint warning on mingwTom Tromey1-1/+1
2024-04-03gdb: ensure has dwarf info before reading DWZ fileLancelot SIX2-21/+28
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi25-25/+0
2024-03-26Capture warnings when writing to the index cacheTom Tromey4-10/+21
2024-03-21Require trivial destructor in allocate_on_obstackTom Tromey1-1/+1
2024-03-21Use addrmap_fixed in a few spotsTom Tromey2-2/+2
2024-03-20[gdb/symtab] Workaround PR gas/31115Tom de Vries3-0/+24
2024-03-18Use string_view in quirk_rust_enumTom Tromey1-1/+1
2024-03-08Avoid race when writing to index cacheTom Tromey3-20/+26
2024-03-08Move the 'store' method to index_cache_store_contextTom Tromey3-14/+12
2024-03-08Capture the per-BFD object in index_cache_store_contextTom Tromey4-14/+14
2024-03-08Capture directory in index_cache_store_contextTom Tromey2-4/+8
2024-03-08Rename members of index_cache_store_contextTom Tromey2-7/+7
2024-03-08Avoid race when reading dwz fileTom Tromey2-20/+24
2024-02-29Use DW_FORM_ref_addr for DIE offset in .debug_namesTom Tromey2-2/+9
2024-02-20gdb: pass frames as `const frame_info_ptr &`Simon Marchi10-93/+94
2024-02-05Remove remnants of partial DIEs from DWARF readerTom Tromey3-17/+5
2024-02-05Avoid an allocation in attr_to_dynamic_propTom Tromey1-9/+8
2024-02-04Use reference result of emplace_backTom Tromey2-24/+9
2024-02-01Fix "objstack" typoTom Tromey1-1/+1
2024-01-29Fix backtrace limit stopping on inline frameHannes Domani2-2/+2
2024-01-28Simplify some symbol searches in Ada codeTom Tromey1-1/+1
2024-01-28Use the new symbol domainsTom Tromey5-36/+109
2024-01-28Use domain_search_flags in lookup_symbol et alTom Tromey2-2/+2
2024-01-28Use domain_search_flags in lookup_global_symbol_languageTom Tromey4-36/+8
2024-01-28Replace search_domain with domain_search_flagsTom Tromey4-44/+55
2024-01-28Give names to unspecified typesTom Tromey1-0/+1
2024-01-28Fix latent bug in DW_TAG_entry_point handlingTom Tromey1-0/+7
2024-01-28Small cleanup in DWARF readerTom Tromey1-2/+2
2024-01-28Fix bug in cooked index scannerTom Tromey1-0/+6
2024-01-24Handle DW_AT_endianity on enumeration typesTom Tromey1-23/+43
2024-01-22Fix handling of DW_OP_GNU_push_tls_addressTom Tromey1-1/+1
2024-01-19gdb: remove SYMBOL_*_OPS macrosSimon Marchi2-13/+12
2024-01-19Simplify DWARF symtab inclusion handlingTom Tromey2-66/+16
2024-01-18Rewrite .debug_names writerTom Tromey1-239/+156
2024-01-18Export dwarf5_augmentationTom Tromey2-2/+3
2024-01-18Rewrite .debug_names readerTom Tromey1-583/+371