Re: [PATCH 10/24] user: Use get_task_state() helper

2024-04-28 Thread Richard Henderson
On 4/28/24 15:14, Philippe Mathieu-Daudé wrote: Get the TaskState pointer calling get_task_state(). Signed-off-by: Philippe Mathieu-Daudé --- gdbstub/gdbstub.c | 3 ++- gdbstub/user-target.c | 4 ++-- linux-user/syscall.c | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) Rev

[PATCH 10/24] user: Use get_task_state() helper

2024-04-28 Thread Philippe Mathieu-Daudé
Get the TaskState pointer calling get_task_state(). Signed-off-by: Philippe Mathieu-Daudé --- gdbstub/gdbstub.c | 3 ++- gdbstub/user-target.c | 4 ++-- linux-user/syscall.c | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/gdbstub/gdbstub.c b/gdbstub/gdbstub.c index