Le 23/08/2018 à 00:58, Richard Henderson a écrit :
> On 08/21/2018 05:50 PM, Laurent Vivier wrote:
>> I don't understand why you need/want to duplicate the list of syscalls here.
>>
>> If I modify your patch as following, it works without duplicating the list:
>>
>> diff --git a/linux-user/syscall-
On 08/21/2018 05:50 PM, Laurent Vivier wrote:
> I don't understand why you need/want to duplicate the list of syscalls here.
>
> If I modify your patch as following, it works without duplicating the list:
>
> diff --git a/linux-user/syscall-file.def.c b/linux-user/syscall-file.def.c
> new file mo
Le 18/08/2018 à 21:01, Richard Henderson a écrit :
> This includes close, open, openat, read, readlink, readlinkat, write.
>
> Signed-off-by: Richard Henderson
> ---
> linux-user/strace.c | 64 -
> linux-user/syscall-file.inc.c | 440 ++
> linux-use
This includes close, open, openat, read, readlink, readlinkat, write.
Signed-off-by: Richard Henderson
---
linux-user/strace.c | 64 -
linux-user/syscall-file.inc.c | 440 ++
linux-user/syscall.c | 393 ++
linux-