Re: [PATCH] gdbstub: Implement qGDBServerVersion packet

2025-05-19 Thread Dominik Czarnota
Thanks! On Mon, 19 May 2025 at 14:59, Alex Bennée wrote: > Alex Bennée writes: > > > Dominik 'Disconnect3d' Czarnota writes: > > > >> This commit adds support for the `qGDBServerVersion` packet to the qemu > >> gdbstub which could be used by clients to detect the QEMU version > >> (and, e.g.,

Re: [PATCH] gdbstub: Implement qGDBServerVersion packet

2025-05-19 Thread Alex Bennée
Alex Bennée writes: > Dominik 'Disconnect3d' Czarnota writes: > >> This commit adds support for the `qGDBServerVersion` packet to the qemu >> gdbstub which could be used by clients to detect the QEMU version >> (and, e.g., use a workaround for known bugs). >> >> This packet is not documented/st

Re: [PATCH] gdbstub: Implement qGDBServerVersion packet

2025-05-02 Thread Alex Bennée
Dominik 'Disconnect3d' Czarnota writes: > This commit adds support for the `qGDBServerVersion` packet to the qemu > gdbstub which could be used by clients to detect the QEMU version > (and, e.g., use a workaround for known bugs). > > This packet is not documented/standarized by GDB but it was im