java-interp.h (breakpoint_at): Declare.
authorKeith Seitz <kseitz@gcc.gnu.org>
Wed, 16 May 2007 20:13:52 +0000 (20:13 +0000)
committerKeith Seitz <kseitz@gcc.gnu.org>
Wed, 16 May 2007 20:13:52 +0000 (20:13 +0000)
commit31795f25549377f4e18e53c0050eb8066c5a1d29
tree36f166d75b2e0ef0652f219def4448ea40208046
parent8faab1f43bae896cd4fab5aa3e1e4dbfa16e2396
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
libjava/gnu/classpath/jdwp/VMVirtualMachine.java