Set the default numeric base for numeric output.
set output-radix base
base |
The default base for numeric output. Possible values, listed in decimal base, are: 8 10 16 |
This command sets the default numeric base in which the debugger displays numeric output. The same rules apply for specifying the base as do with the set input-radix command.
(idb) set output-radix 8 Output radix now set decimal 8, hex 8, octal 10. (idb) show output-radix Default output radix for printing of values is 8.
Copyright © 1996-2010, Intel Corporation. All rights reserved.