From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 114116 invoked by alias); 15 Sep 2015 16:00:48 -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 114054 invoked by uid 89); 15 Sep 2015 16:00:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 15 Sep 2015 16:00:46 +0000 Received: from svr-orw-fem-02x.mgc.mentorg.com ([147.34.96.206] helo=SVR-ORW-FEM-02.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1Zbsex-0002xs-AN from Don_Breazeal@mentor.com ; Tue, 15 Sep 2015 09:00:43 -0700 Received: from NA-MBX-04.mgc.mentorg.com ([169.254.4.163]) by SVR-ORW-FEM-02.mgc.mentorg.com ([147.34.96.168]) with mapi id 14.03.0224.002; Tue, 15 Sep 2015 09:00:43 -0700 From: "Breazeal, Don" To: Pedro Alves , "gdb-patches@sourceware.org" Subject: RE: [pushed][PATCH v3 3/4] Extended-remote exec test Date: Tue, 15 Sep 2015 16:00:00 -0000 Message-ID: References: <1441996698-12694-1-git-send-email-donb@codesourcery.com> <1441996698-12694-3-git-send-email-donb@codesourcery.com> <55F83D18.709@redhat.com> <55F83EE1.5080903@codesourcery.com> <55F84037.9040105@redhat.com> In-Reply-To: <55F84037.9040105@redhat.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2015-09/txt/msg00338.txt.bz2 > -----Original Message----- > From: Pedro Alves [mailto:palves@redhat.com] > Sent: Tuesday, September 15, 2015 8:59 AM > To: Breazeal, Don; Breazeal, Don; gdb-patches@sourceware.org > Subject: Re: [pushed][PATCH v3 3/4] Extended-remote exec test >=20 > On 09/15/2015 04:53 PM, Don Breazeal wrote: > > On 9/15/2015 8:45 AM, Pedro Alves wrote: >=20 > >> This change is causing a regression. Was there a reason for it? > >> AFAICS, none of the other non-ldr-exc-*.exp files got this change. > > > > No, I intended to revert that change, which I did for the other > > non-ldr-exc-* files. You had pointed out that the change introduced > a > > race. >=20 > Eh, indeed I did. :-) Alright, I'll push it in in a bit. >=20 > Thanks, > Pedro Alves Thanks Pedro. Sorry to have caused a "clean up after Don" day. :-{