From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4076 invoked by alias); 3 Oct 2005 20:28:48 -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 3940 invoked by uid 22791); 3 Oct 2005 20:28:46 -0000 Received: from viper.snap.net.nz (HELO viper.snap.net.nz) (202.37.101.8) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 03 Oct 2005 20:28:46 +0000 Received: from kahikatea.snap.net.nz (p46-tnt1.snap.net.nz [202.124.110.46]) by viper.snap.net.nz (Postfix) with ESMTP id 6683E69A194; Tue, 4 Oct 2005 09:28:42 +1300 (NZDT) Received: by kahikatea.snap.net.nz (Postfix, from userid 500) id ED4F383A5; Tue, 4 Oct 2005 08:29:32 +1300 (NZDT) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17217.34460.753468.405145@kahikatea.snap.net.nz> Date: Mon, 03 Oct 2005 20:28:00 -0000 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: RFC: MI output during program execution In-Reply-To: <20051003131829.GA19106@nevyn.them.org> 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> <17216.38283.618507.704220@kahikatea.snap.net.nz> <20051003131829.GA19106@nevyn.them.org> X-SW-Source: 2005-10/txt/msg00025.txt.bz2 Daniel Jacobowitz writes: > Sorry, miscommunication. You don't need approval to create a branch; > go right ahead. OK. Thanks. > I violently dislike the idea of linking gdb with pthreads. I'm > confident that we can get the benefits without that, however. I've got > this patch sitting in my queue of things to play with. I know this will sound stupid but what is the alternative? Using fork? Nick