Sun Studio 12 Update 1: Debugging a Program With dbx

ignore Command

The ignore command tells the dbx process not to catch the given signals. It is valid only in native mode.

Ignoring a signal causes dbx not to stop when the process receives that kind of signal.

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.