From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24774 invoked by alias); 24 Aug 2009 23:08:04 -0000 Received: (qmail 24766 invoked by uid 22791); 24 Aug 2009 23:08:04 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1-old.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 24 Aug 2009 23:07:58 +0000 Received: from int-mx08.intmail.prod.int.phx2.redhat.com ([10.11.47.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n7ON7tKx024866 for ; Mon, 24 Aug 2009 19:07:55 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n7ON7rnD029313; Mon, 24 Aug 2009 19:07:54 -0400 Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n7ON7qco021766; Mon, 24 Aug 2009 19:07:53 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 38984378204; Mon, 24 Aug 2009 17:07:52 -0600 (MDT) From: Tom Tromey To: "Nickolay V. Shmyrev" Cc: gdb-patches@sources.redhat.com Subject: Re: [RFC] multi branch merge References: <1250707524.2730.3.camel@localhost.localdomain> Reply-To: tromey@redhat.com Date: Tue, 25 Aug 2009 00:48:00 -0000 In-Reply-To: <1250707524.2730.3.camel@localhost.localdomain> (Nickolay V. Shmyrev's message of "Wed, 19 Aug 2009 22:45:24 +0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 X-SW-Source: 2009-08/txt/msg00402.txt.bz2 >>>>> "Nickolay" == Nickolay V Shmyrev writes: Nickolay> Here is the preliminary work on merge of the Nickolay> multiprocess-20081120-branch to current trunk. Comments are Nickolay> appreciated. I think this branch is dead and Pedro has a newer patch series for this that has been sent to the list a couple of times. It might be worth your time to try out those patches to see how they do. Tom