Re: [Qemu-devel] [PATCH v3 2/2] gdbstub: Fix vCont behaviour

2017-01-25 Thread Claudio Imbrenda
I applied all your suggestions Claudio

Re: [Qemu-devel] [PATCH v3 2/2] gdbstub: Fix vCont behaviour

2017-01-25 Thread Paolo Bonzini
On 28/10/2016 19:15, Claudio Imbrenda wrote: > When GDB issues a "vCont", QEMU was not handling it correctly when > multiple VCPUs are active. > For vCont, for each thread (VCPU), it can be specified whether to > single step, continue or stop that thread. The default is to stop a > thread. > Howe

[Qemu-devel] [PATCH v3 2/2] gdbstub: Fix vCont behaviour

2016-10-28 Thread Claudio Imbrenda
When GDB issues a "vCont", QEMU was not handling it correctly when multiple VCPUs are active. For vCont, for each thread (VCPU), it can be specified whether to single step, continue or stop that thread. The default is to stop a thread. However, when (for example) "vCont;s:2" is issued, all VCPUs co