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/8827] xmm registers displayed improperly


http://sourceware.org/bugzilla/show_bug.cgi?id=8827

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
                 CC|                            |tromey at redhat dot com
         Resolution|                            |FIXED

--- Comment #1 from Tom Tromey <tromey at redhat dot com> 2012-02-02 14:09:04 UTC ---
This works now:

(gdb) p $xmm0
$2 = {
  v4_float = {1.40129846e-45, 2.80259693e-45, 4.20389539e-45, 5.60519386e-45}, 
  v2_double = {4.2439915824246103e-314, 8.4879831653432862e-314}, 
  v16_int8 = {1, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0}, 
  v8_int16 = {1, 0, 2, 0, 3, 0, 4, 0}, 
  v4_int32 = {1, 2, 3, 4}, 
  v2_int64 = {8589934593, 17179869187}, 
  uint128 = 0x00000004000000030000000200000001
}
(gdb) p $xmm0.v4_int32
$3 = {1, 2, 3, 4}

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]