Re: [Qemu-devel] [PATCH v13 00/25] Fixing record/replay and adding reverse debugging

2019-03-03 Thread Pavel Dovgalyuk
Ping. Can anyone review block-related patches? Pavel Dovgalyuk > -Original Message- > From: Pavel Dovgalyuk [mailto:pavel.dovga...@ispras.ru] > Sent: Thursday, February 21, 2019 2:04 PM > To: qemu-devel@nongnu.org > Cc: kw...@redhat.com; peter.mayd...@linaro.org; war2jor...@live.com; > cr

[Qemu-devel] [PATCH v13 00/25] Fixing record/replay and adding reverse debugging

2019-02-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.