Searched defs:suspendPolicy (Results 1 - 12 of 12) sorted by relevance

/openjdk9/jdk/src/jdk.jdwp.agent/share/native/libjdwp/
H A DeventHandler.h37 jbyte suspendPolicy; member in struct:HandlerNode_
H A DEventRequestImpl.c237 jbyte suspendPolicy; local
H A DeventHandler.c392 jbyte suspendPolicy; local
1589 eventHandler_alloc(jint filterCount, EventIndex ei, jbyte suspendPolicy) argument
H A DeventHelper.c48 jbyte suspendPolicy; /* NOTE: Must be the first field */ member in struct:EventCommandSingle
59 jbyte suspendPolicy; /* NOTE: Must be the first field */ member in struct:FrameEventCommandSingle
85 jbyte suspendPolicy; /* NOTE: Must be the first field */ member in struct:ReportVMInitCommand
94 jbyte suspendPolicy; /* NOTE: Must be the first field */ member in struct:ReportEventCompositeCommand
955 jbyte suspendPolicy = JDWP_SUSPEND_POLICY(NONE); local
996 eventHelper_recordEvent(EventInfo *evinfo, jint id, jbyte suspendPolicy, struct bag *eventBag) argument
1030 eventHelper_recordFrameEvent(jint id, jbyte suspendPolicy, EventIndex ei, jthread thread, jclass clazz, jmethodID method, jlocation location, int needReturnValue, jvalue returnValue, struct bag *eventBag) argument
1096 eventHelper_reportVMInit(JNIEnv *env, jbyte sessionID, jthread thread, jbyte suspendPolicy) argument
[all...]
H A DdebugInit.c668 jbyte suspendPolicy; local
/openjdk9/jdk/src/jdk.jdi/share/classes/com/sun/jdi/event/
H A DEventSet.java151 int suspendPolicy(); method in interface:EventSet
/openjdk9/jdk/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DEventRequestSpec.java48 int suspendPolicy = EventRequest.SUSPEND_ALL; field in class:EventRequestSpec
H A DCommands.java1260 turnOnExitTrace(ThreadInfo threadInfo, int suspendPolicy) argument
[all...]
/openjdk9/jdk/src/jdk.jdi/share/classes/com/sun/jdi/request/
H A DEventRequest.java182 int suspendPolicy(); method in interface:EventRequest
/openjdk9/jdk/test/com/sun/jdi/
H A DExceptionEvents.java111 final int suspendPolicy; field in class:ExceptionEvents
116 ExceptionEvents(String target, String exceptionName, boolean caught, boolean uncaught, int suspendPolicy) argument
303 go(String target, boolean expectedEvent, String exceptionName, boolean caught, boolean uncaught, int suspendPolicy) argument
/openjdk9/jdk/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DEventSetImpl.java53 private byte suspendPolicy; field in class:EventSetImpl
784 public int suspendPolicy() { method in class:EventSetImpl
[all...]
H A DEventRequestManagerImpl.java98 byte suspendPolicy = JDWP.SuspendPolicy.ALL; field in class:EventRequestManagerImpl.EventRequestImpl
189 public int suspendPolicy() { method in class:EventRequestManagerImpl.EventRequestImpl

Completed in 72 milliseconds