Recording Inferior’s Execution and Replaying It

Posted by Beetle B. on Tue 14 January 2020

On some platforms, GDB provides a special “process record and replay” target that can record a log of the process execution, and replay it later with both forward and reverse execution commands.

Read rest.

tags : gdb