Re: [Qemu-devel] [PATCH v7 02/16] gdbstub: introduce GDB processes

2018-11-25 Thread Philippe Mathieu-Daudé
On 23/11/18 10:17, Luc Michel wrote: > Add a structure GDBProcess that represent processes from the GDB > semantic point of view. > > CPUs can be split into different processes, by grouping them under > different cpu-cluster objects. Each occurrence of a cpu-cluster object > implies the existence

[Qemu-devel] [PATCH v7 02/16] gdbstub: introduce GDB processes

2018-11-23 Thread Luc Michel
Add a structure GDBProcess that represent processes from the GDB semantic point of view. CPUs can be split into different processes, by grouping them under different cpu-cluster objects. Each occurrence of a cpu-cluster object implies the existence of the corresponding process in the GDB stub. Th