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

  /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...]
  /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);
  /external/valgrind/include/vki/
vki-s390x-linux.h 753 unsigned single_step : 1; member in struct:__anon42850
  /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...]

Completed in 80 milliseconds