From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3404 invoked by alias); 11 Jul 2004 22:08:44 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 3397 invoked from network); 11 Jul 2004 22:08:43 -0000 Received: from unknown (HELO telesmtp3.mail.isp) (213.4.129.150) by sourceware.org with SMTP; 11 Jul 2004 22:08:43 -0000 Received: from telefonica.net ([81.32.190.39]) by telesmtp3.mail.isp (terra.es) with ESMTP id I0PK6I02.0AY; Mon, 12 Jul 2004 00:08:42 +0200 Message-ID: <40F1BA74.6090202@telefonica.net> Date: Sun, 11 Jul 2004 22:08:00 -0000 From: Shadi el-Hajj User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413 Debian/1.6-5 MIME-Version: 1.0 To: Michael Elizabeth Chastain CC: gdb@sources.redhat.com Subject: Re: printing MMX variables References: <20040711183951.AB4094B104@berman.michael-chastain.com> In-Reply-To: <20040711183951.AB4094B104@berman.michael-chastain.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-07/txt/msg00100.txt.bz2 thanks, it works ! actually print /c doesn't work because it only prints 2 values out of 8, but x /8c (or better x /8db) does the job. cheers, shadi Michael Elizabeth Chastain wrote: >Try the '/c' modifier: > > print /c foovector > x /20c &foovector > >Michael C > > >