From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2527 invoked by alias); 12 Mar 2010 16:46:35 -0000 Received: (qmail 2514 invoked by uid 22791); 12 Mar 2010 16:46:33 -0000 X-SWARE-Spam-Status: No, hits=-0.8 required=5.0 tests=AWL,BAYES_00,NO_DNS_FOR_FROM X-Spam-Check-By: sourceware.org Received: from mga05.intel.com (HELO fmsmga101.fm.intel.com) (192.55.52.89) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 12 Mar 2010 16:46:29 +0000 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 12 Mar 2010 08:42:42 -0800 X-ExtLoop1: 1 Received: from gnu-6.sc.intel.com ([10.3.194.107]) by fmsmga002.fm.intel.com with ESMTP; 12 Mar 2010 08:45:23 -0800 Received: by gnu-6.sc.intel.com (Postfix, from userid 500) id DD1E3811FAF; Fri, 12 Mar 2010 08:46:27 -0800 (PST) Date: Fri, 12 Mar 2010 16:46:00 -0000 From: "H.J. Lu" To: GDB Subject: Re: PATCH: 2/6 [2nd try]: Add AVX support (Update document) Message-ID: <20100312164627.GA6144@intel.com> Reply-To: "H.J. Lu" References: <20100304180219.GA10826@intel.com> <20100304180408.GA10869@intel.com> <20100306221946.GC21133@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100306221946.GC21133@intel.com> User-Agent: Mutt/1.5.20 (2009-08-17) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-03/txt/msg00461.txt.bz2 On Sat, Mar 06, 2010 at 02:19:46PM -0800, H.J. Lu wrote: > Hi, > > This patch updates document for AVX support. OK to install? > > Thanks. > > > H.J. > --- > 2010-03-06 H.J. Lu > > * gdb.texinfo (General Query Packets): Document x86=xml. > (i386 Features): Add org.gnu.gdb.i386.avx. > Here is the updated patch, H.J. --- 2010-03-12 H.J. Lu * gdb.texinfo (General Query Packets): Document x86=xml. (i386 Features): Add org.gnu.gdb.i386.avx. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index a1f3a78..a8f4b2e 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -30274,6 +30274,11 @@ extensions to the remote protocol. @value{GDBN} does not use such extensions unless the stub also reports that it supports them by including @samp{multiprocess+} in its @samp{qSupported} reply. @xref{multiprocess extensions}, for details. + +@item x86=xml +This feature indicates that @value{GDBN} supports supports the x86 XML +target description. If the stub sees @samp{x86=xml}, it can send +@value{GDBN} the x86 XML target description. @end table Stubs should ignore any unknown values for @@ -33356,6 +33361,17 @@ describe registers: @samp{mxcsr} @end itemize +The @samp{org.gnu.gdb.i386.avx} feature is optional. It should +describe the upper 128 bits of @sc{ymm} registers: + +@itemize @minus +@item +@samp{ymm0h} through @samp{ymm7h} for i386 +@item +@samp{ymm0h} through @samp{ymm15h} for amd64 +@item +@end itemize + The @samp{org.gnu.gdb.i386.linux} feature is optional. It should describe a single register, @samp{orig_eax}.