LWN.net Logo

GDB 7.0 released

GDB 7.0 released

Posted Oct 8, 2009 18:30 UTC (Thu) by pranith (subscriber, #53092)
In reply to: GDB 7.0 released by JoeBuck
Parent article: GDB 7.0 released

I tried the snapshot feature in 6.8 and it was a big letdown. After switching to the forked process, it mostly crashed. Never got it working.


(Log in to post comments)

GDB 7.0 released

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

Cry

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