Searched refs:resume (Results 1 - 25 of 70) sorted by relevance

123

/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DThreadGroupReference.java75 * resumed as described in {@link ThreadReference#resume}.
78 void resume(); method in interface:ThreadGroupReference
H A DThreadReference.java65 * {@link #resume} or resumed with other threads through
66 * {@link VirtualMachine#resume}.
71 * (through {@link #resume} or {@link ThreadReference#resume})
81 * resumed through one of the JDI resume methods mentioned above;
82 * the application in the target VM cannot resume the suspended thread
83 * through {@link java.lang.Thread#resume}.
95 * Note: the normal way to resume from an event related suspension is
96 * via {@link com.sun.jdi.event.EventSet#resume}.
99 void resume(); method in interface:ThreadReference
[all...]
H A DVirtualMachine.java244 * (through {@link #resume} or {@link ThreadReference#resume})
254 * {@link ThreadReference#resume}.
260 void resume(); method in interface:VirtualMachine
/openjdk7/jdk/src/share/classes/com/sun/jdi/event/
H A DEventSet.java50 * {@link #resume() EventSet.resume()}.
163 * {@link com.sun.jdi.VirtualMachine#resume}. If the
167 * {@link com.sun.jdi.ThreadReference#resume} for the event thread.
170 void resume(); method in interface:EventSet
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DProcessControl.java64 public void resume() throws DebuggerException; method in interface:ProcessControl
103 /** Informs the target process to resume past this debug event. The
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DThreadGroupReferenceImpl.java98 public void resume() { method in class:ThreadGroupReferenceImpl
100 thread.resume();
104 threadGroup.resume();
/openjdk7/jdk/test/com/sun/jdi/
H A DFieldWatchpoints.java114 lastSet.resume();
119 lastSet.resume();
123 vm().resume();
H A DEventQueueDisconnectTest.java86 vm.resume();
109 set.resume();
H A DMixedSuspendTest.sh64 // If the bug occurs, this resume hangs in the back-end
65 mytarg.resume();
H A DNativeInstanceFilter.java86 set.resume();
112 vm().resume();
H A DRepStep.java108 set.resume();
117 set.resume();
130 set.resume();
136 set.resume();
H A DResumeOneThreadTest.java27 * @summary Thread resume invalidates all stack frames, even from other threads
130 // Don't do a set.resume(), just let the other thread
136 // Thread 1 then resume Thread 2 and verify that the saved StackFrame is
154 // bkpt, and by the above vm().suspend(), so we have to resume
158 thread2.resume();
159 thread2.resume();
186 thread1.resume();
187 vm().resume();
220 * resume the target, listening for events
H A DBreakpointTest.java91 // resume the debuggee, and then re-enable the request
102 set.resume();
149 vm().resume();
H A DFilterMatch.java80 set.resume();
111 // This does a resume, so we shouldn't come back to it until
143 vm().resume();
H A DFilterNoMatch.java80 set.resume();
111 // This does a resume, so we shouldn't come back to it until
151 vm().resume();
H A DSuspendThreadTest.java86 // resume the debuggee, and then re-enable the request
97 set.resume();
142 vm().resume();
H A DConnectedVMs.java89 vm().resume();
H A DVMDeathLastTest.java120 * resume the target listening for events
124 vm().resume();
H A DVMDeathRequestTest.java127 vm().resume();
/openjdk7/jdk/test/com/sun/jdi/connect/spi/
H A DDebugUsingCustomConnector.java74 vm.resume();
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DJDIEventSource.java101 session.vm.resume();
117 session.vm.resume();
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/event/
H A DAbstractEventSet.java120 public void resume() { method in class:AbstractEventSet
121 jdiEventSet.resume();
/openjdk7/hotspot/src/share/vm/runtime/
H A Dtimer.hpp103 void resume() { if (_active) _t.start(); } function in class:TraceTime
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/provider/
H A DAsyncProviderInvokerTube.java75 // Suspend the Fiber. AsyncProviderCallback will resume the Fiber after
96 fiber.resume(packet);
107 fiber.resume(packet);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DThreadGroupReferenceImpl.java58 public void resume() { method in class:ThreadGroupReferenceImpl
59 vm.throwNotReadOnlyException("ThreadGroupReference.resume()");

Completed in 120 milliseconds

123