From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8730 invoked by alias); 26 Mar 2010 16:48:13 -0000 Received: (qmail 8717 invoked by uid 22791); 26 Mar 2010 16:48:12 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,MSGID_FROM_MTA_HEADER,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtagate3.de.ibm.com (HELO mtagate3.de.ibm.com) (195.212.17.163) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 26 Mar 2010 16:48:08 +0000 Received: from d12nrmr1607.megacenter.de.ibm.com (d12nrmr1607.megacenter.de.ibm.com [9.149.167.49]) by mtagate3.de.ibm.com (8.13.1/8.13.1) with ESMTP id o2QGm5xX021181 for ; Fri, 26 Mar 2010 16:48:05 GMT Received: from d12av02.megacenter.de.ibm.com (d12av02.megacenter.de.ibm.com [9.149.165.228]) by d12nrmr1607.megacenter.de.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o2QGm61W1597678 for ; Fri, 26 Mar 2010 17:48:06 +0100 Received: from d12av02.megacenter.de.ibm.com (loopback [127.0.0.1]) by d12av02.megacenter.de.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id o2QGm50i019940 for ; Fri, 26 Mar 2010 17:48:06 +0100 Received: from tuxmaker.boeblingen.de.ibm.com (tuxmaker.boeblingen.de.ibm.com [9.152.85.9]) by d12av02.megacenter.de.ibm.com (8.12.11.20060308/8.12.11) with SMTP id o2QGm440019919; Fri, 26 Mar 2010 17:48:04 +0100 Message-Id: <201003261648.o2QGm440019919@d12av02.megacenter.de.ibm.com> Received: by tuxmaker.boeblingen.de.ibm.com (sSMTP sendmail emulation); Fri, 26 Mar 2010 17:48:04 +0100 Subject: Re: [RFA] Java DWARF fixes To: keiths@redhat.com (Keith Seitz) Date: Fri, 26 Mar 2010 16:48:00 -0000 From: "Ulrich Weigand" Cc: gdb-patches@sourceware.org In-Reply-To: <4BABE023.9070102@redhat.com> from "Keith Seitz" at Mar 25, 2010 03:13:55 PM MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-03/txt/msg00902.txt.bz2 Keith Seitz wrote: > On 03/25/2010 01:05 PM, Tom Tromey wrote: > > This all seems pretty reasonable to me. It is ok. > > I have committed the patches. Thank you for reviewing them. Thanks! Unfortunately, the test case still fails for me: FAIL: gdb.java/jmisc.exp: ptype jmisc This time the problem seems to be that the constructor is shown with a "void" argument list: type = class jmisc extends java.lang.Object { void main(java.lang.String[])void; jmisc(void)void; } while the test expects this to be just "jmisc()": send_gdb "ptype jmisc\n" gdb_expect { -re "type = class jmisc extends java.lang.Object \{\[\r\n\ \t]+void main\\(java\.lang\.String\\\[]\\);\[\r\n\ \t]+jmisc\\(\\);\[\r\n\ \t]+\}\[\r\n\ \t]+$gdb_prompt $" { pass "ptype jmisc" } -re "type = class jmisc extends java.lang.Object \{\[\r\n\ \t]+void main\\(java\.lang\.String\\\[]\\)void;\[\r\n\ \t]+jmisc\\(\\);\[\r\n\ \t]+\}\[\r\n\ \t]+$gdb_prompt $" { # Just because GCC includes the signature doesn't mean we # should print it here. We already show the return type. kfail "ptype jmisc" gdb/2215 } -re ".*$gdb_prompt $" { fail "ptype jmisc" } timeout { fail "ptype jmisc (timeout)" ; return } } Is this a testcase problem or still something wrong in the symbol reader? Bye, Ulrich -- Dr. Ulrich Weigand GNU Toolchain for Linux on System z and Cell BE Ulrich.Weigand@de.ibm.com