aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-27Change serial_readchar to throwTom Tromey5-42/+41
2023-11-27Change serial_send_break and serial_write to throwTom Tromey10-43/+75
2023-11-27Change serial "open" functions to throw exceptionTom Tromey10-123/+90
2023-11-27Change serial_setbaudrate to throw exceptionTom Tromey7-35/+31
2023-11-27Introduce throw_winerror_with_nameTom Tromey5-22/+41
2023-11-27Fix latent bug in ser_windows_send_breakTom Tromey1-1/+1
2023-11-27Fix bug in DAP handling of 'pause' requestsTom Tromey3-3/+97
2023-11-27gdb: make catch_syscall_enabled return boolSimon Marchi6-9/+10
2023-11-27gdb/python: handle completion returning a non-sequenceAndrew Burgess3-1/+18
2023-11-27as: Add new estimated reciprocal instructions in LoongArch v1.1Jiajie Chen5-0/+36
2023-11-27as: Add new atomic instructions in LoongArch v1.1Jiajie Chen4-2/+130
2023-11-27Automatic date update in version.inGDB Administrator1-1/+1
2023-11-26Automatic date update in version.inGDB Administrator1-1/+1
2023-11-25Automatic date update in version.inGDB Administrator1-1/+1
2023-11-24[gdb/testsuite] Use more %progbits for armTom de Vries59-9/+253
2023-11-24[gdb/testsuite] Two fixes in gdb.python/tui-window-disabled.expTom de Vries1-5/+2
2023-11-24gdb: Fix "target file /proc/.../cmdline contained unexpected null characters"Ilya Leoshkevich1-3/+11
2023-11-24RISC-V: drop leftover match_never() referencesJan Beulich1-4/+4
2023-11-24x86: shrink opcode sets tableJan Beulich4-2477/+432
2023-11-24x86: also prefer VEX encoding over EVEX one for VCVTNEPS2BF16 when possibleJan Beulich4-13/+68
2023-11-24RISC-V: reduce redundancy in sign/zero extension macro insn handlingJan Beulich3-20/+8
2023-11-24RISC-V: disallow x0 with certain macro-insnsJan Beulich4-48/+54
2023-11-24Fix building for the s390 target with clangNick Clifton1-2/+3
2023-11-24RISC-V: Update 'Zfa' extension versionzengxiao1-1/+1
2023-11-24Automatic date update in version.inGDB Administrator1-1/+1
2023-11-23s390: Correct prno instruction nameJens Remus1-1/+1
2023-11-23s390: Add missing extended mnemonicsJens Remus15-12/+99
2023-11-23s390: Align optional operand definition to specsJens Remus7-19/+38
2023-11-23s390: Make operand table indices relative to each otherJens Remus1-82/+92
2023-11-23s390: Add brasl edge test cases from ESA to z/ArchitectureJens Remus2-0/+12
2023-11-23s390: Position independent verification of relative addressingJens Remus6-237/+237
2023-11-23MIPS/GAS: Use addiu instead of addi in test elf-rel.YunQiang Su4-30/+36
2023-11-23MIPS/GAS: Fix test failures due to jr encoding changes on r6YunQiang Su6-5/+14
2023-11-23[gdb/python] Reformat missing_debug.py using blackTom de Vries1-0/+4
2023-11-22Fix build with GCC 7.5Tom Tromey1-10/+8
2023-11-23RISC-V: Add vector permutation instructions for T-Head VECTOR vendor extensionJin Ma4-0/+93
2023-11-23RISC-V: Add vector mask instructions for T-Head VECTOR vendor extensionJin Ma4-0/+89
2023-11-23RISC-V: Add reductions instructions for T-Head VECTOR vendor extensionJin Ma3-0/+84
2023-11-23RISC-V: Add floating-point arithmetic instructions for T-Head VECTOR vendor e...Jin Ma4-0/+480
2023-11-23RISC-V: Add fixed-point arithmetic instructions for T-Head VECTOR vendor exte...Jin Ma4-0/+226
2023-11-23RISC-V: Add integer arithmetic instructions for T-Head VECTOR vendor extensionJin Ma4-0/+812
2023-11-23RISC-V: Add sub-extension XTheadZvamo for T-Head VECTOR vendor extensionJin Ma7-1/+221
2023-11-23RISC-V: Add load/store segment instructions for T-Head VECTOR vendor extensionJin Ma4-0/+2157
2023-11-23RISC-V: Add load/store instructions for T-Head VECTOR vendor extensionJin Ma4-0/+345
2023-11-23RISC-V: Add configuration-setting instructions for T-Head VECTOR vendor exten...Jin Ma3-0/+19
2023-11-23RISC-V: Add CSRs for T-Head VECTOR vendor extensionJin Ma7-2/+76
2023-11-23RISC-V: Add T-Head VECTOR vendor extension.Jin Ma7-0/+26
2023-11-23Automatic date update in version.inGDB Administrator1-1/+1
2023-11-22Fix AIX thr!= NULL assertion failure during fork.Aditya Vidyadhar Kamath1-8/+20
2023-11-22[gdb/tui] Fix resizing of terminal to 1 or 2 linesTom de Vries3-3/+34