From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23215 invoked by alias); 26 Mar 2007 22:13:00 -0000 Received: (qmail 23196 invoked by uid 22791); 26 Mar 2007 22:12:59 -0000 X-Spam-Check-By: sourceware.org Received: from mx2.palmsource.com (HELO mx2.palmsource.com) (12.7.175.14) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 26 Mar 2007 23:12:54 +0100 Received: from localhost (localhost [127.0.0.1]) by localhost.domain.tld (Postfix) with ESMTP id AFAE7136422; Mon, 26 Mar 2007 15:12:52 -0700 (PDT) Received: from mx2.palmsource.com ([127.0.0.1]) by localhost (mx2.palmsource.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02379-07-3; Mon, 26 Mar 2007 14:12:48 -0800 (PST) Received: from ussunex02.palmsource.com (unknown [192.168.101.10]) by mx2.palmsource.com (Postfix) with ESMTP id 07BC81361CF; Mon, 26 Mar 2007 15:12:48 -0700 (PDT) Received: from 192.168.92.92 ([192.168.92.92]) by ussunex02.palmsource.com ([192.168.101.10]) via Exchange Front-End Server owa.palmsource.com ([10.0.20.17]) with Microsoft Exchange Server HTTP-DAV ; Mon, 26 Mar 2007 22:04:32 +0000 Received: from svmsnyderlnx by owa.palmsource.com; 26 Mar 2007 15:04:31 -0700 Subject: Re: Multi process debugging using gdb - references? From: Michael Snyder To: fnf@specifix.com Cc: gdb@sourceware.org In-Reply-To: <1174945438.24110.48.camel@localhost.localdomain> References: <200703260739.13463.fnf@specifix.com> <1174945438.24110.48.camel@localhost.localdomain> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Mon, 26 Mar 2007 22:13:00 -0000 Message-Id: <1174946671.24110.52.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 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-03/txt/msg00320.txt.bz2 On Mon, 2007-03-26 at 14:43 -0700, Michael Snyder wrote: > On Mon, 2007-03-26 at 07:39 -0700, Fred Fish wrote: > > I'm curious about the status of using gdb to debug multiple processes. > > > > I used to know about a project that did as you suggest -- use a > front end to control multiple gdbs. Let me see if I can dredge > up the memory. > Fred, google up "P2D2", by Robert Hood (he was at NASA at the time, don't know if he still is). Here's one reference: http://www.dl.ac.uk/TCSC/Subjects/Parallel_Algorithms/tools_survey/node37.html