From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11516 invoked by alias); 21 Jul 2008 00:34:27 -0000 Received: (qmail 11508 invoked by uid 22791); 21 Jul 2008 00:34:26 -0000 X-Spam-Check-By: sourceware.org Received: from bluesmobile.specifix.com (HELO bluesmobile.specifix.com) (216.129.118.140) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 21 Jul 2008 00:34:09 +0000 Received: from [127.0.0.1] (bluesmobile.specifix.com [216.129.118.140]) by bluesmobile.specifix.com (Postfix) with ESMTP id 91B1E3BD91; Sun, 20 Jul 2008 17:34:07 -0700 (PDT) Subject: Re: Towards multiprocess GDB From: Michael Snyder To: Mark Kettenis Cc: stanshebs@earthlink.net, gdb@sourceware.org In-Reply-To: <200807182141.m6ILfBcf014252@brahms.sibelius.xs4all.nl> References: <4880FFA8.3080600@earthlink.net> <200807182141.m6ILfBcf014252@brahms.sibelius.xs4all.nl> Content-Type: text/plain Date: Mon, 21 Jul 2008 01:53:00 -0000 Message-Id: <1216600447.3549.486.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-7.fc7) Content-Transfer-Encoding: 7bit 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: 2008-07/txt/msg00233.txt.bz2 On Fri, 2008-07-18 at 23:41 +0200, Mark Kettenis wrote: > > Date: Fri, 18 Jul 2008 13:40:08 -0700 > > From: Stan Shebs > > > > CodeSourcery has a project to add "multiprocess" capability to GDB, > > and with this message I'd like to kick off some discussion of what > > that means and how to make it happen. > > Please remind me, why was this a desirable capability again? Not answering for Stan, but from my experience, because people are asking for it. Parallel programs eventually go beyond threads. For instance I've had inquiries from several router mfgrs, who want to be able to debug their more advanced router systems that are running full-scale OS's (such as linux, bsd, and qnx) on the remote side. Also from makers of set top boxes of one sort or another, and multi-core cpu mfgrs (though there we get into multiple cores as well as multiple processes). But yes, I'd be interested in hearing what kinds of use cases CodeSourcery's customers are asking about as well...