This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: [gcj trunk / gnu-classpath] String.format(...) undefined
On Wed, 21 Feb 2007 12:03:59 +0000
Andrew Haley <aph@redhat.com> wrote:
> > Tom Tromey <tromey@redhat.com> wrote:
> > > >>>>> "Hanno" == Hanno Meyer-Thurow <h.mth@web.de> writes:
> > > Hanno> java::lang::Class::getDeclaredAnnotations (this=0x2b2a567d9a00, member_type=0, member_index=0, kind_req=3)
> > > Could you print the 'name' field of this Class?
> > > Then we'll want to see the source or .class file for this, assuming it
> > > isn't in libgcj...
> p (char*)name->data
(gdb) p (char*)name->data
$7 = 0x2b25dd624a04 "java.lang.Object"