Re: [PATCH v3 1/9] gdbstub: Clean up process_string_cmd

2024-06-20 Thread Richard Henderson
On 6/16/24 23:28, Gustavo Romero wrote: Change 'process_string_cmd' to return true on success and false on failure, instead of 0 and -1. Signed-off-by: Gustavo Romero Reviewed-by: Alex Bennée --- gdbstub/gdbstub.c | 40 1 file changed, 20 insertions(+)

[PATCH v3 1/9] gdbstub: Clean up process_string_cmd

2024-06-16 Thread Gustavo Romero
Change 'process_string_cmd' to return true on success and false on failure, instead of 0 and -1. Signed-off-by: Gustavo Romero Reviewed-by: Alex Bennée --- gdbstub/gdbstub.c | 40 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/gdbstub/gd