public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug go/17295] New: p/r uses earlier print format
@ 2014-08-20 17:47 dje at google dot com
2023-01-19 21:41 ` [Bug cli/17295] " tromey at sourceware dot org
0 siblings, 1 reply; 2+ messages in thread
From: dje at google dot com @ 2014-08-20 17:47 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=17295
Bug ID: 17295
Summary: p/r uses earlier print format
Product: gdb
Version: HEAD
Status: NEW
Severity: normal
Priority: P2
Component: go
Assignee: unassigned at sourceware dot org
Reporter: dje at google dot com
This feels unintuitive enough to be a bug.
(gdb) p/t 57
$1 = 111001
(gdb) p 57
$2 = 57
(gdb) p/r 57
$3 = 111001 .... Eh?
Why print $3 in binary if a plain "p 57" prints in decimal?
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Bug cli/17295] p/r uses earlier print format
2014-08-20 17:47 [Bug go/17295] New: p/r uses earlier print format dje at google dot com
@ 2023-01-19 21:41 ` tromey at sourceware dot org
0 siblings, 0 replies; 2+ messages in thread
From: tromey at sourceware dot org @ 2023-01-19 21:41 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=17295
Tom Tromey <tromey at sourceware dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tromey at sourceware dot org
Component|go |cli
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-01-19 21:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-20 17:47 [Bug go/17295] New: p/r uses earlier print format dje at google dot com
2023-01-19 21:41 ` [Bug cli/17295] " tromey at sourceware dot org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).