Le 04/11/2022 à 18:36, Philippe Mathieu-Daudé a écrit :
From: Drew DeVault <[email protected]>
In order to add print_execveat() which re-use common code from
print_execve(), extract print_execve_argv() from it.
Signed-off-by: Drew DeVault <[email protected]>
Message-Id: <[email protected]>
[PMD: Split of bigger patch, filled description, fixed style]
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
linux-user/strace.c | 71 +++++++++++++++++++++++++--------------------
1 file changed, 39 insertions(+), 32 deletions(-)
Reviewed-by: Laurent Vivier <[email protected]>