From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3065 invoked by alias); 10 Dec 2003 22:17:32 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 3052 invoked from network); 10 Dec 2003 22:17:29 -0000 Received: from unknown (HELO gash2.peakpeak.com) (207.174.178.17) by sources.redhat.com with SMTP; 10 Dec 2003 22:17:29 -0000 Received: from fleche.redhat.com (tf0208.peakpeak.com [204.144.239.208]) by gash2.peakpeak.com (8.9.3/8.9.3.1) with ESMTP id PAA07456; Wed, 10 Dec 2003 15:17:19 -0700 Received: by fleche.redhat.com (Postfix, from userid 1000) id B716E4F8245; Wed, 10 Dec 2003 15:06:28 -0700 (MST) To: "J. Johnston" Cc: Eli Zaretskii , gdb-patches@sources.redhat.com Subject: Re: [RFC]: pending break support References: <3FCD3DC5.8000308@redhat.com> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom X-Zippy: ALFRED JARRY! Say something about th' DEATH of DISCO!! Date: Wed, 10 Dec 2003 22:17:00 -0000 In-Reply-To: <3FCD3DC5.8000308@redhat.com> Message-ID: <878ylkz5ss.fsf@fleche.redhat.com> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-12/txt/msg00305.txt.bz2 >>>>> "Jeff" == J Johnston writes: Jeff> This is the next stage for the pending breakpoint support. Today I applied this to cvs head gdb and built. I had to turn off gdbtk to make it complete (but I'm not certain that is caused by this patch). I've been using it all afternoon to debug eclipse. It's really a huge improvement, so thanks. So far I haven't seen any problems. Tom