Re: [PATCH v3 3/5] linux-user: Implement stracing madvise()

2022-09-23 Thread Laurent Vivier
Le 06/09/2022 à 02:08, Ilya Leoshkevich a écrit : The default implementation has several problems: the first argument is not displayed as a pointer, making it harder to grep; the third argument is not symbolized; and there are several extra unused arguments. Signed-off-by: Ilya Leoshkevich ---

[PATCH v3 3/5] linux-user: Implement stracing madvise()

2022-09-05 Thread Ilya Leoshkevich
The default implementation has several problems: the first argument is not displayed as a pointer, making it harder to grep; the third argument is not symbolized; and there are several extra unused arguments. Signed-off-by: Ilya Leoshkevich --- linux-user/strace.c| 41 +++