aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-11-22[gdb/tui] Allow command window of 1 or 2 linesTom de Vries2-0/+41
2023-11-22[gdb/python] Don't import curses.ascii module unless necessaryTom de Vries1-2/+12
2023-11-22gdbserver: cleanup monitor_show_helpAndrew Burgess1-3/+1
2023-11-22LoongArch: fix internal error when as handling unsupported modifier.Lulu Cai5-4/+13
2023-11-22Automatic date update in version.inGDB Administrator1-1/+1
2023-11-21Simplify C++ type-printingTom Tromey2-112/+30
2023-11-21Use enum accessibility in types and member functionsTom Tromey3-19/+20
2023-11-21Remove char-based bitfield macrosTom Tromey1-9/+0
2023-11-21Remove some type field accessor macrosTom Tromey9-60/+40
2023-11-21Remove some QUIT calls from need_access_label_pTom Tromey1-7/+0
2023-11-21Add field::is_publicTom Tromey1-1/+5
2023-11-21Remove byte vectors from cplus_struct_typeTom Tromey5-275/+122
2023-11-21Print field accessibility inlineTom Tromey1-1/+12
2023-11-21Use .def file to stringify type codesTom Tromey1-81/+18
2023-11-21bpf: Fixed register parsing disambiguating with possible symbol.Cupertino Miranda2-0/+7
2023-11-21[opcodes] ARC + PPC: Fix -Walloc-size warningsJan-Benedict Glaw2-2/+2