Re: [PULL 1/2] linux-user: Print tid not pid with strace

2024-11-23 Thread J . Neuschäfer
On Sat, Nov 23, 2024 at 09:07:05AM -0600, Richard Henderson wrote: > From: J. Neuschäfer > > This aligns with strace, and is very useful when tracing multi-threaded > programs. The result is the same in single-threaded programs. > > Signed-off-by: J. Neuschäfer > Message-Id: 20241024-strace-v1-1-

[PULL 1/2] linux-user: Print tid not pid with strace

2024-11-23 Thread Richard Henderson
From: J. Neuschäfer This aligns with strace, and is very useful when tracing multi-threaded programs. The result is the same in single-threaded programs. Signed-off-by: J. Neuschäfer Message-Id: 20241024-strace-v1-1-56c416143...@gmx.net [rth: Use TaskState.ts_tid via get_task_state()] Signed-of