Sun Studio 12 Update 1: Debugging a Program With dbx

Syntax

catch

Print a list of the caught signals.

catch number number ...

Catch signals numbered number.

catch signal signal ...

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

catch $(ignore)

Catch all signals.

where:

number is the number of a signal.

signal is the name of a signal.