Re: [PATCH 00/13] Reverse debugging

2020-07-06 Thread Pavel Dovgalyuk
On 06.07.2020 22:55, Alex Bennée wrote: Pavel Dovgalyuk writes: Ping. I started going through this and then ran into some merge conflicts. Are all the pre-requisite patches now merged via Paolo's tree? Yes, everything is merged. I pulled the latest master minute ago and got no conflicts

Re: [PATCH 00/13] Reverse debugging

2020-07-06 Thread Alex Bennée
Pavel Dovgalyuk writes: > Ping. I started going through this and then ran into some merge conflicts. Are all the pre-requisite patches now merged via Paolo's tree? -- Alex Bennée

Re: [PATCH 00/13] Reverse debugging

2020-07-06 Thread Pavel Dovgalyuk
Ping. On 26.06.2020 13:19, 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

[PATCH 00/13] Reverse debugging

2020-06-26 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