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

2019-01-13 Thread no-reply
Patchew URL: https://patchew.org/QEMU/154703587757.13472.3898702635363120794.stgit@pasha-VirtualBox/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. ===

[Qemu-devel] [PATCH v9 00/21] Fixing record/replay and adding reverse debugging

2019-01-09 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