From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16231 invoked by alias); 14 Mar 2003 15:09:46 -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 16177 invoked from network); 14 Mar 2003 15:09:45 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sources.redhat.com with SMTP; 14 Mar 2003 15:09:45 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id h2EF9bN17558; Fri, 14 Mar 2003 09:09:37 -0600 Date: Fri, 14 Mar 2003 15:09:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200303141509.h2EF9bN17558@duracef.shout.net> To: carlton@math.stanford.edu, drow@mvista.com Subject: Re: break jmisc.main Cc: gdb@sources.redhat.com, tromey@redhat.com X-SW-Source: 2003-03/txt/msg00229.txt.bz2 carlton> 2) For "break jmisc.main(java.lang.String[])", decode_compound gets carlton> bypassed, and decode_variable gets called, looking for a symbol of carlton> that name. Unfortunately, it doesn't find one: the symbol that it carlton> finds is called something strange like carlton> "jmisc::main(Jaray*)". (I'm pretty sure carlton> that's right, though I'd have to check this at home to be sure; carlton> that's what c++filt demangles the name to.) drow> Do you know if this actually broke with my caching patch, or if it was drow> broken before? I checked, and nowhere in GDB do we ever set the drow> demangling style to Java. Not that I could find, at least. My testbed says that this worked in gdb HEAD on 2003-02-01 and failed in gdb HEAD on 2003-02-05. Michael C