/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | ParsedEvent.java | 35 private byte suspendPolicy; field in ParsedEvent 44 protected ParsedEvent(byte suspendPolicy, Packet packet, byte eventKind) { in ParsedEvent() 88 protected EventThread(byte suspendPolicy, Packet packet, byte eventKind) { in EventThread() 114 protected EventThreadLocation(byte suspendPolicy, Packet packet, in EventThreadLocation() 142 protected EventThreadMonitor(byte suspendPolicy, Packet packet, in EventThreadMonitor() 175 private Event_VM_START(byte suspendPolicy, Packet packet) { in Event_VM_START() 191 private Event_SINGLE_STEP(byte suspendPolicy, Packet packet) { in Event_SINGLE_STEP() 207 private Event_BREAKPOINT(byte suspendPolicy, Packet packet) { in Event_BREAKPOINT() 223 private Event_METHOD_ENTRY(byte suspendPolicy, Packet packet) { in Event_METHOD_ENTRY() 239 private Event_METHOD_EXIT(byte suspendPolicy, Packet packet) { in Event_METHOD_EXIT() [all …]
|
D | Event.java | 36 public static EventBuilder builder(byte eventKind, byte suspendPolicy) { in builder() 41 public final byte suspendPolicy; field in Event 49 Event(byte eventKind, byte suspendPolicy, List<EventMod> mods) { in Event()
|
D | EventBuilder.java | 29 private final byte suspendPolicy; field in EventBuilder 32 EventBuilder(byte eventKind, byte suspendPolicy) { in EventBuilder()
|
D | VmMirror.java | 120 public ReplyPacket setBreakpoint(Location location, byte suspendPolicy) { in setBreakpoint() 141 Breakpoint breakpoint, byte suspendPolicy, int count) { in setCountableBreakpoint() 175 public int setBreakpointAtMethodBegin(long classID, String methodName, byte suspendPolicy) { in setBreakpointAtMethodBegin() 1522 public ReplyPacket setThreadStart(byte suspendPolicy) { in setThreadStart() 1534 public ReplyPacket setThreadEnd(byte suspendPolicy) { in setThreadEnd() 1540 private ReplyPacket setClassOnlyEvent(byte eventKind, byte suspendPolicy, long classId) { in setClassOnlyEvent() 1547 private ReplyPacket setClassMatchEvent(byte eventKind, byte suspendPolicy, String pattern) { in setClassMatchEvent() 1554 private ReplyPacket setClassExcludeEvent(byte eventKind, byte suspendPolicy, String pattern) { in setClassExcludeEvent()
|
/external/oj-libjdwp/src/share/classes/com/sun/jdi/event/ |
D | EventSet.java | 153 int suspendPolicy(); in suspendPolicy() method
|
/external/oj-libjdwp/src/share/back/ |
D | eventHelper.c | 48 jbyte suspendPolicy; /* NOTE: Must be the first field */ member 59 jbyte suspendPolicy; /* NOTE: Must be the first field */ member 85 jbyte suspendPolicy; /* NOTE: Must be the first field */ member 94 jbyte suspendPolicy; /* NOTE: Must be the first field */ member 955 jbyte suspendPolicy = JDWP_SUSPEND_POLICY(NONE); in eventHelper_reportEvents() local 996 eventHelper_recordEvent(EventInfo *evinfo, jint id, jbyte suspendPolicy, in eventHelper_recordEvent() 1030 eventHelper_recordFrameEvent(jint id, jbyte suspendPolicy, EventIndex ei, in eventHelper_recordFrameEvent() 1096 eventHelper_reportVMInit(JNIEnv *env, jbyte sessionID, jthread thread, jbyte suspendPolicy) in eventHelper_reportVMInit()
|
D | eventHandler.h | 37 jbyte suspendPolicy; member
|
D | EventRequestImpl.c | 237 jbyte suspendPolicy; in setCommand() local
|
D | eventHandler.c | 392 jbyte suspendPolicy; in reportEvents() local 1621 eventHandler_alloc(jint filterCount, EventIndex ei, jbyte suspendPolicy) in eventHandler_alloc()
|
D | debugInit.c | 761 jbyte suspendPolicy; in initialize() local
|
/external/oj-libjdwp/src/share/classes/com/sun/jdi/request/ |
D | EventRequest.java | 183 int suspendPolicy(); in suspendPolicy() method
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | EventSetImpl.java | 53 private byte suspendPolicy; field in EventSetImpl 784 public int suspendPolicy() { in suspendPolicy() method in EventSetImpl
|
D | EventRequestManagerImpl.java | 98 byte suspendPolicy = JDWP.SuspendPolicy.ALL; field in EventRequestManagerImpl.EventRequestImpl 189 public int suspendPolicy() { in suspendPolicy() method in EventRequestManagerImpl.EventRequestImpl
|