Le 06/04/2021 à 16:42, Matus Kysel a écrit :
> Syscall unshare did not have custom print function for strace, but it's
> argument is same as flags in clone syscall, so it can be easily implemented.
> Also updated missing flags from clone_flags.
>
> Signed-off-by: Matus Kysel
> ---
> linux-user/
Le 06/04/2021 à 16:42, Matus Kysel a écrit :
> Syscall unshare did not have custom print function for strace, but it's
> argument is same as flags in clone syscall, so it can be easily implemented.
> Also updated missing flags from clone_flags.
>
> Signed-off-by: Matus Kysel
> ---
> linux-user/
Syscall unshare did not have custom print function for strace, but it's
argument is same as flags in clone syscall, so it can be easily implemented.
Also updated missing flags from clone_flags.
Signed-off-by: Matus Kysel
---
linux-user/strace.c| 18 ++
linux-user/strace.list