Prism 6.0 Reference Manual

ignore

Tells Prism to ignore the specified Solaris signal.

SYNTAX

ignore [number | signal_name] [pset set_name | set_definition]

DESCRIPTION

Prism can catch Solaris signals before they are sent to the program. Use the ignore command to tell Prism to ignore the specified signal. If the signal is ignored, Prism sends it to the program and allows the program to continue running without interruption; the program can then do what it wants with the signal. By default, Prism catches all signals except SIGHUP, SIGEMT, SIGKILL, SIGALRM, SIGTSTP, SIGCONT, SIGCHLD, and SIGWINCH; you can use the catch command to catch these signals as well.

Specify the signal by number or by name. Signal names are case-insensitive, and the SIG prefix is optional.

Issue ignore with no arguments to list the signals that Prism ignores.

When issued in MP Prism, this command can take a pset qualifier. If used with a qualifier, it applies to the pset you specify. If used without a qualifier, it applies to the current pset. See " Using Pset Qualifiers" for more information on pset qualifiers.