From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15767 invoked by alias); 1 Apr 2009 23:30:10 -0000 Received: (qmail 15603 invoked by uid 22791); 1 Apr 2009 23:30:08 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 01 Apr 2009 23:30:00 +0000 Received: (qmail 12618 invoked from network); 1 Apr 2009 23:29:59 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 1 Apr 2009 23:29:59 -0000 From: Pedro Alves To: Eli Zaretskii Subject: Re: [gdbserver/RFC/RFA] Implement multiprocess extensions, add linux multiproces support. Date: Wed, 01 Apr 2009 23:30:00 -0000 User-Agent: KMail/1.9.10 Cc: gdb-patches@sourceware.org References: <200903301528.00506.pedro@codesourcery.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904020030.08885.pedro@codesourcery.com> X-IsSubscribed: yes 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-04/txt/msg00021.txt.bz2 On Monday 30 March 2009 19:32:59, Eli Zaretskii wrote: > > From: Pedro Alves > > Date: Mon, 30 Mar 2009 15:28:00 +0100 > > > > This patch adds multiprocess support to gdbserver. > > Thanks. > > If this is approved, I think we will want a NEWS entry. Agreed. But, these gdbserver multiprocess changes aren't much user visible yet. We need gdb changes to expose this extra functionality, and to make it more useful. I was thinking of combining the multi-process features into a NEWS entry more closer to the release, depending on what makes it to the release. Is that OK with you? -- Pedro Alves