Re: [Qemu-devel] [PATCH v2 04/15] gdbstub: add multiprocess support to vCont packets

2018-10-01 Thread Philippe Mathieu-Daudé
On 01/10/2018 13:56, Luc Michel wrote: > Add the gdb_first_cpu() and gdb_next_cpu() to iterate over all > the CPUs in currently attached processes. > > Add the gdb_first_cpu_in_process() and gdb_next_cpu_in_process() to > iterate over CPUs of a given process. > > Use them to add multiprocess exte

[Qemu-devel] [PATCH v2 04/15] gdbstub: add multiprocess support to vCont packets

2018-10-01 Thread Luc Michel
Add the gdb_first_cpu() and gdb_next_cpu() to iterate over all the CPUs in currently attached processes. Add the gdb_first_cpu_in_process() and gdb_next_cpu_in_process() to iterate over CPUs of a given process. Use them to add multiprocess extension support to vCont packets. Signed-off-by: Luc M