From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3277 invoked by alias); 29 Mar 2010 00:18:34 -0000 Received: (qmail 3262 invoked by uid 22791); 29 Mar 2010 00:18:32 -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; Mon, 29 Mar 2010 00:18:29 +0000 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 28 Mar 2010 17:14:38 -0700 X-ExtLoop1: 1 Received: from gnu-6.sc.intel.com ([10.3.194.107]) by fmsmga001.fm.intel.com with ESMTP; 28 Mar 2010 17:18:10 -0700 Received: by gnu-6.sc.intel.com (Postfix, from userid 500) id E4D82812387; Sun, 28 Mar 2010 17:18:27 -0700 (PDT) Date: Mon, 29 Mar 2010 00:18:00 -0000 From: "H.J. Lu" To: GDB Subject: PATCH: 2/6 [3rd try]: Add AVX support (Update document) Message-ID: <20100329001827.GB26103@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/msg00967.txt.bz2 Hi, This patch updates document for AVX support. OK to install? Thanks. H.J. --- 2010-03-28 H.J. Lu * gdb.texinfo (General Query Packets): Document xmlRegisters= (i386 Features): Add org.gnu.gdb.i386.avx. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 56dbe5d..168462a 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -30603,6 +30603,12 @@ 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 xmlRegisters +This feature indicates that @value{GDBN} supports supports the XML +target description. If the stub sees @samp{xmlRegisters=} with +target specfic strings separated by comma, it can send @value{GDBN} +the XML target description. @end table Stubs should ignore any unknown values for @@ -33746,6 +33752,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}.