From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22493 invoked by alias); 21 Mar 2005 21:38:35 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 22473 invoked from network); 21 Mar 2005 21:38:31 -0000 Received: from unknown (HELO cgf.cx) (66.30.17.189) by sourceware.org with SMTP; 21 Mar 2005 21:38:31 -0000 Received: by cgf.cx (Postfix, from userid 201) id 1DE1E13C335; Mon, 21 Mar 2005 16:38:31 -0500 (EST) Date: Mon, 21 Mar 2005 21:38:00 -0000 From: Christopher Faylor To: Jerome Guitton , gdb-patches@sourceware.org Subject: Re: [committed] Don't clear active win32 threads Message-ID: <20050321213830.GA15205@trixie.casa.cgf.cx> Mail-Followup-To: Jerome Guitton , gdb-patches@sourceware.org References: <20050321195514.GA30319@coe.casa.cgf.cx> <20050321195808.GA5943@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050321195808.GA5943@nevyn.them.org> User-Agent: Mutt/1.5.6i X-SW-Source: 2005-03/txt/msg00276.txt.bz2 On Mon, Mar 21, 2005 at 02:58:08PM -0500, Daniel Jacobowitz wrote: >On Mon, Mar 21, 2005 at 02:55:14PM -0500, Christopher Faylor wrote: >> I just committed this. Hopefully, it will fix a long-standing stupid thinko. >> >> cgf >> >> 2005-03-21 Christopher Faylor >> >> * win32-nat.c (do_initial_child_stuff): Don't clear the thread list >> here. >> (do_initial_child_stuff): Move clearing of thread list to a place >> before a thread ould be created. >> (child_attach): Ditto. > >Great. Does this obsolete Jerome's patch from last week? > >2005-03-18 Jerome Guitton > > * win32-nat.c (child_kill_inferior): Clear the thread list. Yes. cgf