Native Inspect Manual (H06.03+)

Table Of Contents
Syntax of Native Inspect Commands
Native Inspect Manual528122-003
3-50
mh command
SIG_IGN | SIG_ABORT | SIG_DFL | SIG_DBG
are the signal handlers (in this case, actions):
SIG_IGN Ignore signal
SIG_ABORT Abort program
SIG_DFL Invoke default
SIG_DBG Invoke debugger
native-address
is the procedure entry address at which the signal handler is set up.
Table 3-2 lists the signal names on a TNS/E system. Signal names are used in both
the mh command and the ih command.
Table 3-2. TNS/E Signal Names
TNS/E Signal Names
SIGHUP * SIGSTOP *
SIGINT * SIGTSTP *
SIGQUIT * SIGMEMERR
SIGILL SIGNOMEM
SIGURG * SIGMEMMGR
SIGABRT SIGSTK
SIGIO * SIGTIMEOUT
SIGFPE SIGLIMIT
SIGKILL * SIGCONT *
SIGSEGV SIGTTIN *
SIGWINCH * SIGTTOU *
SIGPIPE * SIGABND *
SIGALRM * SIGTERM *
SIGUSR1 * SIGUSR2 *
ZSIGCHLD * SIGRECV *
* Indicates signals that apply only in the OSS environment.
Signals without * apply in both the OSS and native Guardian environments.