Re: [PATCH 8/8] linux-user: Log tid for strace

2022-09-28 Thread Laurent Vivier
Le 29/08/2022 à 04:10, Richard Henderson a écrit : Printing the same pid for all threads isn't helpful. Signed-off-by: Richard Henderson --- linux-user/strace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-user/strace.c b/linux-user/strace.c index c47d91bb3d..ca9

Re: [PATCH 8/8] linux-user: Log tid for strace

2022-09-27 Thread Laurent Vivier
Le 29/08/2022 à 04:10, Richard Henderson a écrit : Printing the same pid for all threads isn't helpful. Signed-off-by: Richard Henderson --- linux-user/strace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-user/strace.c b/linux-user/strace.c index c47d91bb3d..ca9

[PATCH 8/8] linux-user: Log tid for strace

2022-08-28 Thread Richard Henderson
Printing the same pid for all threads isn't helpful. Signed-off-by: Richard Henderson --- linux-user/strace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-user/strace.c b/linux-user/strace.c index c47d91bb3d..ca9d44fa7c 100644 --- a/linux-user/strace.c +++ b/linux-us