aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2024-01-29gdb: Use SYM_DOMAIN instead of DOMAIN when calling sym-domains.defLancelot SIX5-26/+26
2024-01-29Fix backtrace limit stopping on inline frameHannes Domani4-6/+7
2024-01-28Document new Python and Guile constantsTom Tromey3-4/+74
2024-01-28Refine search in cp_search_static_and_baseclassesTom Tromey1-7/+12
2024-01-28Only search for functions in rust_structop::evaluate_funcallTom Tromey1-1/+1
2024-01-28Only search types in lookup_typenameTom Tromey1-2/+2
2024-01-28Only search types in cp_lookup_rtti_typeTom Tromey1-3/+3
2024-01-28Use a function-domain search in inside_main_funcTom Tromey1-6/+2
2024-01-28Only look for functions in expand_symtabs_for_functionTom Tromey1-1/+1
2024-01-28Only search for "main" as a functionTom Tromey1-1/+2
2024-01-28Simplify some symbol searches in linespec.cTom Tromey1-12/+4
2024-01-28Simplify some symbol searches in Ada codeTom Tromey3-11/+5
2024-01-28Use the new symbol domainsTom Tromey21-142/+189
2024-01-28Remove old symbol_matches_domainTom Tromey2-31/+0
2024-01-28Remove some obsolete Python constantsTom Tromey1-14/+0
2024-01-28Use domain_search_flags in lookup_symbol et alTom Tromey64-312/+342
2024-01-28Use domain_search_flags in lookup_global_symbol_languageTom Tromey18-158/+113
2024-01-28Introduce "scripting" domainsTom Tromey2-0/+73
2024-01-28Remove a check of VAR_DOMAINTom Tromey1-1/+0
2024-01-28Replace search_domain with domain_search_flagsTom Tromey20-194/+187
2024-01-28Add domain_search_flagsTom Tromey2-0/+95
2024-01-28Add two new symbol domainsTom Tromey1-0/+9
2024-01-28Use a .def file for domain_enumTom Tromey5-55/+72
2024-01-28Split up a big 'if' in symtab.cTom Tromey1-33/+50
2024-01-28Simplify symbol_to_info_stringTom Tromey3-31/+21
2024-01-28Remove NR_DOMAINSTom Tromey1-4/+0
2024-01-28Give names to unspecified typesTom Tromey1-0/+1
2024-01-28Fix latent bug in mdebugread.cTom Tromey1-1/+1
2024-01-28Make nsalias.exp more reliableTom Tromey1-1/+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-25gdb: remove get_gdb_program_nameSimon Marchi2-13/+0
2024-01-25[gdb/testsuite] Fix regexp in vgdb_startTom de Vries1-1/+4
2024-01-25[gdb/build] Workaround gcc PR113599Tom de Vries1-3/+4
2024-01-25[gdb/testsuite] Fix gdb.base/eh_return.expTom de Vries1-1/+15
2024-01-25Fix attach-twice.c testcase for AIX.Aditya Vidyadhar Kamath1-0/+6
2024-01-24Emit stopped event for DAP attach requestTom Tromey3-20/+28
2024-01-24Handle DW_AT_endianity on enumeration typesTom Tromey3-27/+57
2024-01-24gdb/arm: Fix epilogue frame idThiago Jung Bauermann1-1/+1
2024-01-24gdb/testsuite: add test for backtracing for threaded inferiors from a corefileGuinevere Larsen2-0/+676
2024-01-23gdb: fix "list ." related crashGuinevere Larsen3-0/+60
2024-01-22gdb/testsuite: avoid duplicate test names in gdb.dwarf2/dw2-zero-range.exp (a...Simon Marchi1-69/+74
2024-01-22Handle EOF more gracefully in DAPTom Tromey4-22/+80
2024-01-22Fix handling of DW_OP_GNU_push_tls_addressTom Tromey1-1/+1
2024-01-22gdb/testsuite: relax filename restriction in some gdb.btrace testsGuinevere Larsen2-27/+37
2024-01-22gdb/testsuite: modernize gdb.dwarf2/dw2-noloc.expGuinevere Larsen4-360/+235
2024-01-21gdb/infrun: lazily load curr_frame_id in process_event_stop_testLancelot SIX1-9/+41
2024-01-19gdb: remove SYMBOL_*_OPS macrosSimon Marchi11-72/+80
2024-01-19Simplify DWARF symtab inclusion handlingTom Tromey2-66/+16