From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56608) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHUMx-0006IV-Ih for qemu-devel@nongnu.org; Sat, 31 Jan 2015 04:29:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YHUMw-0005pk-Mw for qemu-devel@nongnu.org; Sat, 31 Jan 2015 04:29:35 -0500 Message-ID: <54CCA077.7020107@web.de> Date: Sat, 31 Jan 2015 10:29:27 +0100 From: Jan Kiszka MIME-Version: 1.0 References: <54CCA038.8000704@web.de> In-Reply-To: <54CCA038.8000704@web.de> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RW4DrabutaOk8PA689jFp5QxdweG6213t" Subject: [Qemu-devel] [PATCH 2/2] Revert "gdbstub: Do not kill target in system emulation mode" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-trivial Cc: qemu-devel , Fabien Chouteau This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --RW4DrabutaOk8PA689jFp5QxdweG6213t Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable From: Fabien Chouteau The requirements described in this patch are implemented by "Add GDB qAttached support". This reverts commit 00e94dbc7fd0110b0555d59592b004333adfb4b8. Signed-off-by: Fabien Chouteau Signed-off-by: Jan Kiszka --- gdbstub.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gdbstub.c b/gdbstub.c index da3e7cb..14e1f0c 100644 --- a/gdbstub.c +++ b/gdbstub.c @@ -880,11 +880,9 @@ static int gdb_handle_packet(GDBState *s, const char= *line_buf) goto unknown_command; } case 'k': -#ifdef CONFIG_USER_ONLY /* Kill the target */ fprintf(stderr, "\nQEMU: Terminated via GDBstub\n"); exit(0); -#endif case 'D': /* Detach packet */ gdb_breakpoint_remove_all(); --=20 2.1.4 --RW4DrabutaOk8PA689jFp5QxdweG6213t Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlTMoHcACgkQitSsb3rl5xT1fwCfXSj1N8PZRVLs1eZ896nvMX2T 3coAnidsdhYlb+C/WXJ6Jqy5/pBtg5D9 =9q1w -----END PGP SIGNATURE----- --RW4DrabutaOk8PA689jFp5QxdweG6213t--