commit | dd32aa10476d04853b71657d5345e812915d87ed | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Sat Jun 27 09:53:51 2009 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Thu Jul 16 08:28:13 2009 -0500 |
tree | db1ebcc2f687b0726ebd322c9f35e203d27163fa | |
parent | 8389e7f4e1412cee0d8f8c21a1386259338a6299 [diff] |
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>