Debug Manual

Table Of Contents
Debug Commands
Debug Manual421921-003
4-34
D Command
data-display-format
specifies the format options in which data is displayed. The data-display-
format has this format:
{ B | B1 | C | B2 | S | B4 | L }
[OUT] output-dev
specifies where the display is directed. Debug output can be directed to an output
device, a process, or a spooler collector. Debug output cannot be directed to a disk
file. If you omit output-dev, Debug assumes the home terminal.
output-dev has these formats.
Syntax for a device other than a disk:
[ node.]{device-name[.qualifier ] }
{ldev-number }
Syntax for a named process:
[ node.]process-name[:seq-no][.qual-1[.qual-2] ]
Syntax for an unnamed process:
[ node.]$:cpu:pin:seq-no
For syntax descriptions of these process and device names, see the Guardian
Procedure Calls Reference Manual.
d-base
specifies the display base. The d-base parameter has this format:
{ % | # | D | H | O }
These format options have these meanings:
If you omit d-base, the default is octal unless the BASE command was used to
specify a different default output base.
B|B1|C Display data in character format.
B2|S Display data in 16-bit word format. These are the default format
options.
B4|L Display data in 32-bit format.
%|O displays numeric information in octal.
#|D displays numeric information in decimal.
H displays numeric information in hexadecimal.