gcc/libjava/gnu
Keith Seitz 8faab1f43b 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: r124777
2007-05-16 20:12:33 +00:00
..
awt Updating header files. Earlier change here seems to have been in error. 2007-03-05 14:29:47 +00:00
classpath java-interp.h (breakpoint_at): Declare. 2007-05-16 20:12:33 +00:00
CORBA Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
gcj interpret.cc: Don't include ExceptionEvent.h. 2007-05-04 02:08:07 +00:00
java HTMLEditorKit.class: Regenerate 2007-05-16 06:54:58 +00:00
javax Server.java (Server): Record the delegate. 2007-05-03 18:38:37 +00:00
xml re PR classpath/30718 (TransformerException in XSLURIResolver) 2007-02-07 18:22:26 +00:00