[RFA] JDWP single step callback

Keith Seitz keiths@redhat.com
Wed Feb 14 19:44:00 GMT 2007


Okay, at long, last, here is *the* patch. My last outstanding JVMTI/JDWP
patch that implements the meat of the single step notification.

I don't think I need to comment too much about it: I've put a rather
substantial number of comments in the code to help explain what it does.
I actually found implementing single stepping a whole lot easier than
I expected. It's *so* much simpler when one does not have to worry about
different architectures. [nod to gdb] :-)

Questions/comments/concerns?

Keith

ChangeLog
2007-02-13  Keith Seitz  <keiths@redhat.com>

         * gnu/classpath/jdwp/natVMVirtualMachine.cc
         (get_line_table): New function.
         (handle_single_step): New function.
         (jdwpSingleStepCB): New function.
         (jdwpVMInitCB): Define a JVMTI single step
         callback, but don't enable it until needed.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: jdwp-singlestep-cb.patch
Type: text/x-patch
Size: 7711 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20070214/a73ce63e/attachment.bin>


More information about the Java-patches mailing list