From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7596 invoked by alias); 6 Mar 2010 22:19:52 -0000 Received: (qmail 7588 invoked by uid 22791); 6 Mar 2010 22:19:51 -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 mga10.intel.com (HELO fmsmga102.fm.intel.com) (192.55.52.92) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 06 Mar 2010 22:19:48 +0000 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 06 Mar 2010 14:17:02 -0800 X-ExtLoop1: 1 Received: from gnu-6.sc.intel.com ([10.3.194.107]) by fmsmga001.fm.intel.com with ESMTP; 06 Mar 2010 14:19:34 -0800 Received: by gnu-6.sc.intel.com (Postfix, from userid 500) id E2EC581239A; Sat, 6 Mar 2010 14:19:46 -0800 (PST) Date: Sat, 06 Mar 2010 22:19:00 -0000 From: "H.J. Lu" To: GDB Subject: PATCH: 2/6 [2nd try]: Add AVX support (Update document) Message-ID: <20100306221946.GC21133@intel.com> Reply-To: "H.J. Lu" References: <20100304180219.GA10826@intel.com> <20100304180408.GA10869@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100304180408.GA10869@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/msg00263.txt.bz2 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. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 41b11b6..64bc707 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -30268,6 +30268,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 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 @@ -33350,6 +33355,17 @@ describe registers: @samp{mxcsr} @end itemize +The @samp{org.gnu.gdb.i386.avx} feature is optional. It should +describe the upper 128bit 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}.