Re: [Qemu-devel] [RFC PATCH v2 00/19] reverse debugging

2018-05-11 Thread Pavel Dovgalyuk
> From: Ciro Santilli [mailto:ciro.santi...@gmail.com] > Did you manage to reproduce and solve the savevm and loadvm problems I > mentioned at: > http://lists.nongnu.org/archive/html/qemu-devel/2018-04/msg05219.html > ? I've tried to debug your scenario and found a bug in saving/loading PS/2 key

Re: [Qemu-devel] [RFC PATCH v2 00/19] reverse debugging

2018-04-30 Thread Pavel Dovgalyuk
I'll try to reproduce it next week. ⁣Отправлено с помощью BlueMail ​ На 30 Апр 2018 г., 17:20, в 17:20, Ciro Santilli написал:п>Did you manage to reproduce and solve the savevm and loadvm problems I >mentioned at: >http://lists.nongnu.org/archive/html/qemu-devel/2018-04/msg05219.html >? > >I st

Re: [Qemu-devel] [RFC PATCH v2 00/19] reverse debugging

2018-04-30 Thread Ciro Santilli
Did you manage to reproduce and solve the savevm and loadvm problems I mentioned at: http://lists.nongnu.org/archive/html/qemu-devel/2018-04/msg05219.html ? I still observe them on the current patch. On Sat, Apr 28, 2018 at 1:36 PM, Pavel Dovgalyuk wrote: > GDB remote protocol supports reverse

[Qemu-devel] [RFC PATCH v2 00/19] reverse debugging

2018-04-28 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.