/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
D | SingleStepTest.java | 129 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in stepFunction() 170 assertEquals("Invalid event kind,", JDWPConstants.EventKind.SINGLE_STEP, in stepFunction() 172 JDWPConstants.EventKind.getName(JDWPConstants.EventKind.SINGLE_STEP), in stepFunction() 182 debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.SINGLE_STEP, requestID); in stepFunction()
|
D | SingleStepWithLocationTest.java | 104 JDWPConstants.EventKind.SINGLE_STEP); in testSingleStepToLocation() 145 assertEquals("Invalid event kind,", JDWPConstants.EventKind.SINGLE_STEP, in testSingleStepToLocation() 147 JDWPConstants.EventKind.getName(JDWPConstants.EventKind.SINGLE_STEP), in testSingleStepToLocation() 153 … debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.SINGLE_STEP, (int) requestID); in testSingleStepToLocation()
|
D | SingleStepThroughReflectionTest.java | 89 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in testSingleStepIntoThroughReflection() 164 assertEquals("Invalid event kind,", JDWPConstants.EventKind.SINGLE_STEP, in waitForSingleStepEvent() 166 JDWPConstants.EventKind.getName(JDWPConstants.EventKind.SINGLE_STEP), in waitForSingleStepEvent() 175 debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.SINGLE_STEP, in clearSingleStep()
|
D | SingleStepWithPendingExceptionTest.java | 100 debuggeeWrapper.vmMirror.receiveCertainEvent(JDWPConstants.EventKind.SINGLE_STEP); in testSingleStepWithPendingException() 104 JDWPConstants.EventKind.SINGLE_STEP); in testSingleStepWithPendingException() 115 clearEvent(JDWPConstants.EventKind.SINGLE_STEP, singleStepRequestId, true); in testSingleStepWithPendingException()
|
D | CombinedEventsTest.java | 75 JDWPConstants.EventKind.SINGLE_STEP, in testCombinedEvents_01() 131 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in testCombinedEvents_01() 170 JDWPConstants.EventKind.SINGLE_STEP, stepRequestID); in testCombinedEvents_01() 201 JDWPConstants.EventKind.SINGLE_STEP, in testCombinedEvents_02() 266 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in testCombinedEvents_02() 307 JDWPConstants.EventKind.SINGLE_STEP, stepRequestID); in testCombinedEvents_02() 338 JDWPConstants.EventKind.SINGLE_STEP, in testCombinedEvents_03() 380 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in testCombinedEvents_03() 425 JDWPConstants.EventKind.SINGLE_STEP, stepRequestID); in testCombinedEvents_03() 456 JDWPConstants.EventKind.SINGLE_STEP, in testCombinedEvents_04() [all …]
|
D | CombinedEvents003Test.java | 67 JDWPConstants.EventKind.SINGLE_STEP, in testCombinedEvents003_01() 132 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in testCombinedEvents003_01() 169 JDWPConstants.EventKind.SINGLE_STEP, stepRequestID); in testCombinedEvents003_01() 291 case JDWPConstants.EventKind.SINGLE_STEP: in receiveAndCheckEvents()
|
D | EventWithExceptionTest.java | 260 ParsedEvent singleStepEvent = waitForEvent(JDWPConstants.EventKind.SINGLE_STEP, in runSingleStepTest() 268 clearEvent(JDWPConstants.EventKind.SINGLE_STEP, singleStepRequestId, true); in runSingleStepTest()
|
D | CombinedEventsTestCase.java | 207 case JDWPConstants.EventKind.SINGLE_STEP: in checkEventLocation()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | JDWPConstants.java | 274 public static final byte SINGLE_STEP = 1; field in JDWPConstants.EventKind 336 case SINGLE_STEP: in getName()
|
D | ParsedEvent.java | 192 super(suspendPolicy, packet, JDWPConstants.EventKind.SINGLE_STEP); in Event_SINGLE_STEP() 660 case JDWPConstants.EventKind.SINGLE_STEP: { in parseEventPacket()
|
D | VmMirror.java | 1485 byte eventKind = JDWPConstants.EventKind.SINGLE_STEP; in setStep() 1507 byte eventKind = JDWPConstants.EventKind.SINGLE_STEP; in setStep()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/ |
D | SingleStepTest.java | 95 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in stepFunction()
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | EventRequestManagerImpl.java | 614 return JDWP.EventKind.SINGLE_STEP; in eventCmd() 871 return (List<StepRequest>)unmodifiableRequestList(JDWP.EventKind.SINGLE_STEP); in stepRequests()
|
D | EventSetImpl.java | 736 case JDWP.EventKind.SINGLE_STEP: in createEvent()
|
/external/oj-libjdwp/make/data/jdwp/ |
D | jdwp.spec | 2758 (Alt SingleStep=JDWP.EventKind.SINGLE_STEP 3146 (Constant SINGLE_STEP =1 )
|
/external/oj-libjdwp/src/share/back/ |
D | util.c | 2019 index2jdwp[EI_SINGLE_STEP -EI_min] = JDWP_EVENT(SINGLE_STEP); in eventIndexInit() 2063 case JDWP_EVENT(SINGLE_STEP): in jdwp2EventIndex()
|