aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2024-11-22gdb/record: add support for vpxor instructionGuinevere Larsen3-0/+54
2024-11-22gdb: Introduce RAII signal handler setterGuinevere Larsen3-43/+6
2024-11-22Use appropriate context flags for Wow64 processesHannes Domani1-2/+2
2024-11-22[gdb/python] Handle failure to initialize without exitingTom de Vries2-2/+49
2024-11-22[gdb/python] Fix abort on Py_InitializeTom de Vries1-3/+42
2024-11-22[gdb/python] Handle !Py_IsInitialized () in gdbpy_initializeTom de Vries1-2/+9
2024-11-22[gdb] Handle EINTR in ser-event.cTom de Vries1-12/+8
2024-11-22[gdb] Add gdb::waitTom de Vries1-4/+5
2024-11-22[gdb] Use gdb::waitpid more oftenTom de Vries11-32/+30
2024-11-22[gdbsupport] Add gdb::{waitpid,read,write,close}Tom de Vries2-2/+2
2024-11-22gdb/disasm: fix demangling when disassembling the current functionAndrew Burgess2-9/+34
2024-11-22[gdb/python] Ensure locale is restored in do_start_initializationTom de Vries1-11/+14
2024-11-22[gdb/tdep] Simplify amd64_windows_store_arg_in_regTom de Vries1-6/+4