HomeSort by relevance Sort by last modified time
    Searched full:single_step (Results 1 - 25 of 26) sorted by null

1 2

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
SingleStepTest.java 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 StepDept
    [all...]
SingleStepWithLocationTest.java 31 * JDWP Unit test for SINGLE_STEP event with LocationOnly modifier.
45 * This test case exercises SINGLE_STEP event.<BR>
50 * that requested SINGLE_STEP event occurs.
101 // Sending a SINGLE_STEP request
106 JDWPConstants.EventKind.SINGLE_STEP);
118 checkReplyPacket(setRequestReply, "Set SINGLE_STEP event");
128 logWriter.println("==> Wait for SINGLE_STEP event");
147 assertEquals("Invalid event kind,", JDWPConstants.EventKind.SINGLE_STEP,
149 JDWPConstants.EventKind.getName(JDWPConstants.EventKind.SINGLE_STEP),
152 // Clear SINGLE_STEP even
    [all...]
SingleStepThroughReflectionTest.java 34 * JDWP Unit test for SINGLE_STEP event.
54 * This test case exercises SINGLE_STEP INTO event through reflection.<BR>
58 * verifies that requested SINGLE_STEP event occurred in the
87 // Sending a SINGLE_STEP request with a ClassOnly modifier so we only
93 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP);
106 checkReplyPacket(setRequestReply, "Set SINGLE_STEP event");
117 // Clear SINGLE_STEP event.
147 logWriter.println("==> Wait for SINGLE_STEP event");
168 assertEquals("Invalid event kind,", JDWPConstants.EventKind.SINGLE_STEP,
170 JDWPConstants.EventKind.getName(JDWPConstants.EventKind.SINGLE_STEP),
    [all...]
CombinedEventsTest.java 39 * METHOD_ENTRY, SINGLE_STEP, BREAKPOINT, METHOD_EXIT.
63 * METHOD_ENTRY, SINGLE_STEP, BREAKPOINT. After setting requests the test starts
64 * to receive single SINGLE_STEP events, until debuggee achieves beginning
67 * request for SINGLE_STEP event, resumes debuggee and checks that only
77 JDWPConstants.EventKind.SINGLE_STEP,
127 logWriter.println("=> Set request for SINGLE_STEP event in class "
133 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP);
147 logWriter.println("=> SINGLE_STEP requestID = " + stepRequestID);
153 // ignore SINGLE_STEP events until receiving combined METHOD_ENTRY,
154 // SINGLE_STEP, BREAKPOINT event
    [all...]
SingleStepWithPendingExceptionTest.java 29 * JDWP Unit test for SINGLE_STEP event with pending exception.
46 * a SINGLE_STEP OUT request and check that we stop in the catch handler.
100 debuggeeWrapper.vmMirror.receiveCertainEvent(JDWPConstants.EventKind.SINGLE_STEP);
103 assertEventKindEquals("Expected SINGLE_STEP event", parsedEvents[0].getEventKind(),
104 JDWPConstants.EventKind.SINGLE_STEP);
115 clearEvent(JDWPConstants.EventKind.SINGLE_STEP, singleStepRequestId, true);
133 checkReplyPacket(replyPacket, "Failed to set SINGLE_STEP OUT event request");
CombinedEvents003Test.java 39 * METHOD_ENTRY, SINGLE_STEP, BREAKPOINT, METHOD_EXIT.
60 * METHOD_ENTRY, SINGLE_STEP, BREAKPOINT, METHOD_EXIT
69 JDWPConstants.EventKind.SINGLE_STEP,
128 logWriter.println("=> Set request for SINGLE_STEP event in class "
134 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP);
148 logWriter.println("=> SINGLE_STEP requestID = " + stepRequestID);
155 + " METHOD_ENTRY, SINGLE_STEP, BREAKPOINT, METHOD_EXIT events; ignore single SINGLE_STEP event");
169 logWriter.println("=> Clean request for SINGLE_STEP event...");
171 JDWPConstants.EventKind.SINGLE_STEP, stepRequestID)
    [all...]
