aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2024-11-28[gdb/syscalls] Add syscalls {set,get,list,remove}xattratTom de Vries24-0/+96
2024-11-27gdb/testsuite: skip gdb.threads/omp-par-scope.exp with clangGuinevere Larsen1-0/+8
2024-11-27[gdb/symtab] Fix parent map dumpTom de Vries4-12/+36
2024-11-27[gdb/testsuite] Add gdb.dwarf2/dw2-tu-dwarf-4-5.expTom de Vries3-0/+173
2024-11-27[gdb/symtab] Fix parent map when handling .debug_info and .debug_typesAuthor: Tom Tromey2-14/+9
2024-11-27[gdb/tdep] s390: Add arch15 record/replay supportAndreas Arnez1-3/+75
2024-11-26nios2: Remove all GDB support for Nios II targets.Sandra Loosemore21-3028/+6
2024-11-26[gdb/syscalls] Update aarch64-linux.xml to linux v6.11Tom de Vries3-9/+144
2024-11-26[gdb/syscalls] Sync with strace v6.12Tom de Vries13-12/+13
2024-11-26[gdb/syscalls] Use update-linux-from-src.sh for arm-linuxTom de Vries4-85/+235
2024-11-26[gdb/syscalls] Restructure update-linux-from-src.shTom de Vries1-13/+72
2024-11-26[gdb/syscalls] Improve update-linux-from-src.shTom de Vries1-21/+52
2024-11-26[gdb/syscalls] Update to linux v6.11Tom de Vries22-0/+24
2024-11-25Convert dwarf2_per_objfile::die_type_hash to new hash tableSimon Marchi2-80/+43
2024-11-25Convert dwarf2_cu::call_site_htab to new hash tableSimon Marchi5-63/+65
2024-11-25Convert dwarf_cu::die_hash to new hash tableSimon Marchi4-58/+44
2024-11-25Convert gdb_bfd.c to new hash tableSimon Marchi1-65/+47
2024-11-25Convert more DWARF code to new hash tableSimon Marchi3-74/+43
2024-11-25Convert all_bfds to new hash tableSimon Marchi2-31/+19
2024-11-25Convert typedef hash to new hash tableSimon Marchi3-110/+71
2024-11-25Convert abbrevs to new hash tableSimon Marchi2-59/+48
2024-11-25Convert abbrev cache to new hash tableSimon Marchi2-43/+42
2024-11-25Convert gnu-v3-abi.c to new hash tableSimon Marchi1-66/+32
2024-11-25Convert static links to new hash tableSimon Marchi3-67/+13
2024-11-25Convert type copying to new hash tableSimon Marchi14-87/+41
2024-11-25Convert compile/compile.c to new hash tableSimon Marchi2-146/+19
2024-11-25Convert disasm.c to new hash tableSimon Marchi1-67/+18
2024-11-25Convert py-framefilter.c to new hash tableSimon Marchi1-30/+32
2024-11-25Convert breakpoint.c to new hash tableSimon Marchi1-10/+3
2024-11-25Convert dwarf2/macro.c to new hash tableSimon Marchi1-14/+8
2024-11-25Convert target-descriptions.c to new hash tableSimon Marchi1-11/+9
2024-11-25Convert linespec.c to new hash tableSimon Marchi1-36/+18
2024-11-25Convert filename-seen-cache.h to new hash tableSimon Marchi3-80/+20
2024-11-25Convert compile-c-symbols.c to new hash tableSimon Marchi1-48/+5
2024-11-25gdb: make `cooked_index_storage::get_abbrev_table_cache` return a referenceSimon Marchi2-4/+4
2024-11-25gdb: constification around abbrev_table_cache and abbrev_tableSimon Marchi3-8/+9
2024-11-25gdb: rename abbrev_cache to abbrev_table_cacheSimon Marchi5-27/+26
2024-11-25gdb: do better in breakpoint_free_objfileAndrew Burgess1-2/+24
2024-11-25gdb: remove an unnecessary scope block in update_breakpoint_locationsAndrew Burgess1-45/+45
2024-11-25gdb: remove bp_location::objfileAndrew Burgess2-4/+0
2024-11-25gdb/testsuite: force TERM setting for some filename completion testsAndrew Burgess1-62/+47
2024-11-25gdb: Add LoongArch process record/replay support in NEWS and docHui Li2-1/+4
2024-11-25gdb: LoongArch: Add system call support for process record/replayHui Li4-0/+937
2024-11-25gdb: LoongArch: Add basic process record/replay supportHui Li5-1/+504
2024-11-25gdb: LoongArch: Add instruction definition for process recordHui Li1-0/+2096
2024-11-23[gdb/contrib] Add two words to common-misspellings.txtTom de Vries1-0/+2
2024-11-23[gdb/contrib] Add two rules in common-misspellings.txtTom de Vries80-129/+131
2024-11-22gdb/record: introduce recoding support for vporGuinevere Larsen3-16/+29
2024-11-22gdb/record: Add support for recording vpmovmskbGuinevere Larsen3-0/+61
2024-11-22gdb/record: Add support for all vpcmpeq instructionsGuinevere Larsen3-0/+88