set output-radix (gdb mode only)

Set the default numeric base for numeric output.

Syntax

set output-radix base  

Parameters

base

The default base for numeric output. Possible values, listed in decimal base, are:

8

10

16

Description

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.

Example

(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.

See Also


Submit feedback on this help topic

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