Re: [PATCH 03/18] gdbstub: Move gdb_syscall_mode to GDBSyscallState

2024-10-05 Thread Richard Henderson
On 9/23/24 09:12, Ilya Leoshkevich wrote: Follow the convention that all the pieces of the global stub state must be inside a single struct. Signed-off-by: Ilya Leoshkevich --- gdbstub/syscalls.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) Reviewed-by: Richa

[PATCH 03/18] gdbstub: Move gdb_syscall_mode to GDBSyscallState

2024-09-23 Thread Ilya Leoshkevich
Follow the convention that all the pieces of the global stub state must be inside a single struct. Signed-off-by: Ilya Leoshkevich --- gdbstub/syscalls.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gdbstub/syscalls.c b/gdbstub/syscalls.c index 4e129