From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 115758 invoked by alias); 26 Aug 2015 21:28:28 -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 115741 invoked by uid 89); 26 Aug 2015 21:28:27 -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; Wed, 26 Aug 2015 21:28:26 +0000 Received: from svr-orw-fem-05.mgc.mentorg.com ([147.34.97.43]) by relay1.mentorg.com with esmtp id 1ZUiF5-0007U1-DC from Don_Breazeal@mentor.com ; Wed, 26 Aug 2015 14:28:23 -0700 Received: from [172.30.13.74] (147.34.91.1) by svr-orw-fem-05.mgc.mentorg.com (147.34.97.43) with Microsoft SMTP Server (TLS) id 14.3.224.2; Wed, 26 Aug 2015 14:28:22 -0700 Subject: [pushed] Re: [PATCH 2/2] Fix native follow-exec-mode "new" To: Pedro Alves , "Breazeal, Don" , "gdb-patches@sourceware.org" References: <1440542496-14988-1-git-send-email-donb@codesourcery.com> <1440542496-14988-3-git-send-email-donb@codesourcery.com> <55DD97C1.1090907@redhat.com> From: Don Breazeal Message-ID: <55DE2F76.9000300@codesourcery.com> Date: Wed, 26 Aug 2015 21:28:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <55DD97C1.1090907@redhat.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg00770.txt.bz2 On 8/26/2015 3:41 AM, Pedro Alves wrote: > On 08/25/2015 11:41 PM, Don Breazeal wrote: > >> >> gdb/ >> 2015-08-25 Don Breazeal >> >> * infrun.c (follow_exec): Re-order operations for >> handling follow-exec-mode "new". >> (handle_inferior_event_1): Assign ecs->event_thread >> to the current thread. >> * remote.c (get_remote_arch_state): Add an assertion. > > > OK. > > Thanks, > Pedro Alves > Thanks Pedro. This is now pushed. --Don