Inspect Manual
High-Level Inspect Commands
Inspect Manual—429164-006
6-127
Example
This template shows the information displayed using the DETAIL clause.
Example
This example shows the information that INFO SEGMENTS presents. The “*” 
annotates the current segment in use by the program and the “>“ indicates the current 
segment selected for viewing by Inspect. If the current user segment and the current 
Inspect segment are the same, only the “*” annotation will be used.
INFO SIGNALS
The INFO SIGNALS command displays signal information for the current program. 
The INFO SIGNALS command displays signal information for the current program. 
*
requests the status of all signals of the current program.
signal-id
requests the status of a specific signal, one of:
 SIGABRT SIGALRM SIGFPE 
 SIGHUP SIGILL SIGINT
 SIGIO SIGKILL SIGPIPE
 SIGQUIT SIGRECV SIGSEGV
 SIGTERM SIGUSR1 SIGUSR2
 SIGCHLD SIGCONT SIGSTOP
Segment ID: nnnn (text description)
 Base: double
 Current Length: double
 Description: text
[ Flags: [ [EXTENSIBLE] [RESIDENT] [READONLY] [SHARED] ]
 Limit: double
[ Swap File:  filename ]
 Type: DATA | CODE
-PROGRAM-INFO SEGMENTS
Seg ID Length Description Type  Swap File
* 1 500000 User defined CODE READONLY 
\SHARK.$TOOLS.TDM.SWAP
 SHARED 12
> 1024 1200000 Compiler defined DATA EXTENSIBLE \SHARK.$SYSTEM.#4343
INFO SIGNAL[S] [ * | signal-id [, signal-id...] ]
 [ [, ] DETAIL ]
INFO SIGNAL[S] [ * | signal-id [, signal-id...] ]
 [ [, ] DETAIL ]