EventWithExceptionTest.java 252 // Install SINGLE_STEP in catch handler.
259 // Wait for SINGLE_STEP.
260 ParsedEvent singleStepEvent = waitForEvent(JDWPConstants.EventKind.SINGLE_STEP,
263 // Check location of SINGLE_STEP event.
267 // Remove SINGLE_STEP request.
268 clearEvent(JDWPConstants.EventKind.SINGLE_STEP, singleStepRequestId, true);
270 // Resume debuggee suspended on SINGLE_STEP event.
271 logWriter.println("Resume debuggee after SINGLE_STEP event");
419 logWriter.println("Set SINGLE_STEP " + JDWPConstants.StepDepth.getName(singleStepDepth) +
423 checkReplyPacket(replyPacket, "Failed to set SINGLE_STEP "
    [all...]
CombinedEventsTestCase.java 207 case JDWPConstants.EventKind.SINGLE_STEP:
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
SingleStepTest.java 40 * JDWP Unit test for verifying canceling of SINGLE_STEP event after re-connection.
54 * This testcase verifies canceling of SINGLE_STEP event after re-connection.
56 * After BREAKPOINT event occurs the testcase sets request for SINGLE_STEP event
59 * but no any other event, including SINGLE_STEP event.
92 // Sending a SINGLE_STEP request
99 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP);
110 checkReplyPacket(setRequestReply, "Set SINGLE_STEP event");
  /art/test/ti-agent/
trace_helper.cc 79 jmethodID single_step; member in struct:art::common_trace::TraceData
146 CHECK(data->single_step != nullptr);
150 data->single_step,
477 jobject single_step,
498 data->single_step = single_step != nullptr ? env->FromReflectedMethod(single_step) : nullptr;
562 if (single_step != nullptr &&
596 jobject single_step,
605 single_step,
    [all...]
  /art/test/1936-thread-end-events/src/art/
Test1936.java 48 /*single_step*/null,
  /external/oj-libjdwp/src/share/back/
eventHandler.c 269 /* BREAKPOINT, METHOD_ENTRY and SINGLE_STEP events are covered by
277 * (p1) METHOD_ENTRY, SINGLE_STEP
278 * (p1) METHOD_ENTRY, SINGLE_STEP, BREAKPOINT (existing)
279 * (p1/p2) METHOD_ENTRY, SINGLE_STEP, BREAKPOINT (new)
280 * (p1) SINGLE_STEP, BREAKPOINT (existing)
281 * (p2) SINGLE_STEP, BREAKPOINT (new)
295 * METHOD_ENTRY or SINGLE_STEP event is received, if there is an
298 * bag will contain the deferred METHOD_ENTRY and/or SINGLE_STEP
301 * if SINGLE_STEP events are also enabled for the thread, then
302 * the METHOD_ENTRY event is deferred. When the SINGLE_STEP even
    [all...]
util.c     [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
JDWPConstants.java 274 public static final byte SINGLE_STEP = 1;
336 case SINGLE_STEP:
337 return "SINGLE_STEP";
ParsedEvent.java 181 * The class implements JDWP SINGLE_STEP event.
192 super(suspendPolicy, packet, JDWPConstants.EventKind.SINGLE_STEP);
660 case JDWPConstants.EventKind.SINGLE_STEP: {
VmMirror.java     [all...]
  /external/syslinux/gpxe/src/core/
gdbstub.c 238 static void gdbstub_continue ( struct gdbstub *stub, int single_step ) {
243 gdbmach_set_single_step ( stub->regs, single_step );
  /external/syslinux/com32/gdbstub/
gdbstub.c 426 static void gdbstub_continue(struct gdbstub *stub, int single_step)
433 gdbmach_set_single_step(stub->regs, single_step);
  /art/tools/titrace/
titrace.cc 289 << "Failed to enable SINGLE_STEP notification";
  /external/valgrind/coregrind/
pub_core_gdbserver.h 146 This allows to have single_step working, using a lazily
  /libcore/ojluni/src/main/java/java/lang/
Thread.java 161 /* Whether or not to single_step this thread. */
162 private boolean single_step; field in class:Thread
    [all...]
  /art/runtime/
debugger.cc 160 // like BREAKPOINT or SINGLE_STEP (or even METHOD_EXIT if this is a RETURN instruction).
167 // also group it with other events for this location like BREAKPOINT or SINGLE_STEP.
214 // JDWP events in the same packet: METHOD_ENTRY, METHOD_EXIT, BREAKPOINT and/or SINGLE_STEP.
    [all...]
  /external/valgrind/include/vki/
vki-s390x-linux.h 753 unsigned single_step : 1; member in struct:__anon42850
  /external/oj-libjdwp/make/data/jdwp/
jdwp.spec     [all...]
  /art/tools/ahat/etc/
O.hprof     [all...]

Completed in 744 milliseconds

1 2