From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4507 invoked by alias); 13 Oct 2006 13:11:28 -0000 Received: (qmail 4491 invoked by uid 22791); 13 Oct 2006 13:11:27 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Fri, 13 Oct 2006 13:11:22 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GYMoq-0002Jx-QN; Fri, 13 Oct 2006 09:11:20 -0400 Date: Fri, 13 Oct 2006 13:11:00 -0000 From: Daniel Jacobowitz To: Nick Roberts Cc: gdb-patches@sources.redhat.com Subject: Re: Async patch (no. 3) Message-ID: <20061013131118.GA8144@nevyn.them.org> Mail-Followup-To: Nick Roberts , gdb-patches@sources.redhat.com References: <17711.20298.658015.189122@kahikatea.snap.net.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <17711.20298.658015.189122@kahikatea.snap.net.nz> User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00148.txt.bz2 On Fri, Oct 13, 2006 at 09:33:14PM +1300, Nick Roberts wrote: > If the global maintainers are agreeable, in principle, to it's inclusion after > the next release, I will tidy it up and provide a ChangeLog. I would > appreciate any clues as to where some things should go e.g waitpid in > event-loop.c to linux-nat.c? (How?) I'm agreeable in principle, though I don't have time to review it as well as I'd like at the moment. Thank you for all your hard work on this! I'll try hard to make the time. I think you will need to add new target_ops methods; probably one to set up async waiting and another to clean up afterwards. There shouldn't be any reference to SIGCHLD directly in the common files (I'm thinking about how to make this work on Windows, you see). -- Daniel Jacobowitz CodeSourcery