projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21749c4
)
linux-user/strace: Improve capget()/capset() output
author
Philippe Mathieu-Daudé
<f4bug@amsat.org>
Thu, 28 Jun 2018 03:46:42 +0000
(
00:46
-0300)
committer
Laurent Vivier
<laurent@vivier.eu>
Tue, 3 Jul 2018 14:27:15 +0000
(16:27 +0200)
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-By: Guido Günther <agx@sigxcpu.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <
20180628034652
.24152-3-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/strace.list
patch
|
blob
|
history
diff --git
a/linux-user/strace.list
b/linux-user/strace.list
index 2bc5ba04d41a68861cfbc91a994711988ff51857..afe4db07f3c4954ecff8d9a2e2db87473cd2be8a 100644
(file)
--- a/
linux-user/strace.list
+++ b/
linux-user/strace.list
@@
-59,10
+59,10
@@
{ TARGET_NR_cacheflush, "cacheflush" , NULL, NULL, NULL },
#endif
#ifdef TARGET_NR_capget
-{ TARGET_NR_capget, "capget" ,
NULL
, NULL, NULL },
+{ TARGET_NR_capget, "capget" ,
"%s(%p,%p)"
, NULL, NULL },
#endif
#ifdef TARGET_NR_capset
-{ TARGET_NR_capset, "capset" ,
NULL
, NULL, NULL },
+{ TARGET_NR_capset, "capset" ,
"%s(%p,%p)"
, NULL, NULL },
#endif
#ifdef TARGET_NR_chdir
{ TARGET_NR_chdir, "chdir" , NULL, print_chdir, NULL },