Patchew URL:
https://patchew.org/QEMU/20190117073649.5399.97670.stgit@pasha-VirtualBox/
Hi,
This series seems to have some coding style problems. See output below for
more information:
Subject: [Qemu-devel] [PATCH v10 00/24] Fixing record/replay and adding reverse
debugging
Type: series
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.