This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA] JDWP single step callback
- From: Tom Tromey <tromey at redhat dot com>
- To: Keith Seitz <keiths at redhat dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 14 Feb 2007 14:27:54 -0700
- Subject: Re: [RFA] JDWP single step callback
- References: <45D36676.3040400@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:
Keith> Okay, at long, last, here is *the* patch. My last outstanding JVMTI/JDWP
Keith> patch that implements the meat of the single step notification.
Awesome!
How about making a patch to add a new news entry to the gcj web page?
Keith> + fprintf (stderr, "libgcj: internal error: could not find class for method while single stepping -- continuing\n");
I'm not super happy about doing this but I see we already have some in
jvmti.cc. And it isn't immediately clear what would be better.
Keith> + jobject instance = NULL; // FIXME
What's up with this? Just put a short explanation (a couple words,
say) in the FIXME and I think this patch is ok. Thanks.
Tom