Re: [Qemu-devel] [PATCH v2] gdbstub: allow killing QEMU via vKill command

2019-02-04 Thread Peter Maydell
On Wed, 30 Jan 2019 at 19:24, Max Filippov wrote: > > With multiprocess extensions gdb uses 'vKill' packet instead of 'k' to > kill the inferior. Handle 'vKill' the same way 'k' was handled in the > presence of single process. > > Fixes: 7cf48f6752e5 ("gdbstub: add multiprocess support to > (f|s)T

Re: [Qemu-devel] [PATCH v2] gdbstub: allow killing QEMU via vKill command

2019-02-01 Thread KONRAD Frederic
Le 1/31/19 à 5:15 PM, Luc Michel a écrit : On 1/30/19 8:24 PM, Max Filippov wrote: With multiprocess extensions gdb uses 'vKill' packet instead of 'k' to kill the inferior. Handle 'vKill' the same way 'k' was handled in the presence of single process. Fixes: 7cf48f6752e5 ("gdbstub: add multi

Re: [Qemu-devel] [PATCH v2] gdbstub: allow killing QEMU via vKill command

2019-01-31 Thread Luc Michel
On 1/30/19 8:24 PM, Max Filippov wrote: > With multiprocess extensions gdb uses 'vKill' packet instead of 'k' to > kill the inferior. Handle 'vKill' the same way 'k' was handled in the > presence of single process. > > Fixes: 7cf48f6752e5 ("gdbstub: add multiprocess support to > (f|s)ThreadInfo an

[Qemu-devel] [PATCH v2] gdbstub: allow killing QEMU via vKill command

2019-01-30 Thread Max Filippov
With multiprocess extensions gdb uses 'vKill' packet instead of 'k' to kill the inferior. Handle 'vKill' the same way 'k' was handled in the presence of single process. Fixes: 7cf48f6752e5 ("gdbstub: add multiprocess support to (f|s)ThreadInfo and ThreadExtraInfo") Cc: Luc Michel Signed-off-by: