From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22020 invoked by alias); 22 Apr 2002 20:38:19 -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 22001 invoked from network); 22 Apr 2002 20:38:16 -0000 Received: from unknown (HELO gash2.peakpeak.com) (207.174.178.17) by sources.redhat.com with SMTP; 22 Apr 2002 20:38:16 -0000 Received: from creche.cygnus.com (ta0203.peakpeak.com [204.144.244.203]) by gash2.peakpeak.com (8.9.3/8.9.3) with ESMTP id OAA17824; Mon, 22 Apr 2002 14:38:12 -0600 Received: (from tromey@localhost) by creche.cygnus.com (8.9.3/8.9.3) id OAA18640; Mon, 22 Apr 2002 14:43:56 -0600 To: Eli Zaretskii Cc: gdb@sources.redhat.com Subject: Re: confusion in the `b' command References: <87d6wrmsdt.fsf@creche.redhat.com> <2593-Mon22Apr2002231326+0300-eliz@is.elta.co.il> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom X-Zippy: Hello, GORRY-O!! I'm a GENIUS from HARVARD!! Date: Mon, 22 Apr 2002 13:38:00 -0000 In-Reply-To: "Eli Zaretskii"'s message of "Mon, 22 Apr 2002 23:13:26 +0300" Message-ID: <87u1q3lb04.fsf@creche.redhat.com> X-SW-Source: 2002-04/txt/msg00368.txt.bz2 >>>>> "Eli" == Eli Zaretskii writes: Eli> What version of GDB is that? Head? branch? released version? Latest cvs trunk gdb. (That was in my email, albeit buried a bit.) >> * Second, that b 'x.main' would work anyway, since it is unambiguous. Eli> I'm not sure what you mean here. Do you mean that GDB shouldn't have Eli> forced you to quote the string "x.main(java.lang.String[])"? I shouldn't even have to type `(java.lang.String[])' at all. `b x.main' is unambiguous. There is only one `main' method in the class `x'. Tom