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]

Question about `p' output


I'm using today's cvs trunk.
I'm trying to print a value and I get this:

    type = jclass
    (gdb) whatis klass.name
    type = _Jv_Utf8Const *
    (gdb) p klass.name
    Value can't be converted to integer.

Is this a known bug?

Tom


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