summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.arch
Commit message (Expand)AuthorAgeFilesLines
* [aarch64] Fix removal of non-address bits for PAuthLuis Machado2022-12-162-0/+143
* [gdb/testsuite] Fix DUPLICATEs in s390-multiarch.expTom de Vries2022-11-301-23/+27
* [gdb/testsuite] Enable gdb.arch/s390-disassembler-options.exp for --enable-ta...Tom de Vries2022-11-301-16/+20
* gdb/testsuite: remove use of then keyword from gdb.arch/*.expAndrew Burgess2022-11-2894-142/+142
* [gdb/testsuite] Fix gdb.arch/altivec-regs.exp with gcc 4.8.5Tom de Vries2022-11-281-1/+1
* [gdb/testsuite] Fix DUPLICATE in gdb.arch/ppc-fp.expTom de Vries2022-11-171-2/+2
* [gdb/testsuite] Modernize gdb.arch/i386-biarch-core.expTom de Vries2022-11-161-22/+7
* [gdb/testsuite] Fix gdb.arch/ppc64-symtab-cordic.exp without bzip2Tom de Vries2022-11-162-8/+10
* [gdb/testsuite] Run gdb.arch/ppc64-symtab-cordic.exp for --enable-targets=allTom de Vries2022-11-141-8/+4
* PowerPC fix for the gdb.arch/powerpc-power10.exp test.Carl Love2022-11-042-416/+416
* [gdb/testsuite] Handle missing .note.GNU-stackTom de Vries2022-10-2552-0/+52
* [AArch64] Handle W registers as pseudo-registers instead of aliases of X regi...Luis Machado2022-10-032-0/+122
* gdb/riscv: better support for fflags and frm registersAndrew Burgess2022-08-316-11/+355
* gdb/riscv: improve (and fix) display of frm field in 'info registers'Andrew Burgess2022-08-312-0/+169
* Add test for AArch64 Scalable Vector ExtensionThiago Jung Bauermann2022-08-182-0/+165
* gdb/riscv: fix gdb.arch/riscv-unwind-long-insn.exp on RV64Andrew Burgess2022-08-164-93/+67
* gdb/riscv/testsuite: fix failures in gdb.arch/riscv-reg-aliases.expAndrew Burgess2022-08-091-12/+20
* [AArch64] MTE corefile supportLuis Machado2022-07-192-0/+327
* [AArch64] Fix testcase compilation failureLuis Machado2022-07-191-5/+10
* [gdb/testsuite] Fix gdb.arch/i386-mpx.expTom de Vries2022-07-181-1/+1
* Try a couple PAuth compilation flags for gdb.arch/aarch64-pauth.expLuis Machado2022-07-111-2/+17
* gdb/testsuite: remove unneeded calls to get_compiler_infoAndrew Burgess2022-06-2414-62/+0
* Fix gdb.arch/powerpc-power7.exp isel disassembly output.Carl Love2022-06-081-1/+1
* PowerPC: Make test gdb.arch/powerpc-power10.exp Endian independent.Carl Love2022-05-201-368/+746
* [AArch64] Return the regnum for PC (32) on aarch64Yichao Yu2022-05-182-0/+118
* PowerPC: Update expected floating point output for gdb.arch/altivec-regs.exp ...Carl Love2022-04-262-19/+20
* gdb/testsuite: add text_segment option to gdb_compileVignesh Balasubramanian2022-04-181-1/+1
* Change call_site_find_chain_1 to work recursivelyTom Tromey2022-03-281-1/+1
* Update Copyright year in gdb/testsuite/gdb.arch/powerpc-power10.expJoel Brobecker2022-01-011-1/+1
* Fix copyright header in gdb/testsuite/gdb.arch/powerpc-power10.expJoel Brobecker2022-01-011-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-01323-323/+323
* ppc: recognize all program trapsJan Vrany2021-12-083-0/+136
* [gdb/testsuite] Use precise align in gdb.arch/i386-{avx,sse}.expTom de Vries2021-12-062-2/+19
* [gdb/testsuite] Fix data alignment in gdb.arch/i386-{avx,sse}.expTom de Vries2021-12-064-8/+24
* [gdb/testsuite] Fix gdb.arch/i386-pkru.exp on linuxTom de Vries2021-12-011-3/+10
* gdb fix PowerPC test gdb.arch/ppc-longdouble.expCarl Love2021-11-181-1/+1
* [gdb/testsuite] Add gdb.arch/ppc64-break-on-_exit.expTom de Vries2021-11-114-0/+303
* [gdb/testsuite] Handle SIGILL in two gdb.arch powerpc test-casesTom de Vries2021-11-022-2/+26
* [gdb/testsuite] Update some test-cases to GPLv3Tom de Vries2021-10-282-2/+2
* [gdb/testsuite] Remove quit in gdb.arch/i386-mpx.expTom de Vries2021-10-131-2/+0
* [gdb/testsuite] Add nopie in two test-casesTom de Vries2021-10-081-0/+2
* gdb: Support the c.mv insn in the riscv prologue scanner.Lancelot SIX2021-10-033-0/+120
* gdb/testsuite: make runto_main not pass no-message to runtoSimon Marchi2021-09-3076-88/+0
* [gdb/testsuite] Minimize gdb restartsTom de Vries2021-09-251-1/+1
* gdb: rename gdb/testsuite/gdb.arch/riscv64-unwind-prologue-with-ld-lw.cLancelot SIX2021-09-062-1/+1
* [gdb/testsuite] Check avx support in gdb.arch/amd64-disp-step-avx.expTom de Vries2021-09-043-83/+59
* gdb: Enable finish command and inferior calls for _Float16 on amd64 and i386.Felix Willgerodt2021-09-032-0/+101
* Add half support for AVX512 register view.Felix Willgerodt2021-09-032-0/+232
* gdb, i386: Enable AVX512-bfloat16 for i386 targets.Felix Willgerodt2021-09-031-6/+6
* gdb: riscv_scan_prologue: handle LD and LW instructionsLancelot SIX2021-08-123-0/+149