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/ |
D | SingleStepTest.java | 134 .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()
|
D | SingleStepWithLocationTest.java | 106 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()
|
D | SingleStepThroughReflectionTest.java | 93 .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()
|
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 | 77 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 …]
|
D | CombinedEvents003Test.java | 69 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()
|
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 | 99 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP); in stepFunction()
|
/external/r8/src/test/java/com/android/tools/r8/debug/ |
D | DebugTestBase.java | 1030 EventBuilder eventBuilder = Event.builder(EventKind.SINGLE_STEP, SuspendPolicy.ALL); 1117 testBase.getMirror().clearEvent(EventKind.SINGLE_STEP, stepRequestID);
|