On 3/10/23 02:31, Alex Bennée wrote:
You need a very new gdb to be able to run with pauth support otherwise
your likely to hit asserts and aborts. Disable pauth for now until we
can properly probe support in gdb.
Signed-off-by: Alex Bennée <alex.ben...@linaro.org>
---
tests/tcg/aarch64/Makefile.target | 2 ++
1 file changed, 2 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~
diff --git a/tests/tcg/aarch64/Makefile.target
b/tests/tcg/aarch64/Makefile.target
index 9e91a20b0d..8ffde3b0ed 100644
--- a/tests/tcg/aarch64/Makefile.target
+++ b/tests/tcg/aarch64/Makefile.target
@@ -84,6 +84,8 @@ TESTS += sha512-vector
ifeq ($(HOST_GDB_SUPPORTS_ARCH),y)
GDB_SCRIPT=$(SRC_PATH)/tests/guest-debug/run-test.py
+run-gdbstub-%: QEMU_OPTS=-cpu max,pauth=off
+
run-gdbstub-sysregs: sysregs
$(call run-test, $@, $(GDB_SCRIPT) \
--gdb $(HAVE_GDB_BIN) \