Specifies the number of columns to display. Without this option, the CLI determines this number of columns based on the data’s wordactid size and format.
Specifies the number of elements to examine. Without this option, the CLI displays the entire object. This number is determined by the object’s datatype. If no type is available, the default value for
cnt is 1 element.
Does not display memory values with a prefixed address: field or address annotations. This option is incompatible with
–memory_info.
Specifies the format to use when displaying memory. The default format is
hex. You can abbreviate each of these to the first character in the format’s name.
Shows information about the type of memory associated with the address. Without this option, the CLI does not display this information. This argument is incompatible with
–data_only. When you use this option, the CLI annotates address each line in the dump as follows:
[d]: .data
[t]: .text
[p]: .plt
[b]: .bss
[?]: Another type of memory (such as stack address)
[A]: Allocated block of memory
[D]: Deallocated block of memory
[G]: Address is a guard region
[C]: Address is a corrupted guard region
If the address being examined is within an allocated block, this option tells the Memory Debugger to automatically include the pre-guard region if the user specified guards in the memory debugging configuration.
Specifies the maximum size string to display. Without this option, the length is all characters up to the first null character.
Specifies the “word size” to apply to the format. The default word size is '1' for most formats. For 'address' format, the word size is always the size of a target pointer. The values can be 1, 2, 4, 8 or one of the following:
b (byte),
h (half word),
w (word), or
g (giant).
Examines memory at the address of the specified variable or the address resulting from the evaluation of an expression. If you specify an expression, the result of the evaluation must be an lvalue.