]> git.proxmox.com Git - qemu.git/commit - vl.c
gdbstub: let the debugger resume from guest panicked state
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 3 Jun 2013 15:06:55 +0000 (17:06 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 10 Jun 2013 16:36:11 +0000 (11:36 -0500)
commitbc7d0e66741724216cc104034838eb34f0e94b8d
tree1ad0ee050494fd723b0a7eb3ef7cdead02f1d07f
parent26ac7a31fbf5522d2ca3f0e2e5b5c8e915701f66
gdbstub: let the debugger resume from guest panicked state

While in general we forbid a "continue" from the guest panicked
state, it makes sense to have an exception for that when continuing
in the debugger.  Perhaps the guest entered that state due to a bug,
for example, and we want to continue no matter what.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>
Message-id: 1370272015-9659-3-git-send-email-pbonzini@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
gdbstub.c
vl.c