Disassembly-related commands

The commands in this group are used to manipulate checkpoints. A GDB checkpoint is a separate process that is created by copying the state of the debugged process using the fork() function. Once created the checkpoint process will remain suspended until it is selected using the restart command. You can switch back to the main process by executing the restart command with a checkpoint number of 0.

Command list