qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC PATCH v3 49/49] gdbstub: reverse debugging


From: Eric Blake
Subject: Re: [Qemu-devel] [RFC PATCH v3 49/49] gdbstub: reverse debugging
Date: Thu, 31 Jul 2014 07:08:57 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

On 07/31/2014 06:58 AM, Pavel Dovgalyuk wrote:
> This patch introduces support of reverse debugging through the gdb remote
> protocol. Patch adds reverse-stepi and reverse-continue commands support
> to qemu. Other reverse commands should also work, because they reuse these 
> ones.
> 
> Signed-off-by: Pavel Dovgalyuk <address@hidden>
> ---

> +++ 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 it.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]