> 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
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
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
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.