trace-io-setup unbreak – deprecated
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

try

Synopsis

try { commands } except { on-error-commands }
get-error-line
get-error-file
get-error-message
get-error-command

Description

Runs all commands from the try part until an error occurs. If no error is encountered, on-error-commands are ignored, but if an error does occur the on-error-commands are run. Information about the error is available in the except part through the get-error-command, get-error-message, get-error-file and get-error-line commands.

Provided By

Simics Core
trace-io-setup unbreak – deprecated