Re: [PATCH 7/8] gdbstub: more fixes for client Ctrl-C handling

2023-08-10 Thread Richard Henderson
On 8/10/23 08:36, Alex Bennée wrote: The original fix caused problems with spurious characters on other system emulation. So: - instead of spamming output make the warning a trace point - ensure we only allow a stop reply if it was 0x3 Suggested-by: Matheus Tavares Bernardino Signed-off-b

Re: [PATCH 7/8] gdbstub: more fixes for client Ctrl-C handling

2023-08-10 Thread Philippe Mathieu-Daudé
On 10/8/23 17:36, Alex Bennée wrote: The original fix caused problems with spurious characters on other system emulation. So: - instead of spamming output make the warning a trace point - ensure we only allow a stop reply if it was 0x3 Suggested-by: Matheus Tavares Bernardino Signed-off-

[PATCH 7/8] gdbstub: more fixes for client Ctrl-C handling

2023-08-10 Thread Alex Bennée
The original fix caused problems with spurious characters on other system emulation. So: - instead of spamming output make the warning a trace point - ensure we only allow a stop reply if it was 0x3 Suggested-by: Matheus Tavares Bernardino Signed-off-by: Alex Bennée Message-Id: <456ed33184