From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 49163 invoked by alias); 15 Sep 2015 16:31:33 -0000 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 Received: (qmail 48653 invoked by uid 89); 15 Sep 2015 16:31:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f176.google.com Received: from mail-wi0-f176.google.com (HELO mail-wi0-f176.google.com) (209.85.212.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 15 Sep 2015 16:31:32 +0000 Received: by wicfx3 with SMTP id fx3so35156261wic.0 for ; Tue, 15 Sep 2015 09:31:29 -0700 (PDT) X-Received: by 10.180.184.168 with SMTP id ev8mr9025815wic.5.1442334688683; Tue, 15 Sep 2015 09:31:28 -0700 (PDT) Received: from E107787-LIN ([195.154.84.196]) by smtp.gmail.com with ESMTPSA id im10sm21899936wjb.40.2015.09.15.09.31.27 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 15 Sep 2015 09:31:27 -0700 (PDT) From: Yao Qi To: Don Breazeal Cc: Yao Qi , "gdb-patches\@sourceware.org" Subject: Re: [pushed][PATCH v3 1/4] Extended-remote follow exec References: <1441996698-12694-1-git-send-email-donb@codesourcery.com> <86lhc83vtp.fsf@gmail.com> <55F84358.9030509@codesourcery.com> Date: Tue, 15 Sep 2015 16:31:00 -0000 In-Reply-To: <55F84358.9030509@codesourcery.com> (Don Breazeal's message of "Tue, 15 Sep 2015 09:12:08 -0700") Message-ID: <867fnr3aqp.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00345.txt.bz2 Don Breazeal writes: > Yes, definitely "else if". Fortunately this didn't break anything. Do > you want to go ahead and push the fix, or shall I do it? I've pushed it in. --=20 Yao (=E9=BD=90=E5=B0=A7)