Native Inspect Manual (H06.03+)

Table Of Contents
Syntax of Native Inspect Commands
Native Inspect Manual528122-003
3-19
d command
Example
To continue execution:
d command
A Debug-compatible Tcl command that displays memory in the format you specify.
Alias: dn
native-address
is the address at which you want to display memory. The d command accepts only
32-bit and 64-bit addresses.
count
is the number of items to display. The default value is one.
:format
is the format in which to display memory. Options are:
a for ASCII
i for icode
o[n] for octal
d[n] for decimal
h[n] for hexadecimal
[n] is the bit size; bit sizes are 8, 16, 32, or 64. The default value is 32.
If you omit the format option, 32-bit quantities are displayed in the default output
base.
(eInspect 1,329):c
Continuing.
Breakpoint 2, pcbDataStructs_initialize ()
at \SIERRA.$YOSE1.SYMBAT1.SCXXTST:386
386 pcb = PCBList.entry[2]->ref.pcb;
d native-address [ count ] [ :format ]