GDB 7.0 released
GDB 7.0 released
[Development] Posted Oct 8, 2009 13:26 UTC (Thu) by corbet
Version 7.0 of the GDB debugger - the first major release since 2003 - has been announced. Some of the major additions include support for scripting the debugger in Python, reverse debugging (which records the state of the program and can step backward through its execution history), non-stop debugging (whereby a single thread in a multi-threaded program can be stopped while the others continue to run), better support for inline functions, and more.