This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA/JVMTI] Set/Clear Breakpoint
Andrew Haley wrote:
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.
I think I forgot to mention it, but I've committed this.
Thank you for reviewing it, Andrew.
Keith