Re: [Qemu-devel] [PATCH v2 14/15] gdbstub: add multiprocess extension support

2018-10-01 Thread Philippe Mathieu-Daudé
On 01/10/2018 13:57, 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 > --- > gdbstub.c | 4 > 1 file changed, 4 inser

[Qemu-devel] [PATCH v2 14/15] gdbstub: add multiprocess extension support

2018-10-01 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 --- gdbstub.c | 4 1 file changed, 4 insertions(+) diff --git a/gdbstub.c b/gdbstub.c index 51cc