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 #2 from Jeffrey Walton <noloader at gmail dot com> ---
(In reply to Tom Tromey from comment #1)
> It took me a minute to realize that this refers to the escape
> sequences in the strings.  And indeed it would be nice if there
> were a way to avoid octal here; though I'm not certain that
> output-radix is the best way.

Lol... I don't even know what output-radix controls. It is the canonical answer
for displaying in hex, but it does not work here, it does not work with short
arrays (x/4h <addr>, which attempts to print as unicode), ...

-- 
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]