Sun Studio 12: Debugging a Program With dbx

Syntax

ignore

Print a list of the ignored signals.

ignore number ...

Ignore signal(s) numbered number.

ignore signal ...

Ignore signal(s) named by signal. SIGKILL cannot be caught or ignored.

where:

number is the number of a signal.

signal is the name of a signal.