From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1959 invoked by alias); 24 Feb 2004 16:33: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 1933 invoked from network); 24 Feb 2004 16:33:31 -0000 Received: from unknown (HELO tisch.mail.mindspring.net) (207.69.200.157) by sources.redhat.com with SMTP; 24 Feb 2004 16:33:31 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by tisch.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1AvfUv-0002KX-00; Tue, 24 Feb 2004 11:33:30 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 1721A4B104; Tue, 24 Feb 2004 11:33:32 -0500 (EST) To: cagney@gnu.org, gdb-patches@sources.redhat.com Subject: Re: [commit/java] Work around java/1565 in jmisc.exp Message-Id: <20040224163332.1721A4B104@berman.michael-chastain.com> Date: Tue, 24 Feb 2004 16:33:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-02/txt/msg00681.txt.bz2 This is redundant. jmisc2.exp already does exactly what you want. % diff jmisc.exp jmisc2.exp 1c1 < # Copyright 2000 Free Software Foundation, Inc. --- > # Copyright 2002 Free Software Foundation, Inc. 69,70d68 < runto ${testfile}.main < 77a76,77 > runto ${testfile}.main(java.lang.String\[\]) > Also, did Anthony Green approve your patch before you commited it? Michael C === 2004-02-24 Andrew Cagney * gdb.java/jmisc.exp: Use the fully quallified name of "main" when setting a breakpoint. Work around PR java/1565.