[RFA/JVMTI] Set/Clear Breakpoint
Keith Seitz
keiths@redhat.com
Mon Oct 30 23:02:00 GMT 2006
Hi,
The following patch adds two new gnu.gcj.jvmti classes that are used by
the JVMTI code to implement the JVMTI calls SetBreakpoint and
ClearBreakpoint.
Keith
ChangeLog
2006-10-30 Keith Seitz <keiths@redhat.com>
* gnu/gcj/jvmti/Location.java: New file.
* gnu/gcj/jvmti/BreakpointManager.java: New file.
* jvmti.cc (_Jv_JVMTI_SetBreakpoint): New function.
(_Jv_JVMTI_ClearBreakpoint): New function.
(_Jv_JVMTI_Interface): Define SetBreakpoint and ClearBreakpoint.
* sources.am: Regenerated.
* Makefile.in: Regenerated.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: setclearbp.patch
Type: text/x-patch
Size: 7257 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20061030/9fecc084/attachment.bin>
More information about the Java-patches
mailing list