]> git.proxmox.com Git - mirror_qemu.git/blobdiff - gdbstub.c
hw/mips/Kconfig: Malta machine requires the pcnet network card
[mirror_qemu.git] / gdbstub.c
index ff19579452dab940f96e573b6151c18b7c97d71e..bc774ae992588b9659db7e5b5e963bbae82a1d0c 100644 (file)
--- a/gdbstub.c
+++ b/gdbstub.c
@@ -1361,6 +1361,7 @@ static int gdb_handle_packet(GDBState *s, const char *line_buf)
             break;
         } else if (strncmp(p, "Kill;", 5) == 0) {
             /* Kill the target */
+            put_packet(s, "OK");
             error_report("QEMU: Terminated via GDBstub");
             exit(0);
         } else {