Re: [PATCH 01/18] gdbstub: Make gdb_get_char() static

2024-10-05 Thread Richard Henderson
On 9/23/24 09:12, Ilya Leoshkevich wrote: It's user-only since commit a7e0f9bd2ace ("gdbstub: abstract target specific details from gdb_put_packet_binary"). Signed-off-by: Ilya Leoshkevich --- gdbstub/internals.h | 2 -- gdbstub/user.c | 2 +- 2 files changed, 1 insertion(+), 3 deletion

[PATCH 01/18] gdbstub: Make gdb_get_char() static

2024-09-23 Thread Ilya Leoshkevich
It's user-only since commit a7e0f9bd2ace ("gdbstub: abstract target specific details from gdb_put_packet_binary"). Signed-off-by: Ilya Leoshkevich --- gdbstub/internals.h | 2 -- gdbstub/user.c | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/gdbstub/internals.h b/gdbst