From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7775 invoked by alias); 28 Mar 2010 23:48:38 -0000 Received: (qmail 7766 invoked by uid 22791); 28 Mar 2010 23:48:38 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SARE_SUB_OBFU_Q1 X-Spam-Check-By: sourceware.org Received: from mail-vw0-f41.google.com (HELO mail-vw0-f41.google.com) (209.85.212.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 28 Mar 2010 23:48:34 +0000 Received: by vws20 with SMTP id 20so5466873vws.0 for ; Sun, 28 Mar 2010 16:48:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.90.201 with HTTP; Sun, 28 Mar 2010 16:48:32 -0700 (PDT) In-Reply-To: <201003282226.54606.pedro@codesourcery.com> References: <20100328204807.GA10649@intel.com> <20100328205207.GA11401@intel.com> <201003282226.54606.pedro@codesourcery.com> Date: Sun, 28 Mar 2010 23:48:00 -0000 Received: by 10.220.107.158 with SMTP id b30mr2403291vcp.225.1269820112508; Sun, 28 Mar 2010 16:48:32 -0700 (PDT) Message-ID: <6dc9ffc81003281648p41e8a9f3sededd11c5bb47c9a@mail.gmail.com> Subject: Re: PATCH: Add xmlRegisters= to qsupported query From: "H.J. Lu" To: Pedro Alves Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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-03/txt/msg00965.txt.bz2 On Sun, Mar 28, 2010 at 2:26 PM, Pedro Alves wrote: > [personaly, I'd try to write the above in a way that avoids all > this if/then/if/then/else/else nesting everytime a few > qSupported feature is added.] An updated patch is at http://sourceware.org/ml/gdb-patches/2010-03/msg00963.html -- H.J.