Inspect Manual
High-Level Inspect Commands
Inspect Manual—429164-006
6-43
Displaying Program Registers
item [ , item ]...
specifies the list of items to display. Inspect determines the default display format
of an item based on the type of value that the item represents.
REGISTER register-item [ TYPE display-type ]
directs Inspect to display the current value of a program register.
The TYPE clause causes Inspect to display the register using the attributes of a
specific display type.
For more information, see Using the TYPE Clause on page 6-75.
register-item:
is the name of a TNS or TNS/R register.
ALL
displays the default set of machine registers.
BOTH
when debugging a program on a TNS/R system displays both TNS and TNS/R
machine registers. To display TNS/E registers when debugging any program
on a TNS/E system, you must use Visual Inspect.
TNS
is specified to display TNS machine registers.
TNS/R
is specified when debugging a program on a TNS/R system to display the
values of the TNS/R machine registers.
formatting-clause
specifies the format Inspect should use when displaying each item. Inspect
provides three format clauses: FORMAT, IN, and PIC. For more information about
tns/r-register-alias: one of
$AT $V0 $V1 $A0 $A1 $A2 $A3
$S0 $S1 $S2 $S3 $S4 $S5 $S6 $S7
$T0 $T1 $T2 $T3 $T4 $T5 $T6 $T7 $T8 $T9
$K0 $K1 $GP $SP $FP $RA
formatting-clause: one of
IN base [ base ]...
{ FORMAT | FMT } format-list
PIC mask-string [ , mask-string ]...