Re: [PATCH v2 2/2] tests/tcg: Add the syscall catchpoint gdbstub test

2024-02-01 Thread Alex Bennée
Ilya Leoshkevich writes: > Check that adding/removing syscall catchpoints works. > > Signed-off-by: Ilya Leoshkevich Reviewed-by: Alex Bennée -- Alex Bennée Virtualisation Tech Lead @ Linaro

[PATCH v2 2/2] tests/tcg: Add the syscall catchpoint gdbstub test

2024-01-16 Thread Ilya Leoshkevich
Check that adding/removing syscall catchpoints works. Signed-off-by: Ilya Leoshkevich --- tests/tcg/multiarch/Makefile.target | 10 +++- tests/tcg/multiarch/catch-syscalls.c | 51 ++ tests/tcg/multiarch/gdbstub/catch-syscalls.py | 52 +++ 3 file