Re: [Qemu-devel] [PATCH v3 15/16] gdbstub: add multiprocess extension support

2018-10-31 Thread Alistair
On 10/26/18 1:16 AM, Luc Michel wrote: Add multiprocess extension support by enabling multiprocess mode when the peer requests it, and by replying that we actually support it in the qSupported reply packet. Signed-off-by: Luc Michel Reviewed-by: Philippe Mathieu-Daudé Acked-by: Alistair Fran

[Qemu-devel] [PATCH v3 15/16] gdbstub: add multiprocess extension support

2018-10-26 Thread Luc Michel
Add multiprocess extension support by enabling multiprocess mode when the peer requests it, and by replying that we actually support it in the qSupported reply packet. Signed-off-by: Luc Michel Reviewed-by: Philippe Mathieu-Daudé --- gdbstub.c | 6 ++ 1 file changed, 6 insertions(+) diff -