Philippe Mathieu-Daudé writes:
> On 21/5/25 17:42, Alex Bennée wrote:
>> From: Dominik 'Disconnect3d' Czarnota
>> 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 k
On 21/5/25 17:42, Alex Bennée wrote:
From: Dominik 'Disconnect3d' Czarnota
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/stan
On 2025/05/22 19:05, Alex Bennée wrote:
Akihiko Odaki writes:
On 2025/05/22 1:42, Alex Bennée wrote:
From: Dominik 'Disconnect3d' Czarnota
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., us
Akihiko Odaki writes:
> On 2025/05/22 1:42, Alex Bennée wrote:
>> From: Dominik 'Disconnect3d' Czarnota
>> 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 bu
On 2025/05/22 1:42, Alex Bennée wrote:
From: Dominik 'Disconnect3d' Czarnota
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
From: Dominik 'Disconnect3d' Czarnota
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 implemented
b