gcc/libjava/gnu/classpath
Keith Seitz 31795f2554 java-interp.h (breakpoint_at): Declare.
* include/java-interp.h (breakpoint_at): Declare.
        * interpret.cc (breakpoint_at): New function.
        * gnu/classpath/jdwp/VMVirtualMachine.java (_event_list):
        New member.
        * gnu/classpath/jdwp/natVMVirtualMachine.cc (initialize):
        Initialize _event_list.
        (handle_single_step): If there is a breakpoint at the
        location at which we are stopping, do not send the notification.
        Instead add the event to a list of events that occur at this
        location.
        (jdwpBreakpointCB): If the event list is not empty, send
        whatever events are in it and the breakpoint event in a single
        notification.
        Mark parameter jni_env as MAYBE_UNUSED.
        * classpath/lib/gnu/classpath/jdwp/VMVirtualMachine.class:
        Regenerated.
        * gnu/classpath/jdwp/VMVirtualMachine.h: Regenerated.

From-SVN: r124778
2007-05-16 20:13:52 +00:00
..
debug Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
jdwp java-interp.h (breakpoint_at): Declare. 2007-05-16 20:13:52 +00:00
Configuration.h Makefile.am (AM_CXXFLAGS): Define ECJ_JAR_FILE. 2007-03-13 05:48:03 +00:00
Configuration.java Makefile.am (AM_CXXFLAGS): Define ECJ_JAR_FILE. 2007-03-13 05:48:03 +00:00
natConfiguration.cc Makefile.am (AM_CXXFLAGS): Define ECJ_JAR_FILE. 2007-03-13 05:48:03 +00:00
natSystemProperties.cc Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
natVMStackWalker.cc re PR libgcj/30742 (ResourceBundle regression) 2007-02-10 14:22:54 +00:00
NotImplementedException.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
Pointer32.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
Pointer64.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
Pointer.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
ServiceFactory.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
ServiceFactory$ServiceIterator.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
ServiceProviderLoadingAction.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
SystemProperties.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
SystemProperties.java Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
VMStackWalker.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
VMStackWalker.java Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00