From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Richard Henderson <richard.henderson@linaro.org>, qemu-devel@nongnu.org
Cc: Laurent Vivier <laurent@vivier.eu>, Zach van Rijn <me@zv.io>
Subject: Re: [PATCH 2/3] linux-user: Add strace for sendto()
Date: Wed, 7 Aug 2024 14:18:45 +0200 [thread overview]
Message-ID: <79abbd4a-e1c8-4539-a29e-f0ec76becf20@linaro.org> (raw)
In-Reply-To: <47d9b786-870c-4a0b-bc8c-1fa09d3c2113@linaro.org>
On 7/8/24 12:55, Richard Henderson wrote:
> On 8/7/24 18:35, Philippe Mathieu-Daudé wrote:
>> +#ifdef TARGET_NR_sendto
>> +static void
>> +print_sendto(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)
>> +{
>> + print_syscall_prologue(name);
>> + print_sockfd(arg0, 0);
>> + print_buf(arg1, arg2, 0);
>
> You still need to log arg2.
Oops.
next prev parent reply other threads:[~2024-08-07 12:19 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-07 8:35 [PATCH 0/3] linux-user: Trace sendto/recvfrom Philippe Mathieu-Daudé
2024-08-07 8:35 ` [PATCH 1/3] linux-user: Display sockaddr buffer as pointer Philippe Mathieu-Daudé
2024-08-07 10:53 ` Richard Henderson
2024-08-07 8:35 ` [PATCH 2/3] linux-user: Add strace for sendto() Philippe Mathieu-Daudé
2024-08-07 10:55 ` Richard Henderson
2024-08-07 12:18 ` Philippe Mathieu-Daudé [this message]
2024-08-07 8:35 ` [PATCH 3/3] linux-user: Add strace for recvfrom() Philippe Mathieu-Daudé
2024-08-07 10:55 ` Richard Henderson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=79abbd4a-e1c8-4539-a29e-f0ec76becf20@linaro.org \
--to=philmd@linaro.org \
--cc=laurent@vivier.eu \
--cc=me@zv.io \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).