This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA/JVMTI] Breakpoint class
- 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: Sat, 28 Oct 2006 12:04:03 +0100
- Subject: Re: [RFA/JVMTI] Breakpoint class
- References: <4542BFC7.1090606@redhat.com>
Keith Seitz writes:
> Hi,
>
> This patch adds a gnu.gcj.jvmti.Breakpoint class which represents a
> breakpoint installed in the interpreter, holding information about the
> original instruction. Another manager class which keeps track of all
> these things is to follow after this one.
>
> Keith
>
> ChangeLog
> 2006-10-27 Keith Seitz <keiths@redhat.com>
>
> * Makefile.am (nat_source_files): Add natBreakpoint.cc.
> * Makefile.in: Regenerate.
> * gnu/gcj/jvmti/Breakpoint.java: New file.
> * gnu/gcj/jvmti/natBreakpoint.java: New file.
Cool.
Andrew.