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

2018-08-10 Thread Ciro Santilli
On Thu, Apr 26, 2018 at 1:34 PM, Pavel Dovgalyuk wrote: > > From: Ciro Santilli [mailto:ciro.santi...@gmail.com] > > On Wed, Apr 25, 2018 at 1:45 PM, Pavel Dovgalyuk > > wrote: > > > GDB remote protocol supports reverse debugging of the targets. > > > It includes 'reverse step' and 'reverse

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

2018-04-28 Thread Ciro Santilli
On Sat, Apr 28, 2018 at 10:27 AM, Pavel Dovgalyuk wrote: > > >> -Original Message- >> From: Ciro Santilli [mailto:ciro.santi...@gmail.com] >> Sent: Saturday, April 28, 2018 11:13 AM >> To: Pavel Dovgalyuk >> Subject: Re: [RFC PATCH 00/17] reverse debugging >> >>

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

2018-04-28 Thread Ciro Santilli
On Sat, Apr 28, 2018 at 9:12 AM, Pavel Dovgalyuk wrote: >> From: Ciro Santilli [mailto:ciro.santi...@gmail.com] >> On Thu, Apr 26, 2018 at 1:34 PM, Pavel Dovgalyuk wrote: >> >> From: Ciro Santilli [mailto:ciro.santi...@gmail.com] >> >> On Wed, Apr 25, 2018

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

2018-04-26 Thread Pavel Dovgalyuk
> From: Ciro Santilli [mailto:ciro.santi...@gmail.com] > On Wed, Apr 25, 2018 at 1:45 PM, Pavel Dovgalyuk > wrote: > > GDB remote protocol supports reverse debugging of the targets. > > It includes 'reverse step' and 'reverse continue' operations. > > The first one finds

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

2018-04-26 Thread Ciro Santilli
On Wed, Apr 25, 2018 at 1:45 PM, 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

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

2018-04-25 Thread Pavel Dovgalyuk
> From: Pavel Dovgalyuk [mailto:pavel.dovga...@ispras.ru] > The patches are available in the repository: > https://github.com/ispras/qemu/tree/rr-180207 This should be https://github.com/ispras/qemu/tree/rr-180425 Pavel Dovgalyuk

[Qemu-devel] [RFC PATCH 00/17] reverse debugging

2018-04-25 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