gcc/libjava/classpath/lib/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
classpath java-interp.h (breakpoint_at): Declare. 2007-05-16 20:12:33 +00:00
CORBA
gcj jvmti-int.h (_Jv_ReportJVMTIExceptionThrow): Declare. 2007-05-04 01:04:11 +00:00
java 2007-04-04 Francis Kung <fkung@redhat.com> 2007-04-28 01:58:23 +00:00
javax Server.java (Server): Record the delegate. 2007-05-03 18:35:55 +00:00
xml re PR xml/30831 (Writing (transforming) XML fails) 2007-03-09 09:31:18 +00:00