Searched refs:SUSPEND_ALL (Results 1 - 23 of 23) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jdi/request/
H A DEventRequest.java151 int SUSPEND_ALL = 2; field in interface:EventRequest
155 * in the target VM. Use {@link #SUSPEND_ALL} to suspend all
177 * The returned value is {@link #SUSPEND_ALL},
/openjdk7/jdk/test/com/sun/jdi/
H A DAfterThreadDeathTest.java87 stepRequest.setSuspendPolicy (EventRequest.SUSPEND_ALL);
138 request.setSuspendPolicy(EventRequest.SUSPEND_ALL);
H A DFieldWatchpoints.java94 req.setSuspendPolicy(com.sun.jdi.request.EventRequest.SUSPEND_ALL);
102 req.setSuspendPolicy(com.sun.jdi.request.EventRequest.SUSPEND_ALL);
H A DRequestReflectionTest.java131 sr.setSuspendPolicy(EventRequest.SUSPEND_ALL);
142 if (sr.suspendPolicy() != EventRequest.SUSPEND_ALL) {
159 if (awr.suspendPolicy() != EventRequest.SUSPEND_ALL) {
H A DEventQueueDisconnectTest.java83 ourVMDeathRequest.setSuspendPolicy(EventRequest.SUSPEND_ALL);
H A DMethodEntryExitEvents.java34 * @run main MethodEntryExitEvents SUSPEND_ALL MethodEntryExitEventsDebugee
93 int sessionSuspendPolicy = EventRequest.SUSPEND_ALL;
128 sb.append(" [SUSPEND_NONE | SUSPEND_EVENT_THREAD | SUSPEND_ALL]");
149 stepReq.setSuspendPolicy(EventRequest.SUSPEND_ALL);
196 } else if ("SUSPEND_ALL".equals(args[0])) {
197 sessionSuspendPolicy = EventRequest.SUSPEND_ALL;
225 exceptionRequest.setSuspendPolicy(EventRequest.SUSPEND_ALL);
H A DVMDeathRequestTest.java77 EventRequest.SUSPEND_ALL) {
H A DExceptionEvents.java172 globalSuspendPolicy = EventRequest.SUSPEND_ALL;
296 caught, uncaught, EventRequest.SUSPEND_ALL);
315 case EventRequest.SUSPEND_ALL:
H A DMultiBreakpointsTest.java265 bpr.setSuspendPolicy(EventRequest.SUSPEND_ALL);
H A DTestScaffold.java46 * We create a VMDeathRequest, SUSPEND_ALL, to sync the BE and FE.
151 * with SUSPEND_ALL, and it has to be sure that it doesn't do a
157 ourVMDeathRequest.setSuspendPolicy(EventRequest.SUSPEND_ALL);
176 // SUSPEND_ALL and there are other listeners who expect the BE to still
237 case EventRequest.SUSPEND_ALL:
238 traceln("TS: eventHandler: suspend = SUSPEND_ALL");
587 * to be SUSPEND_ALL in createDefaultExceptionRequest,
H A DEarlyReturnNegativeTest.java205 bpr.setSuspendPolicy(EventRequest.SUSPEND_ALL);
H A DJDIScaffold.java174 case EventRequest.SUSPEND_ALL:
175 traceln("JDI: runloop: suspend = SUSPEND_ALL");
H A DEarlyReturnTest.java555 bpr.setSuspendPolicy(EventRequest.SUSPEND_ALL);
725 int sessionSuspendPolicy = EventRequest.SUSPEND_ALL;
H A DMethodExitReturnValuesTest.java565 int sessionSuspendPolicy = EventRequest.SUSPEND_ALL;
/openjdk7/jdk/src/share/classes/com/sun/tools/example/trace/
H A DEventThread.java109 excReq.setSuspendPolicy(EventRequest.SUSPEND_ALL);
128 tdr.setSuspendPolicy(EventRequest.SUSPEND_ALL);
136 cpr.setSuspendPolicy(EventRequest.SUSPEND_ALL);
190 req.setSuspendPolicy(EventRequest.SUSPEND_ALL);
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/event/
H A DAbstractEventSet.java130 return jdiEventSet.suspendPolicy() == EventRequest.SUSPEND_ALL;
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DEventRequestSpec.java48 int suspendPolicy = EventRequest.SUSPEND_ALL;
H A DEventHandler.java79 } else if (eventSet.suspendPolicy() == EventRequest.SUSPEND_ALL) {
H A DCommands.java1133 byte suspendPolicy = EventRequest.SUSPEND_ALL;
1184 int suspendPolicy = EventRequest.SUSPEND_ALL;
1276 int suspendPolicy = EventRequest.SUSPEND_ALL;
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DExecutionManager.java451 classPrepareRequest.setSuspendPolicy(EventRequest.SUSPEND_ALL);
464 exceptionRequest.setSuspendPolicy(EventRequest.SUSPEND_ALL);
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DEventRequestManagerImpl.java52 return EventRequest.SUSPEND_ALL;
64 case EventRequest.SUSPEND_ALL:
H A DEventSetImpl.java613 vm.printTrace("EventSet: SUSPEND_ALL");
799 case EventRequest.SUSPEND_ALL:
/openjdk7/hotspot/agent/test/jdi/
H A DTestScaffold.java42 * We create a VMDeathRequest, SUSPEND_ALL, to sync the BE and FE.
148 * with SUSPEND_ALL, and it has to be sure that it doesn't do a
154 // ourVMDeathRequest.setSuspendPolicy(EventRequest.SUSPEND_ALL);
173 // SUSPEND_ALL and there are other listeners who expect the BE to still
226 case EventRequest.SUSPEND_ALL:
227 traceln("TS: eventHandler: suspend = SUSPEND_ALL");

Completed in 68 milliseconds