Re: [Qemu-devel] [PATCH for-4.1 00/24] Fix record/replay and add reverse debugging

2019-07-01 Thread Pavel Dovgalyuk
Ping. Pavel Dovgalyuk > -Original Message- > From: dovgaluk [mailto:dovga...@ispras.ru] > Sent: Thursday, June 27, 2019 8:49 PM > To: pbonz...@redhat.com > Cc: qemu-devel@nongnu.org; kw...@redhat.com; peter.mayd...@linaro.org; > crosthwaite.pe...@gmail.com; boost.li...@gmail.com; > arte

Re: [Qemu-devel] [PATCH for-4.1 00/24] Fix record/replay and add reverse debugging

2019-06-27 Thread dovgaluk
Paolo, what about merging reviewed and acked patches before the soft freeze? Pavel Dovgalyuk Pavel Dovgalyuk писал 2019-06-21 11:20: GDB remote protocol supports reverse debugging of the targets. It includes 'reverse step' and 'reverse continue' operations. The first one finds the previous s

Re: [Qemu-devel] [PATCH for-4.1 00/24] Fix record/replay and add reverse debugging

2019-06-21 Thread no-reply
Patchew URL: https://patchew.org/QEMU/156110523748.25431.9310430853468653085.stgit@pasha-Precision-3630-Tower/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH for-4.1 00/24] Fix record/replay and add reverse

[Qemu-devel] [PATCH for-4.1 00/24] Fix record/replay and add reverse debugging

2019-06-21 Thread Pavel Dovgalyuk
GDB remote protocol supports reverse debugging of the targets. It includes 'reverse step' and 'reverse continue' operations. The first one finds the previous step of the execution, and the second one is intended to stop at the last breakpoint that would happen when the program is executed normally.

Re: [Qemu-devel] [PATCH for-4.1 00/24] Fix record/replay and add reverse debugging

2019-05-14 Thread Pavel Dovgalyuk
> From: Markus Armbruster [mailto:arm...@redhat.com] > "Pavel Dovgalyuk" writes: > > > Ping. > > Can anyone PULL these patches? > > Paolo? Is there anything new? Pavel Dovgalyuk

Re: [Qemu-devel] [PATCH for-4.1 00/24] Fix record/replay and add reverse debugging

2019-05-07 Thread Markus Armbruster
"Pavel Dovgalyuk" writes: > Ping. > Can anyone PULL these patches? Paolo?

Re: [Qemu-devel] [PATCH for-4.1 00/24] Fix record/replay and add reverse debugging

2019-05-06 Thread Pavel Dovgalyuk
Ping. Can anyone PULL these patches? Pavel Dovgalyuk > -Original Message- > From: Pavel Dovgalyuk [mailto:pavel.dovga...@gmail.com] > Sent: Monday, April 22, 2019 2:20 PM > To: qemu-devel@nongnu.org > Cc: kw...@redhat.com; peter.mayd...@linaro.org; war2jor...@live.com; > crosthwaite.pe...

[Qemu-devel] [PATCH for-4.1 00/24] Fix record/replay and add reverse debugging

2019-04-22 Thread Pavel Dovgalyuk
GDB remote protocol supports reverse debugging of the targets. It includes 'reverse step' and 'reverse continue' operations. The first one finds the previous step of the execution, and the second one is intended to stop at the last breakpoint that would happen when the program is executed normally.