list-processors-summary list-sections
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

list-script-branches

Synopsis

list-script-branches ([ id ... ] | list of id) [-verbose]

Description

Lists all currently active script branches. With the -verbose flag the full paths to the scripts are shown, otherwise just scripts' filenames.

The id parameter can be used to list only script branches with the given IDs.

Here are a few examples of the command usage:

Listing all script branches:
list-script-branches
Listing script branches with full paths to the scripts:
list-script-branches -verbose
Listing only the script branch with ID 1:
list-script-branches id = 1
Listing script branches with IDs 1 and 2:
list-script-branches id = 1 2
or
list-script-branches id = [1, 2]

Provided By

Simics Core

See Also

script-branch, interrupt-script-branch
list-processors-summary list-sections