Home
last modified time | relevance | path

Searched refs:SINGLE_STEP (Results 1 – 13 of 13) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DSingleStepTest.java134 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in stepFunction()
175 assertEquals("Invalid event kind,", JDWPConstants.EventKind.SINGLE_STEP, in stepFunction()
177 JDWPConstants.EventKind.getName(JDWPConstants.EventKind.SINGLE_STEP), in stepFunction()
187 debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.SINGLE_STEP, requestID); in stepFunction()
DSingleStepWithLocationTest.java106 JDWPConstants.EventKind.SINGLE_STEP); in testSingleStepToLocation()
147 assertEquals("Invalid event kind,", JDWPConstants.EventKind.SINGLE_STEP, in testSingleStepToLocation()
149 JDWPConstants.EventKind.getName(JDWPConstants.EventKind.SINGLE_STEP), in testSingleStepToLocation()
155 … debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.SINGLE_STEP, (int) requestID); in testSingleStepToLocation()
DSingleStepThroughReflectionTest.java93 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in testSingleStepIntoThroughReflection()
168 assertEquals("Invalid event kind,", JDWPConstants.EventKind.SINGLE_STEP, in waitForSingleStepEvent()
170 JDWPConstants.EventKind.getName(JDWPConstants.EventKind.SINGLE_STEP), in waitForSingleStepEvent()
179 debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.SINGLE_STEP, in clearSingleStep()
DSingleStepWithPendingExceptionTest.java100 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()
DCombinedEventsTest.java77 JDWPConstants.EventKind.SINGLE_STEP, in testCombinedEvents_01()
133 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in testCombinedEvents_01()
172 JDWPConstants.EventKind.SINGLE_STEP, stepRequestID); in testCombinedEvents_01()
203 JDWPConstants.EventKind.SINGLE_STEP, in testCombinedEvents_02()
268 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in testCombinedEvents_02()
309 JDWPConstants.EventKind.SINGLE_STEP, stepRequestID); in testCombinedEvents_02()
340 JDWPConstants.EventKind.SINGLE_STEP, in testCombinedEvents_03()
382 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in testCombinedEvents_03()
427 JDWPConstants.EventKind.SINGLE_STEP, stepRequestID); in testCombinedEvents_03()
458 JDWPConstants.EventKind.SINGLE_STEP, in testCombinedEvents_04()
[all …]
DCombinedEvents003Test.java69 JDWPConstants.EventKind.SINGLE_STEP, in testCombinedEvents003_01()
134 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in testCombinedEvents003_01()
171 JDWPConstants.EventKind.SINGLE_STEP, stepRequestID); in testCombinedEvents003_01()
293 case JDWPConstants.EventKind.SINGLE_STEP: in receiveAndCheckEvents()
DEventWithExceptionTest.java260 ParsedEvent singleStepEvent = waitForEvent(JDWPConstants.EventKind.SINGLE_STEP, in runSingleStepTest()
268 clearEvent(JDWPConstants.EventKind.SINGLE_STEP, singleStepRequestId, true); in runSingleStepTest()
DCombinedEventsTestCase.java207 case JDWPConstants.EventKind.SINGLE_STEP: in checkEventLocation()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DJDWPConstants.java274 public static final byte SINGLE_STEP = 1; field in JDWPConstants.EventKind
336 case SINGLE_STEP: in getName()
DParsedEvent.java192 super(suspendPolicy, packet, JDWPConstants.EventKind.SINGLE_STEP); in Event_SINGLE_STEP()
660 case JDWPConstants.EventKind.SINGLE_STEP: { in parseEventPacket()
DVmMirror.java1485 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/
DSingleStepTest.java99 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in stepFunction()
/external/r8/src/test/java/com/android/tools/r8/debug/
DDebugTestBase.java1030 EventBuilder eventBuilder = Event.builder(EventKind.SINGLE_STEP, SuspendPolicy.ALL);
1117 testBase.getMirror().clearEvent(EventKind.SINGLE_STEP, stepRequestID);