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

2018-12-24 Thread no-reply
00/20] Fixing record/replay and adding reverse debugging === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git log --oneline $BASE.. | wc -l) failed=0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram commits="

[Qemu-devel] [PATCH v8 00/20] Fixing record/replay and adding reverse debugging

2018-12-18 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