qemu-e2k/tests/tcg/multiarch
Alex Bennée 21750c3c89 tests/tcg: add an explicit gdbstub register tester
We already do a couple of "info registers" for specific tests but this
is a more comprehensive multiarch test. It also has some output
helpful for debugging the gdbstub by showing which XML features are
advertised and what the underlying register numbers are.

My initial motivation was to see if there are any duplicate register
names exposed via the gdbstub while I was reviewing the proposed
register interface for TCG plugins.

Mismatches between the xml and remote-desc are reported for debugging
but do not fail the test.

We also skip the tests for the following arches for now until we can
investigate and fix any issues:

  - s390x (fails to read v0l->v15l, not seen in remote-registers)
  - ppc64 (fails to read vs0h->vs31h, not seen in remote-registers)

Cc: Akihiko Odaki <akihiko.odaki@daynix.com>
Cc: Luis Machado <luis.machado@linaro.org>
Cc: Ilya Leoshkevich <iii@linux.ibm.com>
Cc: qemu-s390x@nongnu.org
Cc: Nicholas Piggin <npiggin@gmail.com>
Cc: Daniel Henrique Barboza <danielhb413@gmail.com>
Cc: qemu-ppc@nongnu.org
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20231106185112.2755262-7-alex.bennee@linaro.org>
2023-11-08 15:15:23 +00:00
..
arm-compat-semi tests/tcg: add HeapInfo checking to semihosting test 2021-03-24 14:25:19 +00:00
gdbstub tests/tcg: add an explicit gdbstub register tester 2023-11-08 15:15:23 +00:00
libs tests/tcg: move some multiarch files and make conditional 2021-10-12 08:37:05 +01:00
linux tests/tcg: fix unused variable in linux-test 2022-12-23 15:15:57 +00:00
system tests/tcg: add an explicit gdbstub register tester 2023-11-08 15:15:23 +00:00
float_convd.c tests/tcg: add float_convd test 2022-04-20 16:04:20 +01:00
float_convs.c tests/tcg/multiarch: Read fp flags before printf 2022-01-18 16:44:16 +00:00
float_helpers.h
float_madds.c tests/tcg/multiarch: Read fp flags before printf 2022-01-18 16:44:16 +00:00
Makefile.target tests/tcg: add an explicit gdbstub register tester 2023-11-08 15:15:23 +00:00
munmap-pthread.c tests/tcg/multiarch: add vma-pthread.c 2023-01-05 11:41:29 -08:00
noexec.c.inc target/s390x: Make translator stop before the end of a page 2022-09-06 08:04:26 +01:00
nop_func.h tests/tcg/multiarch: add vma-pthread.c 2023-01-05 11:41:29 -08:00
overflow.c tests/tcg: Test overflow conditions 2022-06-03 08:03:28 +02:00
README
sha1.c tests/tcg/sha1: remove endian include 2021-10-12 08:37:05 +01:00
sha512.c other architectures: spelling fixes 2023-07-25 17:14:07 +03:00
sigbus.c tests/tcg/multiarch: Adjust sigbus.c 2023-06-06 10:19:39 +01:00
signals.c tests/tcg: add a multiarch signals test to stress test signal delivery 2021-06-07 14:42:42 +01:00
test-aes-main.c.inc tests/multiarch: Add test-aes 2023-07-08 07:30:17 +01:00
test-mmap.c tests/tcg: make test-mmap a little less aggressive 2021-07-14 14:33:53 +01:00
test-vma.c accel/tcg: Use interval tree for user-only page tracking 2022-12-20 17:11:12 -08:00
testthread.c
threadcount.c
vma-pthread.c tests/tcg/multiarch: add vma-pthread.c 2023-01-05 11:41:29 -08:00

Multi-architecture linux-user tests