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

2019-03-15 Thread no-reply
Patchew URL: https://patchew.org/QEMU/155265169782.20013.5884232667053404718.stgit@pasha-VirtualBox/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN

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

2019-03-15 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 v14 00/25] Fixing record/replay and adding reverse debugging

2019-03-15 Thread Pavel Dovgalyuk
Paolo, since we are in soft freeze phase, what about merging just patches 1-6, 14, 15, 19, 21-23, 25? They fix icount/rr bugs and make small improvements of these features. I also just noticed that patch 20 is obsolete. I'll drop it in the next iteration. Pavel Dovgalyuk > -Original Messag