Native Inspect Manual (H06.03+)

Table Of Contents
Syntax of Native Inspect Commands
Native Inspect Manual528122-003
3-64
set command (environment)
print sub-attribute value
where sub-attribute is one of:
address { on | off }
sets printing of addresses.
array { on | off }
sets pretty printing of arrays (prints one field per line rather than
compressing multiple fields on one line). See the examples that follow the
print command syntax.
asm-demangle { on | off }
sets demangling of C++ names in disassembly listings.
demangle { on | off }
sets demangling of encoded C++ names when displaying symbols.
elements number
sets the limit of string chars or array elements to print. The default value is
200 characters.
max-symbolic-offset number
sets the largest offset that is printed in the symbol+1234 form.
null-stop { on | off }
sets printing of char arrays to stop a first null char.
object { on | off }
sets printing of objects; derives type based on vtable information.
pretty { on | off }
sets pretty printing of structures (prints one field per line rather than
compressing multiple fields on one line). See following examples.
repeats number
sets threshold for repeated print elements. The default value is 10.
sevenbit-strings { on | off }
sets printing of 8-bit characters in strings as \nnn.
static-members { on | off }
sets printing of C++ static members.