[commit] Minor java fixups

Tom Tromey tromey@redhat.com
Mon May 14 19:54:00 GMT 2007


>>>>> "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



More information about the Gdb-patches mailing list