diff options
author | Keith Seitz <kseitz@gcc.gnu.org> | 2007-05-16 20:13:52 +0000 |
---|---|---|
committer | Keith Seitz <kseitz@gcc.gnu.org> | 2007-05-16 20:13:52 +0000 |
commit | 31795f25549377f4e18e53c0050eb8066c5a1d29 (patch) | |
tree | 36f166d75b2e0ef0652f219def4448ea40208046 /libjava/include/java-stack.h | |
parent | 8faab1f43bae896cd4fab5aa3e1e4dbfa16e2396 (diff) | |
download | gcc-31795f25549377f4e18e53c0050eb8066c5a1d29.zip gcc-31795f25549377f4e18e53c0050eb8066c5a1d29.tar.gz gcc-31795f25549377f4e18e53c0050eb8066c5a1d29.tar.bz2 |
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
Diffstat (limited to 'libjava/include/java-stack.h')
0 files changed, 0 insertions, 0 deletions