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

2019-01-30 Thread KONRAD Frederic
Le 1/30/19 à 3:31 PM, Luc Michel a écrit : Hi, On 1/30/19 2:37 PM, KONRAD Frederic wrote: Hi, Le 1/29/19 à 9:32 PM, Max Filippov a écrit : 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 o

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

2019-01-30 Thread Luc Michel
Hi, On 1/30/19 2:37 PM, KONRAD Frederic wrote: > Hi, > > Le 1/29/19 à 9:32 PM, Max Filippov a écrit : >> 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: 7cf4

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

2019-01-30 Thread KONRAD Frederic
Hi, Le 1/29/19 à 9:32 PM, Max Filippov a écrit : 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] gdbstub: allow killing QEMU via vKill command

2019-01-29 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: