aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2024-08-23Convert dwarf2_per_objfile::die_type_hash to new hash tableusers/simark/try-cxx-hash-tableSimon Marchi2-80/+43
2024-08-23Convert dwarf2_cu::call_site_htab to new hash tableSimon Marchi5-40/+27
2024-08-23Convert dwarf_cu::die_hash to new hash tableSimon Marchi4-57/+13
2024-08-23Convert gdb_bfd.c to new hash tableSimon Marchi1-64/+42
2024-08-23Convert more DWARF code to new hash tableSimon Marchi3-74/+43
2024-08-23Convert all_bfds to new hash tableSimon Marchi2-31/+19
2024-08-23Convert typedef hash to new hash tableSimon Marchi3-103/+55
2024-08-23Convert abbrevs to new hash tableSimon Marchi2-56/+19
2024-08-23Convert abbrev cache to new hash tableSimon Marchi2-43/+28
2024-08-23Convert gnu-v3-abi.c to new hash tableSimon Marchi1-66/+32
2024-08-23Convert static links to new hash tableSimon Marchi3-67/+13
2024-08-23Convert type copying to new hash tableSimon Marchi14-86/+40
2024-08-23Convert compile/compile.c to new hash tableSimon Marchi2-146/+19
2024-08-23Convert disasm.c to new hash tableSimon Marchi1-67/+18
2024-08-23Convert py-framefilter.c to new hash tableSimon Marchi1-30/+34
2024-08-23Convert breakpoint.c to new hash tableSimon Marchi1-10/+5
2024-08-23Convert dwarf2/macro.c to new hash tableSimon Marchi1-14/+9
2024-08-23Convert target-descriptions.c to new hash tableSimon Marchi1-12/+8
2024-08-23Convert linespec.c to new hash tableSimon Marchi1-36/+22
2024-08-23Convert filename-seen-cache.h to new hash tableSimon Marchi3-80/+20
2024-08-23Convert compile-c-symbols.c to new hash tableSimon Marchi1-44/+5
2024-08-22[gdb/symtab] Return correct reader for top-level CU in cooked_indexer::ensure...Tom de Vries2-15/+80
2024-08-22[gdb] Add const to catch gdb_exceptionTom de Vries5-8/+8
2024-08-22[gdb/python] Eliminate catch(...) in type_to_type_objectTom de Vries1-1/+5
2024-08-22[gdb] Add & in catch in svr4_handle_solib_eventTom de Vries1-1/+1
2024-08-22[gdb] Eliminate catch(...) in get_test_insnTom de Vries1-1/+1
2024-08-21gdb: some global_block improvementsSimon Marchi4-64/+68
2024-08-21Do not assume ELF in dwarf2/read.cTom Tromey1-5/+4
2024-08-20gdb/testsuite: track nested caching proc callsAndrew Burgess1-9/+75
2024-08-20Fix Windows regressionTom Tromey1-1/+1
2024-08-20Use SEARCH_FUNCTION_DOMAIN when looking for Ada exception symbolsTom Tromey1-2/+4
2024-08-20[gdb/testsuite] Fix gdb.python/py-mi-cmd.exp with python 3.13Tom de Vries1-7/+41
2024-08-19Fix m68k OS ABI snifferAndreas Schwab1-2/+10
2024-08-19Ensure gdb.ada/multiarray.exp runs in both modesTom Tromey1-1/+2
2024-08-19gdb: fix a target: prefix issue in find_separate_debug_fileAndrew Burgess2-35/+7
2024-08-19gdb: avoid '//' in filenames when searching for debuginfoAndrew Burgess2-30/+17
2024-08-19gdb: Fix printing frame when reversing out of a recursive call with clangGuinevere Larsen1-1/+2
2024-08-18[gdb] Prune inferior after switching inferiorTom de Vries2-26/+9
2024-08-16Fix DAP failure when fetching global variablesTom Tromey3-1/+105
2024-08-16[gdb/testsuite] Fix gdb.dwarf2/dw2-fixed-point.exp on arm-linuxTom de Vries1-6/+0
2024-08-16[gdb/testsuite] Fix gdb.arch/arm-single-step-kernel-helper.expTom de Vries2-2/+8
2024-08-16gdb: Fix gdb.python/py-record-btrace.exp testFelix Willgerodt1-4/+11
2024-08-15Add another constructor to scoped_restore_current_languageTom Tromey6-14/+16
2024-08-14Log gdb version and configuration in DAPTom Tromey1-0/+3
2024-08-14Notify Python when breakpoint symbol changesTom Tromey2-10/+27
2024-08-14Fix failure with C++ exceptions in DAPTom Tromey3-1/+20
2024-08-14Make DAP instruction breakpoints unverifiedTom Tromey2-2/+97
2024-08-14Introduce exec_mi_and_log for DAPTom Tromey4-9/+20
2024-08-14Remove unnecessary default argument from initialize_block_iteratorTom Tromey1-1/+1
2024-08-14btrace: Extend ptwrite event decoding.Felix Willgerodt8-0/+1638