Sun Studio 12: Debugging a Program With dbx

ignore Command

The ignore command tells the dbx process not to catch the given signal(s). 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(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.