gdbstub: Add vCont support
commitdd32aa10476d04853b71657d5345e812915d87ed
authorJan Kiszka <jan.kiszka@siemens.com>
Sat, 27 Jun 2009 07:53:51 +0000 (27 09:53 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 16 Jul 2009 13:28:13 +0000 (16 08:28 -0500)
treedb1ebcc2f687b0726ebd322c9f35e203d27163fa
parent8389e7f4e1412cee0d8f8c21a1386259338a6299
gdbstub: Add vCont support

This patch adds support for the vCont remote gdb command. It is used by
gdb 6.8 or better to switch the debugging focus for single-stepping
multi-threaded targets, ie. multi-threaded application in user mode
emulation or VCPUs in system emulation.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
gdbstub.c