This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA/JVMTI] SingleStep notification
- 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: 29 Jan 2007 11:31:53 -0700
- Subject: Re: [RFA/JVMTI] SingleStep notification
- References: <45BE5635.7090702@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:
Keith> The attach patch adds the JVMTI event notification for single
Keith> step. It's pretty straightforward: according to the spec, "If a single
Keith> step event or breakpoint event is triggered at the current location,
Keith> the event is defined to occur immediately before the code at the
Keith> current location is executed."
Keith> Comments/questions/concerns?
I think it looks fine. But don't we only want this code in the
'debug' interpreter?
And, come to think of it, perhaps the 'breakpoint' instruction should
be handled the same way? Though that one matters a bit less.
Tom