From: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH] fix shmat strace
Date: Wed, 15 Oct 2008 19:57:10 -0300 [thread overview]
Message-ID: <1224111430.7266.36.camel@laurov-desktop> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 159 bytes --]
The shmat syscall returns an address, so we must use the
print_syscall_ret_addr function.
--
Lauro Ramos Venancio
INdT - Instituto Nokia de Tecnologia
[-- Attachment #1.2: shmat_strace.patch --]
[-- Type: text/x-patch, Size: 509 bytes --]
Index: linux-user/strace.list
===================================================================
--- linux-user/strace.list (revision 5391)
+++ linux-user/strace.list (working copy)
@@ -1250,7 +1250,7 @@
{ TARGET_NR_sgetmask, "sgetmask" , NULL, NULL, NULL },
#endif
#ifdef TARGET_NR_shmat
-{ TARGET_NR_shmat, "shmat" , NULL, NULL, NULL },
+{ TARGET_NR_shmat, "shmat" , NULL, NULL, print_syscall_ret_addr },
#endif
#ifdef TARGET_NR_shmctl
{ TARGET_NR_shmctl, "shmctl" , NULL, NULL, NULL },
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
next reply other threads:[~2008-10-15 22:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-15 22:57 Lauro Ramos Venancio [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-10-15 21:50 [Qemu-devel] [PATCH] fix shmat strace Lauro Ramos Venancio
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=1224111430.7266.36.camel@laurov-desktop \
--to=lauro.venancio@openbossa.org \
--cc=qemu-devel@nongnu.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).