Print the value of an expression.
output /format expr
format |
The format in which to print the expression. |
expr |
The expression to be printed. |
This command prints the value of the specified expression.
This command is very similar to the print command. The differences are:
This command does not print a newline at the end of the value.
This command does not add a value to the value history.
See print commands for details about format.
(idb) output /x 10 (idb) output /c 12
Copyright © 1996-2010, Intel Corporation. All rights reserved.