Posted Oct 8, 2009 22:55 UTC (Thu) by MichaelSnyder (guest, #61265)
[Link]
You're thinking of checkpoint/restart. This is completely different.
The present "reverse debugging" feature set allows you to do reverse-step,
reverse-next, reverse-continue etc., running backward to any breakpoint
or watchpoint, or just stepping backward by a single instruction if you
choose. You're not restricted to stopping only at previously designated
checkpoints.
GDB 7.0 released
Posted Oct 9, 2009 13:56 UTC (Fri) by cry_regarder (subscriber, #50545)
[Link]
We had this in a commercial compiler ($100K plus for reverse capability) in PL/I, Fortran, and COBOL back in 1994 on IBM ES-9000... It was insanely awesome for debugging code written by your grandfather :-)