Re: [PATCH v4 00/15] Reverse debugging

2020-09-21 Thread Philippe Mathieu-Daudé
On 9/21/20 8:48 AM, Pavel Dovgalyuk wrote: > On 20.09.2020 10:58, Paolo Bonzini wrote: >> On 14/09/20 08:06, Pavel Dovgalyuk wrote: >>> GDB remote protocol supports reverse debugging of the targets. >>> It includes 'reverse step' and 'reverse continue' operations. >>> The first one finds the previo

Re: [PATCH v4 00/15] Reverse debugging

2020-09-20 Thread Pavel Dovgalyuk
On 20.09.2020 10:58, Paolo Bonzini wrote: On 14/09/20 08:06, Pavel Dovgalyuk wrote: 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

Re: [PATCH v4 00/15] Reverse debugging

2020-09-20 Thread Pavel Dovgalyuk
On 21.09.2020 09:03, Pavel Dovgalyuk wrote: On 20.09.2020 10:58, Paolo Bonzini wrote: On 14/09/20 08:06, Pavel Dovgalyuk wrote: 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 t

Re: [PATCH v4 00/15] Reverse debugging

2020-09-20 Thread Pavel Dovgalyuk
On 20.09.2020 10:58, Paolo Bonzini wrote: On 14/09/20 08:06, Pavel Dovgalyuk wrote: 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

Re: [PATCH v4 00/15] Reverse debugging

2020-09-20 Thread Paolo Bonzini
On 14/09/20 08:06, Pavel Dovgalyuk wrote: > 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 >

[PATCH v4 00/15] Reverse debugging

2020-09-13 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.