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/12361] record does not support __memcpy_ssse3_back


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

--- Comment #1 from Jan Kratochvil <jan.kratochvil at redhat dot com> 2011-02-03 14:51:53 UTC ---
#define _GNU_SOURCE
#include <string.h>
int
main (void)
{
  static char a[0x10], b[0x10];
  memcpy (b, a, 0x10);
  return 0;
}
Process record does not support instruction 0xf20ff0 at address 0x32a1d3dd46.
(gdb) x/i $pc
=> 0x32a1d3dd46 <__memcpy_ssse3_back+7174>:    lddqu  -0x10(%rsi),%xmm0
vendor_id    : GenuineIntel
cpu family    : 6
model        : 26
model name    : Intel(R) Core(TM) i7 CPU       @ 9200 @ 2.67GHz
stepping    : 5

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