Re: [PATCH 3/3] linux-user: Add strace for recvfrom()

2024-08-07 Thread Richard Henderson
On 8/7/24 18:35, Philippe Mathieu-Daudé wrote: +#ifdef TARGET_NR_recvfrom +static void +print_recvfrom(CPUArchState *cpu_env, const struct syscallname *name, + abi_long arg0, abi_long arg1, abi_long arg2, + abi_long arg3, abi_long arg4, abi_long arg5) +{ +abi_ulong

[PATCH 3/3] linux-user: Add strace for recvfrom()

2024-08-07 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- RFC: Not sure about get_user_ualx() use here --- linux-user/strace.c| 19 +++ linux-user/strace.list | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/linux-user/strace.c b/linux-user/strace.c index f55b62f0c9..f0