From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27217 invoked by alias); 10 Dec 2007 17:22:31 -0000 Received: (qmail 27208 invoked by uid 22791); 10 Dec 2007 17:22:31 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 10 Dec 2007 17:22:25 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 0DB0898020; Mon, 10 Dec 2007 17:22:24 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id E993B9801D; Mon, 10 Dec 2007 17:22:23 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1J1mKk-0007kH-9Q; Mon, 10 Dec 2007 12:22:22 -0500 Date: Mon, 10 Dec 2007 17:22:00 -0000 From: Daniel Jacobowitz To: Michael Snyder Cc: gdb@sourceware.org Subject: Re: Multiple process support in gdbserver Message-ID: <20071210172222.GA29638@caradoc.them.org> Mail-Followup-To: Michael Snyder , gdb@sourceware.org References: <20071207210028.GA32256@caradoc.them.org> <1197306031.32169.10.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1197306031.32169.10.camel@localhost.localdomain> User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-12/txt/msg00069.txt.bz2 On Mon, Dec 10, 2007 at 09:00:31AM -0800, Michael Snyder wrote: > Does this mean support for follow-fork? No, only what I described in that message (run, attach, re-run). follow-fork and multiple forks would be a separate project. I'm slightly regretting calling it "multi-process" since that means at least three completely different things. -- Daniel Jacobowitz CodeSourcery