Re: [PATCH 07/13] linux-user: Show heap address in /proc/pid/maps

2023-09-01 Thread Philippe Mathieu-Daudé
On 24/8/23 03:02, Richard Henderson wrote: Tested-by: Helge Deller Reviewed-by: Ilya Leoshkevich Signed-off-by: Richard Henderson --- linux-user/syscall.c | 2 ++ 1 file changed, 2 insertions(+) Reviewed-by: Philippe Mathieu-Daudé

[PATCH 07/13] linux-user: Show heap address in /proc/pid/maps

2023-08-23 Thread Richard Henderson
Tested-by: Helge Deller Reviewed-by: Ilya Leoshkevich Signed-off-by: Richard Henderson --- linux-user/syscall.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 0b91f996b7..0641d8f433 100644 --- a/linux-user/syscall.c +++ b/linux-user/sysca