Native Inspect Manual (H06.07+)
Syntax of Native Inspect Commands
Native Inspect Manual—528122-006
4-38
info command
signal-name
is the name of the signal about which you want information. If you do not specify a
signal name, Native Inspect displays information about all the signals. Table 4-2
on page 4-54 contains a list of signal names.
The command output includes information such as the address of the signal handler,
whether the signal handler is priv or not, and various flags.
Example
To display information about all the signal handlers:
info command
Displays information about the target being debugged.
No aliases are accepted for the info command.
ih [ signal_name ]
(eInspect 3,1179):ih
Signal Priv/Non Handler Mask Flags
SIGHUP N 0xfffc0000 0x0 0x0
SIGINT N 0xfffc0000 0x0 0x0
SIGQUIT N 0xfffc0000 0x0 0x0
SIGILL N 0xfffc0000 0x0 0x0
SIGURG N 0xfffc0001 0x0 0x0
SIGABRT N 0xfffc0000 0x0 0x0
SIGIO N 0xfffc0001 0x0 0x0
SIGFPE N 0xfffc0000 0x0 0x0
SIGKILL N 0xfffc0000 0x0 0x0
SIGSEGV N 0xfffc0000 0x0 0x0
SIGWINCH N 0xfffc0001 0x0 0x0
SIGPIPE N 0xfffc0000 0x0 0x0
SIGALRM N 0xfffc0000 0x0 0x0
SIGTERM N 0xfffc0000 0x0 0x0
SIGUSR1 N 0xfffc0000 0x0 0x0
SIGUSR2 N 0xfffc0000 0x0 0x0
SIGCHLD N 0xfffc0001 0x0 0x0
SIGRECV N 0xfffc0001 0x0 0x0
SIGSTOP N 0xfffc0000 0x0 0x0
SIGTSTP N 0xfffc0000 0x0 0x0
SIGMEMERR N 0xfffc0000 0x0 0x0
SIGNOMEM N 0xfffc0000 0x0 0x0
SIGMEMMGR N 0xfffc0000 0x0 0x0
SIGSTK N 0xfffc0000 0x0 0x0
SIGTIMEOUT N 0xfffc0000 0x0 0x0
SIGLIMIT N 0xfffc0000 0x0 0x0
SIGCONT N 0xfffc0001 0x0 0x0
SIGTTIN N 0xfffc0000 0x0 0x0
SIGTTOU N 0xfffc0000 0x0 0x0
SIGABND N 0xfffc0000 0x0 0x0
info attribute










