output (gdb mode only)

Print the value of an expression.

Syntax

output /format  expr

Parameters

format

The format in which to print the expression.

expr

The expression to be printed.

Description

This command prints the value of the specified expression.

This command is very similar to the print command. The differences are:

See print commands for details about format.

Example

(idb) output /x  10
(idb) output /c  12

See Also


Submit feedback on this help topic

Copyright © 2001-2011, Intel Corporation. All rights reserved.