Set the debugger's default to either print or not print the value of a pointer as an address.
set print address [ on | off ]
on |
Show an address value for pointers. This is the default value. |
off |
Hide an address value for pointers. |
This command sets the debugger's default to either print or not print the value of a pointer as an address.
The debugger shows the value of a pointer as an address by default.
This information may include the location of stack traces, breakpoints, structure and pointer values.
Copyright © 1996-2010, Intel Corporation. All rights reserved.