From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52044) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCq6Y-0004H9-PO for qemu-devel@nongnu.org; Thu, 31 Jul 2014 09:09:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XCq6U-0001uq-Bg for qemu-devel@nongnu.org; Thu, 31 Jul 2014 09:09:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11191) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCq6U-0001uh-3I for qemu-devel@nongnu.org; Thu, 31 Jul 2014 09:09:06 -0400 Message-ID: <53DA3FE9.1090108@redhat.com> Date: Thu, 31 Jul 2014 07:08:57 -0600 From: Eric Blake MIME-Version: 1.0 References: <20140731125321.1600.46604.stgit@PASHA-ISP.novsu.ac.ru> <20140731125805.1600.76739.stgit@PASHA-ISP.novsu.ac.ru> In-Reply-To: <20140731125805.1600.76739.stgit@PASHA-ISP.novsu.ac.ru> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="BvQvG8uLLQLbq1XVTQQQSJVTeksjaXn8p" Subject: Re: [Qemu-devel] [RFC PATCH v3 49/49] gdbstub: reverse debugging List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pavel Dovgalyuk , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, peter.crosthwaite@xilinx.com, mark.burton@greensocs.com, real@ispras.ru, batuzovk@ispras.ru, maria.klimushenkova@ispras.ru, pbonzini@redhat.com, afaerber@suse.de, fred.konrad@greensocs.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --BvQvG8uLLQLbq1XVTQQQSJVTeksjaXn8p Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 07/31/2014 06:58 AM, Pavel Dovgalyuk wrote: > This patch introduces support of reverse debugging through the gdb remo= te > protocol. Patch adds reverse-stepi and reverse-continue commands suppor= t > to qemu. Other reverse commands should also work, because they reuse th= ese ones. >=20 > Signed-off-by: Pavel Dovgalyuk > --- > +++ b/qapi-schema.json > @@ -3522,7 +3522,7 @@ > # Since: 2.2 > ## > { 'enum': 'ReplaySubmode', > - 'data': [ 'unknown', 'normal' ] } > + 'data': [ 'unknown', 'normal', 'reverse' ] } Should this mode be added in patch 18/49? Also, you forgot to document i= t. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --BvQvG8uLLQLbq1XVTQQQSJVTeksjaXn8p Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg iQEcBAEBCAAGBQJT2j/pAAoJEKeha0olJ0NqeUoH/jqZTeHhXKwnm7NEZQFeKAsa GK6hRr9ox68vNpPlhzI/hA69uLqM8nfMzmQ9mntGq/4ZRZ4FL6JDoGNP5fcaTZoJ keRvEXu5ux44MLwsy07V50BEB2iwKQne2B2S035Ge5ZOTDTbnW2bH7+DhYQF+gGe uW61J5beWxpdK/s8CqOq1ewdM0jkdvHoVfV1Do/Fd3xQ1YH3wSxiVBJJ84fSneeq TSQgSpahZ7/Dx5poVrdEGmHy3ZAcA+D1XfCh608GuS84gRe5QBqScFdDLEKNalR5 bmkNM1Ok3se4Of/DtbbeTG2/CBAaskK+4oO7nS2kURbFQq70dh72pJarnCxrq+8= =sLMm -----END PGP SIGNATURE----- --BvQvG8uLLQLbq1XVTQQQSJVTeksjaXn8p--