This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: break jmisc.main


On Thu, Mar 13, 2003 at 03:53:26PM -0700, Tom Tromey wrote:
> >>>>> "David" == David Carlton <carlton at math dot stanford dot edu> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]