From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27415 invoked by alias); 6 Oct 2005 12:19:37 -0000 Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org Received: (qmail 27408 invoked by uid 22791); 6 Oct 2005 12:19:35 -0000 Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.201) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 06 Oct 2005 12:19:35 +0000 Received: by wproxy.gmail.com with SMTP id 68so187616wri for ; Thu, 06 Oct 2005 05:19:33 -0700 (PDT) Received: by 10.54.106.9 with SMTP id e9mr1135508wrc; Thu, 06 Oct 2005 05:19:33 -0700 (PDT) Received: by 10.54.82.13 with HTTP; Thu, 6 Oct 2005 05:19:33 -0700 (PDT) Message-ID: <460220570510060519r15f389c1qaf63ebabecea90b2@mail.gmail.com> Date: Thu, 06 Oct 2005 12:19:00 -0000 From: Kalpak Shah Reply-To: Kalpak Shah To: insight@sources.redhat.com Subject: support for multiprocess debugging In-Reply-To: <460220570510060323n31ce4ee5rade24a226c169017@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <460220570510060323n31ce4ee5rade24a226c169017@mail.gmail.com> X-SW-Source: 2005-q4/txt/msg00002.txt.bz2 hey, We are creating multiprocess debugging support inside GDB on the lines of Etnus's Totalview. We will have utilities like attaching processes to a process group, barrier points,etc. I havent yet dived into the internals of DDD, but from what I know adding good front end support for my extension to GDB will entail a lot of work. Do you think DDD is suitable for this job? Thanks, Kalpak