Home | History | Annotate | Download | only in Events

Lines Matching full:single_step

41  * JDWP Unit test for SINGLE_STEP event.
55 * This test case exercises SINGLE_STEP event.<BR>
57 * SINGLE_STEP event with LINE and OVER steps.
66 * This test case exercises SINGLE_STEP event.<BR>
68 * SINGLE_STEP event with LINE and INTO steps.
76 * This test case exercises SINGLE_STEP event.<BR>
78 * SINGLE_STEP event with MIN and OVER steps.
86 * This test case exercises SINGLE_STEP event.<BR>
88 * SINGLE_STEP event with MIN and INTO steps.
98 * verifies that requested SINGLE_STEP event with StepSize and StepDepth
127 // Sending a SINGLE_STEP request
134 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP);
145 checkReplyPacket(setRequestReply, "Set SINGLE_STEP event");
156 logWriter.println("==> Wait for SINGLE_STEP event");
175 assertEquals("Invalid event kind,", JDWPConstants.EventKind.SINGLE_STEP,
177 JDWPConstants.EventKind.getName(JDWPConstants.EventKind.SINGLE_STEP),
184 // clear SINGLE_STEP event
185 logWriter.println("==> Clearing SINGLE_STEP event..");
187 debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.SINGLE_STEP, requestID);
188 checkReplyPacket(clearRequestReply, "Clear SINGLE_STEP event");
189 logWriter.println("==> SINGLE_STEP event has been cleared");