Native Inspect Manual (H06.04+)

Syntax of Native Inspect Commands
Native Inspect Manual528122-005
4-51
mh command
You can use the dir command and the map command in combination:
Use the dir command to define the directory (subvolume).
Use the map command to change the base file name.
mh command
Sets up signal handlers (modifies handlers) for the specified signal.
The mh command applies to the current process only and cannot apply to TNS
emulated processes. The signal handlers can be specified as actions or as a
procedure entry address.
signal-name
is the name of the signal being set up with a signal handler. See Table 4-2 on
page 4-51.
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 4-2
lists the signal names. Signal names are used in both the mh command and
the ih command.
mh signal-name { SIG_IGN | SIG_ABORT | SIG_DFL | SIG_DBG |
native-address }
Table 4-2. TNS/E Signal Names (page 1 of 2)
TNS/E Signal Names
SIGHUP * SIGSTOP *
SIGINT * SIGTSTP *
SIGQUIT * SIGMEMERR
SIGILL SIGNOMEM
SIGURG * SIGMEMMGR
* Indicates signals that apply only in the OSS environment.
Signals without * apply in both the OSS and native Guardian environments.