This is the mail archive of the gdb-patches@sourceware.org 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: RFC: finish_command_continuation and errors


>>>>> "Pedro" == Pedro Alves <pedro@codesourcery.com> writes:

>> Value returned is $9 = warning: RTTI symbol not found for class 'java::lang::String'
>> Cannot access memory at address 0x0

Pedro> Thanks.  Looks strange that GDB found something missing, and still
Pedro> tried to use address 0x0 though.  Is the 0 GDB working with a NULL
Pedro> type somewhere?  Or is that unrelated?

I haven't investigated this yet.

The RTTI thing is just a warning, so I assume that higher layers don't
know that it happened.  It is strange that this is even attempted for a
Java type, though, because Java doesn't emit C++ RTTI info at all.

There are other problems Java too, I'm working on a separate patch to
fix some crashes.

Tom


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