Re: [PATCH v7 14/14] tests/acceptance: add reverse debugging test

2020-10-06 Thread Philippe Mathieu-Daudé
On 10/6/20 9:55 PM, Philippe Mathieu-Daudé wrote: > On 10/3/20 7:14 PM, Pavel Dovgalyuk wrote: >> From: Pavel Dovgalyuk >> >> This is a test for GDB reverse debugging commands: reverse step and reverse >> continue. >> Every test in this suite consists of two phases: record and replay. >> Recordin

Re: [PATCH v7 14/14] tests/acceptance: add reverse debugging test

2020-10-06 Thread Philippe Mathieu-Daudé
On 10/3/20 7:14 PM, Pavel Dovgalyuk wrote: > From: Pavel Dovgalyuk > > This is a test for GDB reverse debugging commands: reverse step and reverse > continue. > Every test in this suite consists of two phases: record and replay. > Recording saves the execution of some instructions and makes an i

Re: [PATCH v7 14/14] tests/acceptance: add reverse debugging test

2020-10-06 Thread Cleber Rosa
On Tue, Oct 06, 2020 at 06:09:55PM +0300, Pavel Dovgalyuk wrote: > On 06.10.2020 16:36, Cleber Rosa wrote: > > On Sat, Oct 03, 2020 at 08:14:06PM +0300, Pavel Dovgalyuk wrote: > > > From: Pavel Dovgalyuk > > > > > > This is a test for GDB reverse debugging commands: reverse step and > > > revers

Re: [PATCH v7 14/14] tests/acceptance: add reverse debugging test

2020-10-06 Thread Pavel Dovgalyuk
On 06.10.2020 16:36, Cleber Rosa wrote: On Sat, Oct 03, 2020 at 08:14:06PM +0300, Pavel Dovgalyuk wrote: From: Pavel Dovgalyuk This is a test for GDB reverse debugging commands: reverse step and reverse continue. Every test in this suite consists of two phases: record and replay. Recording sa

Re: [PATCH v7 14/14] tests/acceptance: add reverse debugging test

2020-10-06 Thread Cleber Rosa
On Sat, Oct 03, 2020 at 08:14:06PM +0300, Pavel Dovgalyuk wrote: > From: Pavel Dovgalyuk > > This is a test for GDB reverse debugging commands: reverse step and reverse > continue. > Every test in this suite consists of two phases: record and replay. > Recording saves the execution of some instr

[PATCH v7 14/14] tests/acceptance: add reverse debugging test

2020-10-03 Thread Pavel Dovgalyuk
From: Pavel Dovgalyuk This is a test for GDB reverse debugging commands: reverse step and reverse continue. Every test in this suite consists of two phases: record and replay. Recording saves the execution of some instructions and makes an initial VM snapshot to allow reverse execution. Replay s