Use the show snapshot * and show snapshot all commands to display all the snapshots that have been saved from the current process. Use show snapshot snapshot_id_list to display the snapshots specified. If no snapshots are specified, the most-recently saved existing snapshot is displayed.
show_snapshot_command
: show snapshot [ snapshot_id_list ]
snapshot_id_list
: snapshot_id ,...
| all
| *
For example:
(idb) show snapshot all
# 1 saved at 13:27:54 (PID: 29077).
stopped at [int main(void):182 0x1200023f8]
182 List<Node> nodeList;