The save snapshot Command

Use the save snapshot command to save the state of the current process in a snapshot. Snapshots are numbered sequentially starting from 1.

 

save_snapshot_command

        : save snapshot

 

In the following example, the first line of the save snapshot message shows the snapshot_number (1), the time it is saved, and the ID number of the process that implements the snapshot. The next two lines show the status of the snapshot.

 

(idb) save snapshot

# 1 saved at 13:27:54 (PID: 29077).

    stopped at [int main(void):182 0x1200023f8]

    182     List<Node> nodeList;