Sun Studio 12 Update 1: Debugging a Program With dbx

Syntax

ignore

Print a list of the ignored signals.

ignore number ...

Ignore signal numbered number.

ignore signal ...

Ignore signals named by signal. SIGKILL cannot be caught or ignored.

where:

number is the number of a signal.

signal is the name of a signal.