This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA/JVMTI] Set/Clear Breakpoint
- From: Andrew Haley <aph 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: Tue, 31 Oct 2006 10:12:22 +0000
- Subject: Re: [RFA/JVMTI] Set/Clear Breakpoint
- References: <4546848D.7080005@redhat.com>
Keith Seitz writes:
> 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.
OK.
Andrew.