public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug cli/9632] underscores every 8 nibbles in big numbers
       [not found] <bug-9632-4717@http.sourceware.org/bugzilla/>
@ 2022-12-05  3:04 ` tromey at sourceware dot org
  0 siblings, 0 replies; only message in thread
From: tromey at sourceware dot org @ 2022-12-05  3:04 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED
                 CC|                            |tromey at sourceware dot org
   Target Milestone|---                         |13.1

--- Comment #1 from Tom Tromey <tromey at sourceware dot org> ---
Nowadays the xmm/ymm registers are printed differently:

(gdb) p $xmm0
$1 = {
  v8_bfloat16 = {0, 0, 0, 0, 0, 0, 0, 0},
  v8_half = {0, 0, 0, 0, 0, 0, 0, 0},
  v4_float = {0, 0, 0, 0},
  v2_double = {0, 0},
  v16_int8 = {0 <repeats 16 times>},
  v8_int16 = {0, 0, 0, 0, 0, 0, 0, 0},
  v4_int32 = {0, 0, 0, 0},
  v2_int64 = {0, 0},
  uint128 = 0
}

... but also, gdb 13 is adding the "set print nibbles" feature.
So, I think this is done.

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-05  3:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-9632-4717@http.sourceware.org/bugzilla/>
2022-12-05  3:04 ` [Bug cli/9632] underscores every 8 nibbles in big numbers 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).