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

2014-07-31 Thread Pavel Dovgalyuk
I tried to separate all reverse execution code from deterministic replay. I'll add the comment in the next version. Sent from mobile device Исходное сообщение От: Eric Blake Дата:31.07.2014 17:08 (GMT+04:00) Кому: Pavel Dovgalyuk ,qemu-devel@nongnu.org Копия: peter.may

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

2014-07-31 Thread Eric Blake
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

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

2014-07-31 Thread Pavel Dovgalyuk
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 --- exec.c |