This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA/JVMTI] Breakpoint class


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]