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
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
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
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.
> From: Markus Armbruster [mailto:arm...@redhat.com]
> "Pavel Dovgalyuk" writes:
>
> > Ping.
> > Can anyone PULL these patches?
>
> Paolo?
Is there anything new?
Pavel Dovgalyuk
"Pavel Dovgalyuk" writes:
> Ping.
> Can anyone PULL these patches?
Paolo?
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...
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.