From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18279 invoked by alias); 27 Dec 2005 16:16:23 -0000 Received: (qmail 18272 invoked by uid 22791); 27 Dec 2005 16:16:23 -0000 X-Spam-Check-By: sourceware.org Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.200) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 27 Dec 2005 16:16:22 +0000 Received: by zproxy.gmail.com with SMTP id 40so1265783nzk for ; Tue, 27 Dec 2005 08:16:20 -0800 (PST) Received: by 10.65.52.5 with SMTP id e5mr350118qbk; Tue, 27 Dec 2005 08:16:20 -0800 (PST) Received: by 10.64.148.19 with HTTP; Tue, 27 Dec 2005 08:16:20 -0800 (PST) Message-ID: <4e03026a0512270816p2ea883cfj42934c557ec7f4a5@mail.gmail.com> Date: Tue, 27 Dec 2005 16:16:00 -0000 From: Guillaume POIRIER To: gdb@sources.redhat.com Subject: Setting an SSE register to a certain value MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2005-12/txt/msg00205.txt.bz2 Hello, I'm trying to find a solution to set an XMM register to a certain value. I've tried set $xmm2 =3D 0x000000000000000000000000FFFFFFFF but I get the error message: "Invalid cast." and I also tried: set $xmm2 =3D (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)