This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: _Jv_Debug
Per Bothner writes:
> Andrew Haley wrote:
>
> > Per Bothner writes:
> > > It's a kludge, not a solution.
> >
> > Well, it's a kludge that solves a problem :-)
>
> Sigh. This used to work.
Well, sort of. It was never perfect.
> It's a shame that java/gdb functionality
> seems to keep deteriorating. I don't blame anyone; it's a side-effect
> of limited resources.
>
> > Indeed. As part of the ABI, I guess we'll also need a debugger
> > interface. JVMDI, anyone...
>
> JVMDI has been deprecated in 1.5 beta. See:
> http://java.sun.com/j2se/1.5.0/docs/guide/jpda/index.html
Okay, JVMTI then.
Andrew.