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/10743] Process record doesn't support instruction 0xf6e


------- Additional Comments From pierre dot poissinger at gmail dot com  2009-10-11 10:50 -------
I have exactly the same problem on ubuntu 9.04 x86_64 with glibc 2.9-4ubuntu6.1
but with memset.

To overcome this, I do the following in gdb before starting target record, to
work around:

set __x86_64_preferred_memory_instruction=0

Following memset.S (and cacheinfo.c), this will force memset to use 'regular
instruction' instead of SSE - and it allows me to reverse debug :-)

Not sure this is honored in glibc 2.10 for strrchr but you could give a shoot.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pierre dot poissinger at
                   |                            |gmail dot com


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]