gcc/libjava/gnu/gcj/jvmti
Kyle Galloway 7a1bf87c6e interpret.cc (_Jv_InterpMethod::check_handler): New method.
2007-02-15  Kyle Galloway  <kgallowa@redhat.com>
	
	* interpret.cc (_Jv_InterpMethod::check_handler): New method.
    * interpret-run.cc: Change the catch section to report exception
    events and to use the new check_handler method.
    * include/java-interp.h (_Jv_InterpMethod): Add check_handler.
    * gnu/gcj/jvmti/ExceptionEvent.java: New file.
    * gnu/gcj/jvmti/ExceptionEvent.h: New file.
    * gnu/gcj/jvmti/natExceptionEvent.cc: New file.
    * libjava/classpath/lib/gnu/gcj/jvmti/ExceptionEvent.class: New
    file.
    * sources.am: Added ExceptionEvent.java.
    * Makefile.am: Added natExceptionEvent.cc
    * Makefile.in: Regenerated.
    * include/Makefile.in: Regenerated.
    * gcj/Makefile.in: Regenerated.

From-SVN: r122019
2007-02-16 00:05:39 +00:00
..
Breakpoint.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
Breakpoint.java
BreakpointManager.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
BreakpointManager.java
ExceptionEvent.h interpret.cc (_Jv_InterpMethod::check_handler): New method. 2007-02-16 00:05:39 +00:00
ExceptionEvent.java interpret.cc (_Jv_InterpMethod::check_handler): New method. 2007-02-16 00:05:39 +00:00
Location.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
Location.java
natBreakpoint.cc
natExceptionEvent.cc interpret.cc (_Jv_InterpMethod::check_handler): New method. 2007-02-16 00:05:39 +00:00