read-variable release-notes
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

record-session

Synopsis

record-session file [-z|-u] [-independent-checkpoint] ["comment"]

Description

Save the current machine configuration to file together with a recording of the upcoming simulation session. The session includes all asynchronous input and any session comments. The recording continues until the stop-recording command is issued. The saved session can be loaded using the read-configuration command.

Use the -u flag to store uncompressed files when saving image data in craff format.

Use the -independent-checkpoint flag for saving the complete image data independent of earlier checkpoints, instead of just the modified data (which is the default).

To add a description to the checkpoint, use the comment argument. The comment is saved in the info file in the checkpoint bundle.

Provided By

Simics Core

See Also

read-configuration, write-configuration, start-recording, stop-recording, save-recorded-session
read-variable release-notes