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

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
SingleStepTest.java 40 * JDWP Unit test for SINGLE_STEP event.
53 * This test case exercises SINGLE_STEP event.<BR>
55 * SINGLE_STEP event with LINE and OVER steps.
64 * This test case exercises SINGLE_STEP event.<BR>
66 * SINGLE_STEP event with LINE and INTO steps.
74 * This test case exercises SINGLE_STEP event.<BR>
76 * SINGLE_STEP event with MIN and OVER steps.
84 * This test case exercises SINGLE_STEP event.<BR>
86 * SINGLE_STEP event with MIN and INTO steps.
96 * verifies that requested SINGLE_STEP event with StepSize and StepDept
    [all...]
CombinedEventsTest.java 39 * METHOD_ENTRY, SINGLE_STEP, BREAKPOINT, METHOD_EXIT.
62 * METHOD_ENTRY, SINGLE_STEP, BREAKPOINT. After setting requests the test starts
63 * to receive single SINGLE_STEP events, until debuggee achieves beginning
66 * request for SINGLE_STEP event, resumes debuggee and checks that only
76 JDWPConstants.EventKind.SINGLE_STEP,
126 logWriter.println("=> Set request for SINGLE_STEP event in class "
132 .setNextValueAsByte(JDWPConstants.EventKind.SINGLE_STEP);
146 logWriter.println("=> SINGLE_STEP requestID = " + stepRequestID);
152 // ignore SINGLE_STEP events until receiving combined METHOD_ENTRY,
153 // SINGLE_STEP, BREAKPOINT event
    [all...]
CombinedEvents003Test.java 39 * METHOD_ENTRY, SINGLE_STEP, BREAKPOINT, METHOD_EXIT.
59 * METHOD_ENTRY, SINGLE_STEP, BREAKPOINT, METHOD_EXIT
68 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);
154 + " METHOD_ENTRY, SINGLE_STEP, BREAKPOINT, METHOD_EXIT events; ignore single SINGLE_STEP event");
168 logWriter.println("=> Clean request for SINGLE_STEP event...");
170 JDWPConstants.EventKind.SINGLE_STEP, stepRequestID)
    [all...]
CombinedEventsTestCase.java 209 case JDWPConstants.EventKind.SINGLE_STEP:
  /external/chromium_org/build/android/pylib/perf/
test_options.py 17 'single_step',
setup.py 37 'single_step': {
39 'cmd': test_options.single_step
47 if test_options.single_step:
test_runner.py 233 if self._options.single_step:
244 if self._options.single_step:
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
SingleStepTest.java 41 * 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");
  /external/chromium_org/build/android/
test_runner.py 486 # Only one of steps, print_step or single_step must be provided.
488 [options.steps, options.print_step, options.single_step]))
491 single_step = None
492 if options.single_step:
493 single_step = ' '.join(args[2:])
497 options.dry_run, single_step)
667 if perf_options.single_step:
668 return perf_test_runner.PrintTestOutput('single_step')
723 if ((options.single_step and len(args) <= 2) or
724 (not options.single_step and len(args) > 2))
    [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/qemu/target-i386/
helper.h 80 DEF_HELPER_1(single_step, void, env)
  /external/lldb/tools/debugserver/source/
RNBRemote.h 60 single_step, // 's' enumerator in enum:RNBRemote::__anon29210
RNBRemote.cpp 123 t.push_back (Packet (single_step, &RNBRemote::HandlePacket_s, NULL, "s", "Single step"));
    [all...]
  /external/valgrind/main/coregrind/
pub_core_gdbserver.h 126 This allows to have single_step working, using a lazily
  /external/lldb/include/lldb/Target/
Thread.h 842 EnableTracer (bool value, bool single_step);
    [all...]
  /external/valgrind/main/include/vki/
vki-s390x-linux.h 741 unsigned single_step : 1; member in struct:__anon36699

Completed in 241 milliseconds