set print address (gdb mode only)

Set the debugger's default to either print or not print the value of a pointer as an address.

Syntax

set print address [ on | off ]

Parameters

on

Show an address value for pointers.

This is the default value.

off

Hide an address value for pointers.

Description

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.

See Also


Submit feedback on this help topic

Copyright © 1996-2010, Intel Corporation. All rights reserved.