aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-11-25gdbserver: use `gdb::unordered_map`users/simark/try-gdbserver-unordered-mapSimon Marchi3-9/+7
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-25gdbsupport: add unordered_dense.h 4.4.0Simon Marchi3-0/+2105
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-26Automatic date update in version.inGDB Administrator1-1/+1
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-25gdbreplay: Calculate the checksum if missingAlexandra Hájková1-4/+48
2024-11-25Updated Bulgarian, Romanian and French translations for various sub-directori...Nick Clifton3-6515/+10336
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-25Automatic date update in version.inGDB Administrator1-1/+1
2024-11-24opcodes: fix Werror=format build breaker in opcodes/riscv-dis.cTom de Vries1-1/+1
2024-11-24Automatic date update in version.inGDB Administrator1-1/+1
2024-11-23[sim] Run spellcheck.sh in sim (part 2)Tom de Vries7-8/+8
2024-11-23[gdb/contrib] Add two words to common-misspellings.txtTom de Vries4-4/+6
2024-11-23[sim] Run spellcheck.sh in sim (part 1)Tom de Vries89-142/+142
2024-11-23[sim] Rename local variable in ARMul_NthRegTom de Vries1-3/+3
2024-11-23[gdbsupport] Rerun autoreconf -fTom de Vries2-2/+2
2024-11-23[gdb/contrib] Add two rules in common-misspellings.txtTom de Vries84-133/+135
2024-11-23Automatic date update in version.inGDB Administrator1-1/+1
2024-11-22Sync toplevel configure fixupSam James2-1/+59
2024-11-22gdb/record: introduce recoding support for vporGuinevere Larsen3-16/+29
2024-11-22gdb/record: Add support for recording vpmovmskbGuinevere Larsen3-0/+61