linux-user/strace: Improve capget()/capset() output
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 28 Jun 2018 03:46:42 +0000 (00:46 -0300)
committerLaurent 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

index 2bc5ba04d41a68861cfbc91a994711988ff51857..afe4db07f3c4954ecff8d9a2e2db87473cd2be8a 100644 (file)
 { 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 },