From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27086 invoked by alias); 12 Jan 2011 15:19:30 -0000 Received: (qmail 27073 invoked by uid 22791); 12 Jan 2011 15:19:29 -0000 X-SWARE-Spam-Status: No, hits=-6.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 12 Jan 2011 15:19:19 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p0CFJ8fR014865 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 12 Jan 2011 10:19:08 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p0CFJ7Lb008539; Wed, 12 Jan 2011 10:19:07 -0500 Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id p0CFJ6k9012949; Wed, 12 Jan 2011 10:19:07 -0500 Received: by opsy.redhat.com (Postfix, from userid 500) id 5CA94378480; Wed, 12 Jan 2011 08:19:06 -0700 (MST) From: Tom Tromey To: Doug Evans Cc: "Frank Ch. Eigler" , Yao Qi , "gdb-patches\@sourceware.org" Subject: Re: duplicated code in gdb and gdbserver References: <4D272FF6.3070402@codesourcery.com> <20110110155413.GE17302@redhat.com> Date: Wed, 12 Jan 2011 15:47:00 -0000 In-Reply-To: (Doug Evans's message of "Mon, 10 Jan 2011 08:34:53 -0800") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2011-01/txt/msg00259.txt.bz2 >>>>> "Doug" == Doug Evans writes: Doug> It would give us the impetus to get multiprocess debugging across fork Doug> working well (which Tom wants for gcc). 1/2 :-) For the record, it already works pretty great, thanks to Pedro. My current branch doesn't really have much code -- a few new Python events (based on the work of Oguz and Sami) and a new Python command to make a kind of cross-inferior pending breakpoint. Tom