From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27580 invoked by alias); 25 Nov 2003 17:14:33 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 27562 invoked from network); 25 Nov 2003 17:14:32 -0000 Received: from unknown (HELO hawaii.kealia.com) (209.3.10.89) by sources.redhat.com with SMTP; 25 Nov 2003 17:14:32 -0000 Received: by hawaii.kealia.com (Postfix, from userid 2049) id DF8FCC6B6; Tue, 25 Nov 2003 09:14:31 -0800 (PST) To: mec.gnu@mindspring.com (Michael Elizabeth Chastain) Cc: gdb@sources.redhat.com Subject: Re: C++/Java regressions References: <20031125170632.D8D974B409@berman.michael-chastain.com> From: David Carlton Date: Tue, 25 Nov 2003 17:14:00 -0000 In-Reply-To: <20031125170632.D8D974B409@berman.michael-chastain.com> (Michael Elizabeth Chastain's message of "Tue, 25 Nov 2003 12:06:32 -0500 (EST)") Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Rational FORTRAN, linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-11/txt/msg00243.txt.bz2 On Tue, 25 Nov 2003 12:06:32 -0500 (EST), mec.gnu@mindspring.com (Michael Elizabeth Chastain) said: > I asked: mec> What is the correct output when a breakpoint is taken on mec> "A::bar(int) const" ? Probably my first choice would be A::bar(int) const, and my second choice would be A::bar. A::bar const seems a bit weird to me. Having said that: > After some deliberation, I decided that I want the test script > to be liberal in what it accepts. ... > If someone wants to spend time on making gdb's output better here, > that is okay with me. But I decided that it's too low priority for > my attention and the list bandwidth. > David C is that okay with you? Yes, that's fine with me. What is important is that the breakpoint be set on the correct method, and that the continue reach the correct breakpoint. That is in fact happening; I don't really see the point of having a failing test there, or even a kfailing test. David Carlton carlton@kealia.com