From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7265 invoked by alias); 7 Aug 2003 18:42:43 -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 7255 invoked from network); 7 Aug 2003 18:42:42 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 7 Aug 2003 18:42:42 -0000 Received: from redhat.com (toocool.toronto.redhat.com [172.16.14.72]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 644CA80004A for ; Thu, 7 Aug 2003 14:42:42 -0400 (EDT) Message-ID: <3F329DA2.9070702@redhat.com> Date: Thu, 07 Aug 2003 18:42:00 -0000 From: "J. Johnston" Organization: Red Hat Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: gdb.java/jmisc.exp failures on multiple platforms Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-08/txt/msg00108.txt.bz2 I was looking through gdb testsuite failures and noticed that gdb.java/jmisc.exp doesn't work on multiple platforms. We aren't setting the breakpoint at jmisc.main successfully. It doesn't recognize jmisc.main or jmisc::main, however if you give it the full prototype name with the argument, it works fine. Did this use to work? Another strange quirk is how the tab key is working. If you tab on jmisc, it shows you members of jmisc, but if you tab on "jmisc." or "jmisc::" it shows you everything. Again, I am wondering if this worked previously and has something regressed it. GNU gdb 2003-08-05-cvs Copyright 2003 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu"... (gdb) b jmisc.main the class jmisc does not have any method named main Hint: try 'jmisc.main or 'jmisc.main (Note leading single quote.) (gdb) b jmisc::main the class jmisc does not have any method named main Hint: try 'jmisc::main or 'jmisc::main (Note leading single quote.) (gdb) b jmisc. Display all 164 possibilities? (y or n)