ASCIC | Sets the default type to counted ASCII string with a 1-byte count field that precedes the string and gives its length. AC is also accepted as a keyword. |
ASCID | Sets the default type to ASCII string descriptor. The CLASS and DTYPE fields of the descriptor are not checked, but the LENGTH and POINTER fields provide the character length and address of the ASCII string. The string is then displayed. AD is also accepted as a keyword. |
ASCII: n | Sets the default type to ASCII character string (length n bytes). The length indicates both the number of bytes of memory to be examined and the number of ASCII characters to be displayed. If you do not specify a value for n, the debugger uses the default value of 4 bytes. The value n is interpreted in decimal radix. |
ASCIW | Sets the default type to counted ASCII string with a 2-byte count field that precedes the string and gives its length. This data type occurs in Pascal and PL/I. AW is also accepted as a keyword. |
ASCIZ | Sets the default type to zero-terminated ASCII string. The ending zero byte indicates the end of the string. AZ is also accepted as a keyword. |
BYTE | Sets the default type to byte integer (length 1 byte). |
D_FLOAT | Sets the default type to D_floating (length 8 bytes). |
DATE_TIME |
Sets the default type to date and time. This is a quadword integer
(length 8 bytes) containing the internal representation of date and
time. Values are displayed in the format
dd-mmm-yyyy hh:mm:ss.cc. Specify an absolute date and time as
follows:
[dd-mmm-yyyy[:]] [hh:mm:ss.cc] |
EXTENDED_FLOAT | (Alpha only) Sets the default type to IEEE X_floating (length 16 bytes). |
FLOAT |
On VAX systems, sets the default type to F_floating (length 4 bytes).
| [Home] | [Comments] | [Ordering info] | [Help]
4538P045.HTM OSSG Documentation 22-NOV-1996 13:02:41.65 Copyright © Digital Equipment Corporation 1996. All Rights Reserved. |