mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
linux-user: Add strace for sendto()
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Ilya Leoshkevich <iii@linux.ibm.com> Message-ID: <20240807124306.52903-5-philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
57fbc9b987
commit
ff54bcd541
2 changed files with 16 additions and 1 deletions
|
@ -1288,7 +1288,7 @@
|
|||
{ TARGET_NR_sendmsg, "sendmsg" , NULL, NULL, NULL },
|
||||
#endif
|
||||
#ifdef TARGET_NR_sendto
|
||||
{ TARGET_NR_sendto, "sendto" , NULL, NULL, NULL },
|
||||
{ TARGET_NR_sendto, "sendto" , NULL, print_sendto, NULL },
|
||||
#endif
|
||||
#ifdef TARGET_NR_setdomainname
|
||||
{ TARGET_NR_setdomainname, "setdomainname" , NULL, NULL, NULL },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue