On Wed, 30 Jan 2019 at 19:24, Max Filippov <jcmvb...@gmail.com> 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 and ThreadExtraInfo") > > Cc: Luc Michel <luc.mic...@greensocs.com> > Signed-off-by: Max Filippov <jcmvb...@gmail.com> > --- > Changes v1->v2: > - terminate QEMU in the vKill packet handler regardless of whatever the > PID is or how many processes are attached [Luc Michel] >
Thanks; I'll take this via target-arm.next since I took the multiprocess-support gdbstub patches. -- PMM