Re: [PATCH RESEND v5 20/26] gdbstub: Remove gdb_has_xml variable

2023-08-30 Thread Akihiko Odaki
On 2023/08/31 0:02, Alex Bennée wrote: Akihiko Odaki writes: GDB has XML support since 6.7 which was released in 2007. It's time to remove support for old GDB versions without XML support. Signed-off-by: Akihiko Odaki In principle I'm fine with this but should we not catch GDB's which don

Re: [PATCH RESEND v5 20/26] gdbstub: Remove gdb_has_xml variable

2023-08-30 Thread Alex Bennée
Akihiko Odaki writes: > GDB has XML support since 6.7 which was released in 2007. > It's time to remove support for old GDB versions without XML support. > > Signed-off-by: Akihiko Odaki In principle I'm fine with this but should we not catch GDB's which don't send qXfer:features:read earlier

[PATCH RESEND v5 20/26] gdbstub: Remove gdb_has_xml variable

2023-08-17 Thread Akihiko Odaki
GDB has XML support since 6.7 which was released in 2007. It's time to remove support for old GDB versions without XML support. Signed-off-by: Akihiko Odaki --- include/exec/gdbstub.h | 8 gdbstub/gdbstub.c | 13 - gdbstub/softmmu.c | 1 - gdbstub/user.c