This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: [RFA/JVMTI] SingleStep notification


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


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