From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11341 invoked by alias); 13 Mar 2003 23:03:49 -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 11326 invoked from network); 13 Mar 2003 23:03:48 -0000 Received: from unknown (HELO crack.them.org) (65.125.64.184) by sources.redhat.com with SMTP; 13 Mar 2003 23:03:48 -0000 Received: from nevyn.them.org ([66.93.61.169] ident=mail) by crack.them.org with asmtp (Exim 3.12 #1 (Debian)) id 18tdcs-00088G-00; Thu, 13 Mar 2003 19:04:46 -0600 Received: from drow by nevyn.them.org with local (Exim 3.36 #1 (Debian)) id 18tbjO-0005XN-00; Thu, 13 Mar 2003 18:03:22 -0500 Date: Thu, 13 Mar 2003 23:03:00 -0000 From: Daniel Jacobowitz To: Tom Tromey Cc: David Carlton , gdb , Michael Elizabeth Chastain Subject: Re: break jmisc.main Message-ID: <20030313230322.GA21270@nevyn.them.org> Mail-Followup-To: Tom Tromey , David Carlton , gdb , Michael Elizabeth Chastain References: <87smtqswt5.fsf@fleche.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87smtqswt5.fsf@fleche.redhat.com> User-Agent: Mutt/1.5.1i X-SW-Source: 2003-03/txt/msg00220.txt.bz2 On Thu, Mar 13, 2003 at 03:53:26PM -0700, Tom Tromey wrote: > >>>>> "David" == David Carlton writes: > > David> Here's the scoop with the FAILs on "break jmisc.main" and "break > David> jmisc.main(java.lang.String[]))". > > Thanks a lot for looking at this. > > David> .long .LC2 # DW_AT_name: "jmisc.main(java.lang.String[])" > David> Sigh. GCJ should get fixed. > > I really don't know anything about debug info. How should this read? > > In the above `jmisc' is just a class. However, `java.lang' is a > namespace. In the past at least there wasn't namespace support in > gdb...? Still isn't, but David is making great progress on that front. The field should probably read just "main". Try readelf -wi on a C++ binary to see what GDB expects. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer