LWN.net Logo

GDB 7.0 released

GDB 7.0 released

Posted Oct 8, 2009 22:55 UTC (Thu) by MichaelSnyder (guest, #61265)
In reply to: GDB 7.0 released by pranith
Parent article: GDB 7.0 released

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.


(Log in to post comments)

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 :-)

Cry

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds