Re: [PATCH 18/37] gdbstub: Move syscalls.c out of common_ss

2025-03-13 Thread Richard Henderson
On 3/13/25 10:46, Pierrick Bouvier wrote: On 3/12/25 20:44, Richard Henderson wrote: Copy to libuser_ss and libsystem_ss. This file uses semihosting/semihost.h, which has separate implementations with and without CONFIG_USER_ONLY. Signed-off-by: Richard Henderson ---   gdbstub/meson.build | 4

Re: [PATCH 18/37] gdbstub: Move syscalls.c out of common_ss

2025-03-13 Thread Pierrick Bouvier
On 3/12/25 20:44, Richard Henderson wrote: Copy to libuser_ss and libsystem_ss. This file uses semihosting/semihost.h, which has separate implementations with and without CONFIG_USER_ONLY. Signed-off-by: Richard Henderson --- gdbstub/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 d

[PATCH 18/37] gdbstub: Move syscalls.c out of common_ss

2025-03-12 Thread Richard Henderson
Copy to libuser_ss and libsystem_ss. This file uses semihosting/semihost.h, which has separate implementations with and without CONFIG_USER_ONLY. Signed-off-by: Richard Henderson --- gdbstub/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdbstub/meson.build b