From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21515 invoked by alias); 3 Feb 2010 14:34:22 -0000 Received: (qmail 21505 invoked by uid 22791); 3 Feb 2010 14:34:20 -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:34:16 +0000 Received: by fxm1 with SMTP id 1so1492799fxm.4 for ; Wed, 03 Feb 2010 06:34:14 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.87.133 with SMTP id y5mr633176wee.139.1265207654077; Wed, 03 Feb 2010 06:34:14 -0800 (PST) In-Reply-To: <20100203142202.GB28951@caradoc.them.org> References: <20100203040339.GA24984@lucon.org> <20100203135848.GA27938@caradoc.them.org> <6dc9ffc81002030605k6eadda3me45828f7c8c6a362@mail.gmail.com> <20100203142202.GB28951@caradoc.them.org> Date: Wed, 03 Feb 2010 14:34:00 -0000 Message-ID: <6dc9ffc81002030634wd2976e5t2a42b639c455b850@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/msg00072.txt.bz2 On Wed, Feb 3, 2010 at 6:22 AM, Daniel Jacobowitz wr= ote: > On Wed, Feb 03, 2010 at 06:05:39AM -0800, H.J. Lu wrote: >> Which gdb target does similar things I need for AVX? > > See the Standard Target Features chapter, which has examples for ARM, > MIPS, M68K, and PowerPC. =A0ARM NEON support is the example I'm most > familiar with and it has several similar issues; there can be 16 or 32 > D registers, for instance. > We have our own remote gdb stub, which needs to talk to both old gdb, which only understands SSE g/G packet, and new gdb, which understands AVX g/G packet. Does the target description support negotiation so that old gdb and new remote gdb stub can use SSE g/G packet? Thanks. --=20 H.J.