From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19995 invoked by alias); 19 Sep 2005 22:32:02 -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 19981 invoked by uid 22791); 19 Sep 2005 22:31:57 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 19 Sep 2005 22:31:57 +0000 Received: from drow by nevyn.them.org with local (Exim 4.52) id 1EHUB1-0000WB-0m; Mon, 19 Sep 2005 18:31:55 -0400 Date: Mon, 19 Sep 2005 22:32:00 -0000 From: Daniel Jacobowitz To: Nick Roberts Cc: gdb-patches@sources.redhat.com Subject: Re: RFC: MI output during program execution Message-ID: <20050919223154.GA1976@nevyn.them.org> Mail-Followup-To: Nick Roberts , gdb-patches@sources.redhat.com References: <17142.56731.941946.838268@farnswood.snap.net.nz> <20050808130516.GA9046@nevyn.them.org> <17160.63891.324530.937796@farnswood.snap.net.nz> <430B9BF8.500@apple.com> <17188.60739.749026.738477@farnswood.snap.net.nz> <17198.37622.443418.520082@farnswood.snap.net.nz> <20050919131743.GA17264@nevyn.them.org> <17199.14605.466648.661543@farnswood.snap.net.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <17199.14605.466648.661543@farnswood.snap.net.nz> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-09/txt/msg00173.txt.bz2 On Tue, Sep 20, 2005 at 10:17:49AM +1200, Nick Roberts wrote: > > While people are talking kernels, I should say that my patch works for > 2.6.9-1.667 (Fedora 3) but not 2.4.19-16mdkcustom (Mandrake 9). Something > to do with waitpid. Not surprising. This probably happens because you're waiting for the inferior from a thread; that is not portable. -- Daniel Jacobowitz CodeSourcery, LLC