> From: Ciro Santilli [mailto:ciro.santi...@gmail.com]
> On Wed, May 23, 2018 at 2:28 PM, Pavel Dovgalyuk wrote:
> >> From: Ciro Santilli [mailto:ciro.santi...@gmail.com]
> >> On Wed, May 23, 2018 at 7:49 AM, Pavel Dovgalyuk
> >> wrote:
> >> > GDB remote protocol supports reverse debugging of the
On Wed, May 23, 2018 at 2:28 PM, Pavel Dovgalyuk wrote:
>> From: Ciro Santilli [mailto:ciro.santi...@gmail.com]
>> On Wed, May 23, 2018 at 7:49 AM, Pavel Dovgalyuk
>> wrote:
>> > GDB remote protocol supports reverse debugging of the targets.
>> > It includes 'reverse step' and 'reverse continue'
On Wed, May 23, 2018 at 7:49 AM, 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 br
> From: Ciro Santilli [mailto:ciro.santi...@gmail.com]
> On Wed, May 23, 2018 at 7:49 AM, 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 e
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.