Read the announcement here. It's actually the pre-release version, nevertheless it's quite stable.
What makes this version interesting? It's got reversible debugging, which means that it's the first time you can actually make your code go back in time to find out what it did before it crashed.
I've tried the new commands, but I'm haven't been successful in stepping backwards still - well more experimenting ahead!
Update: The tutorial is available at
http://www.sourceware.org/gdb/wiki/ProcessRecord/Tutorial. (Thanks to Michael!)
GDB 7.0 Is Out!
Thursday, September 17, 2009
Please subscribe to my RSS feed if
you are currently using a reader, because it's the easier way to access my latest posts,
plus you get to access additional links that I share with my RSS readers only. Thanks for your support!
Filed under Categories:
Gdb
2 comments:
Hi Vince,
There's a tutorial for gdb reverse debugging here:
http://www.sourceware.org/gdb/wiki/ProcessRecord/Tutorial
Michael,
The tutorial's very helpful - I've updated the post to link to the wiki page, it's very helpful. Thanks heaps!
Post a Comment