GDB record patch: 0.1.3 for GDB-6.8 release (SourceForge)
[Posted April 16, 2008 by cook]
Version 0.1.3 of the GDB record patch for GDB-6.8 has been
announced.
"
GDB record patch make GDB support Reversible Debugging. It make GDB disassemble the instruction that will be executed to get which memory and register will be changed and record them to record all program running message. Through these on the use of this information to achieve the implementation of the GDB Reversible Debugging function.
Record 0.1.3 support sysenter syscall. Then it can be use with Linux ker[n]el 2.6 system call."
(
Log in to post comments)