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: [commit] Minor java fixups


>>>>> "Daniel" == Daniel Jacobowitz <drow@false.org> writes:

Daniel> GDB's Java support is getting very rusty.  I think it's been several
Daniel> releases since it was able to print objects, and it's even worse now
Daniel> that we only get a declaration for java.lang.Object in the debug info.

FWIW most gcj developers now use the runtime debugging support
functions that Andrew wrote -- _Jv_Debug and friends.  These generally
seem more reliable than gdb's "print" ever was.  (Not that this is
necessarily gdb's fault.  It is just that few people have ever
ventured into this area to find and fix bugs.)

Tom


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