This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/23390] GDB does not honor 'set output-radix 16'; it displays in octal


https://sourceware.org/bugzilla/show_bug.cgi?id=23390

--- Comment #3 from Tom Tromey <tromey at sourceware dot org> ---
I think it just controls the printing of scalars from "print"
and "output".

(gdb) print 23
$1 = 0x17

The "x" command has its own flags for the radix.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]