Signal Specification

Related Topics:

Event Specification

To specify a signal, you can use a decimal number and the signal name in uppercase or lowercase, optionally prefixed by sig, such as:

11 segv SEGV sigsegv SIGSEGV    

A signal sub-code can be added. You can use a decimal number, the sub-code name in uppercase or lowercase. The prefix consisting of the signal name and an `_' can be dropped.

3 fltdiv FLTDIV fpe_fltdiv FPE_FLTDIV

For a list of signals and their sub-codes, see Signals.