On Wed, Dec 19, 2007 at 07:00:41PM +0000, Andrew Haley wrote: > It seems to me that even if gcj did generate the name for the > interface, gdb would still die because it doesn't have any handlers > for DW_TAG_interface_type in dwarf2read.c
Yes, you're probably right. It thinks it's some kind of symbol, probably. There's a default: in the DIE processing that, strictly speaking, ought not to be there. -- Daniel Jacobowitz CodeSourcery