This is the mail archive of the gdb-prs@sources.redhat.com 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]

cli/1573: print/c when radix is 16


>Number:         1573
>Category:       cli
>Synopsis:       print/c when radix is 16
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Feb 26 05:48:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     ac131313@redhat.com
>Release:        2004-02-26
>Organization:
>Environment:

>Description:
Contrast:

(gdb) print/c 101
$5 = 101 'e'

with

(gdb) set output-radix 16
Output radix now set to decimal 16, hex 10, octal 20.
(gdb) print/c 101
$6 = 0x65
(gdb) 

I think that should be:

$6 = 0x65 'e'
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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