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/22499] 8.0 regression: wrongly read $xmm0


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

--- Comment #5 from Pedro Alves <palves at redhat dot com> ---
Confirmed, the problem is that we displaced-step a RIP-relative instruction
that needs adjustment when relocated to the scratch pad:

 0x00000000004007f5 <+15>:    c5 fb 10 05 8b 01 00 00 vmovsd 0x18b(%rip),%xmm0 
      # 0x400988

... but GDB just copies it over to the scratch pad unmodified...

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