Re: [PATCH 04/18] gdbstub: Factor out gdb_try_stop()

2024-10-05 Thread Richard Henderson
On 9/23/24 09:12, Ilya Leoshkevich wrote: Move checking and setting allow_stop_reply into a function. Signed-off-by: Ilya Leoshkevich --- gdbstub/gdbstub.c | 15 +++ gdbstub/internals.h | 2 ++ gdbstub/system.c| 6 ++ gdbstub/user.c | 11 --- 4 files ch

[PATCH 04/18] gdbstub: Factor out gdb_try_stop()

2024-09-23 Thread Ilya Leoshkevich
Move checking and setting allow_stop_reply into a function. Signed-off-by: Ilya Leoshkevich --- gdbstub/gdbstub.c | 15 +++ gdbstub/internals.h | 2 ++ gdbstub/system.c| 6 ++ gdbstub/user.c | 11 --- 4 files changed, 19 insertions(+), 15 deletions(-) diff -