* 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
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| event | Loading commit data... | |
| exception | Loading commit data... | |
| id | Loading commit data... | |
| processor | Loading commit data... | |
| transport | Loading commit data... | |
| util | Loading commit data... | |
| value | Loading commit data... | |
| Jdwp$1.h | Loading commit data... | |
| Jdwp.h | Loading commit data... | |
| JdwpConstants$ClassStatus.h | Loading commit data... | |
| JdwpConstants$CommandSet$ArrayReference.h | Loading commit data... | |
| JdwpConstants$CommandSet$ArrayType.h | Loading commit data... | |
| JdwpConstants$CommandSet$ClassLoaderReference.h | Loading commit data... | |
| JdwpConstants$CommandSet$ClassObjectReference.h | Loading commit data... | |
| JdwpConstants$CommandSet$ClassType.h | Loading commit data... | |
| JdwpConstants$CommandSet$Event.h | Loading commit data... | |
| JdwpConstants$CommandSet$EventRequest.h | Loading commit data... | |
| JdwpConstants$CommandSet$Field.h | Loading commit data... | |
| JdwpConstants$CommandSet$InterfaceType.h | Loading commit data... | |
| JdwpConstants$CommandSet$Method.h | Loading commit data... | |
| JdwpConstants$CommandSet$ObjectReference.h | Loading commit data... | |
| JdwpConstants$CommandSet$ReferenceType.h | Loading commit data... | |
| JdwpConstants$CommandSet$StackFrame.h | Loading commit data... | |
| JdwpConstants$CommandSet$StringReference.h | Loading commit data... | |
| JdwpConstants$CommandSet$ThreadGroupReference.h | Loading commit data... | |
| JdwpConstants$CommandSet$ThreadReference.h | Loading commit data... | |
| JdwpConstants$CommandSet$VirtualMachine.h | Loading commit data... | |
| JdwpConstants$CommandSet.h | Loading commit data... | |
| JdwpConstants$Error.h | Loading commit data... | |
| JdwpConstants$EventKind.h | Loading commit data... | |
| JdwpConstants$InvokeOptions.h | Loading commit data... | |
| JdwpConstants$ModKind.h | Loading commit data... | |
| JdwpConstants$StepDepth.h | Loading commit data... | |
| JdwpConstants$StepSize.h | Loading commit data... | |
| JdwpConstants$SuspendPolicy.h | Loading commit data... | |
| JdwpConstants$SuspendStatus.h | Loading commit data... | |
| JdwpConstants$Tag.h | Loading commit data... | |
| JdwpConstants$ThreadStatus.h | Loading commit data... | |
| JdwpConstants$TypeTag.h | Loading commit data... | |
| JdwpConstants$Version.h | Loading commit data... | |
| JdwpConstants.h | Loading commit data... | |
| VMFrame.h | Loading commit data... | |
| VMFrame.java | Loading commit data... | |
| VMIdManager$IdFactory.h | Loading commit data... | |
| VMIdManager$ReferenceKey.h | Loading commit data... | |
| VMIdManager.h | Loading commit data... | |
| VMIdManager.java | Loading commit data... | |
| VMMethod.h | Loading commit data... | |
| VMMethod.java | Loading commit data... | |
| VMVirtualMachine.h | Loading commit data... | |
| VMVirtualMachine.java | Loading commit data... | |
| natVMFrame.cc | Loading commit data... | |
| natVMMethod.cc | Loading commit data... | |
| natVMVirtualMachine.cc | Loading commit data... |