This is the mail archive of the gdb@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]

Setting an SSE register to a certain value


Hello,

I'm trying to find a solution to set an XMM register to a certain value.

I've tried
set $xmm2 = 0x000000000000000000000000FFFFFFFF
but I get the error message: "Invalid cast."
and I also tried:
set $xmm2 = (unint128) 0x000000000000000000000000FFFFFFFF
but I get the message the message "No symbol "uint128" in current context."

I've googled around and dig the mailing without finding a solution to
this problem.

I'm using GNU gdb 6.3-debian on and x86 platform.

If someone has the solution to my problem, I'd really appreciate to hear it.

Regards,
Guillaume
--
Life is pleasant. Death is peaceful. It's the transition that's troublesome.
    Isaac Asimov (1920 - 1992)


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