From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3104 invoked by alias); 3 Feb 2010 14:05:46 -0000 Received: (qmail 3095 invoked by uid 22791); 3 Feb 2010 14:05:46 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SARE_SUB_OBFU_Q1,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-fx0-f209.google.com (HELO mail-fx0-f209.google.com) (209.85.220.209) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 03 Feb 2010 14:05:42 +0000 Received: by fxm1 with SMTP id 1so1457716fxm.4 for ; Wed, 03 Feb 2010 06:05:39 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.90.70 with SMTP id d48mr1471257wef.159.1265205939274; Wed, 03 Feb 2010 06:05:39 -0800 (PST) In-Reply-To: <20100203135848.GA27938@caradoc.them.org> References: <20100203040339.GA24984@lucon.org> <20100203135848.GA27938@caradoc.them.org> Date: Wed, 03 Feb 2010 14:05:00 -0000 Message-ID: <6dc9ffc81002030605k6eadda3me45828f7c8c6a362@mail.gmail.com> Subject: Re: RFC: Support target specific qSupported From: "H.J. Lu" To: "H.J. Lu" , GDB Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes 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-02/txt/msg00067.txt.bz2 On Wed, Feb 3, 2010 at 5:58 AM, Daniel Jacobowitz wr= ote: > On Tue, Feb 02, 2010 at 08:03:39PM -0800, H.J. Lu wrote: >> Hi, >> >> Intel AVX has 256bit YMM registers. XMM registers from SSE are the >> aliases of the lower 128bit YMM registers. gdbserver on AVX machine >> may use 256bit vector registers, instead of 128bit vector registers, >> in the g/G packet. =A0When gdb talks to gdbserver, they need to negotiate >> to find out the maxium common register size supported by both gdb and >> gdbserver. I added `x86:xstate=3DBYTES:xcr0=3DVALUE' to qSupported: > > Have you seen the Target Descriptions chapter in the manual? =A0This is > exactly what it was designed to do. > Which gdb target does similar things I need for AVX? Thanks. --=20 H.J.