HomeSort by relevance Sort by last modified time
    Searched refs:stepping (Results 1 - 25 of 35) sorted by null

1 2

  /external/lldb/test/lang/objc/objc-stepping/
Makefile 3 OBJC_SOURCES := stepping-tests.m
  /external/chromium_org/v8/src/
collection.js 84 var stepping = %_DebugCallbackSupportsStepping(f);
86 if (stepping) %DebugPrepareStepInIfStepping(f);
195 var stepping = %_DebugCallbackSupportsStepping(f);
197 if (stepping) %DebugPrepareStepInIfStepping(f);
cpu.h 37 int stepping() const { return stepping_; } function in class:v8::internal::BASE_EMBEDDED
array.js 1403 var stepping = %_DebugCallbackSupportsStepping(callback); variable
1440 var stepping = %_DebugCallbackSupportsStepping(callback); variable
    [all...]
  /external/chromium_org/base/
cpu.h 35 int stepping() const { return stepping_; } function in class:base::CPU
66 int signature_; // raw form of type, family, model, and stepping
  /external/qemu/target-i386/
helper.c 115 int stepping; member in struct:x86_def_t
143 .stepping = 3,
165 .stepping = 3,
190 .stepping = 11,
212 .stepping = 3,
223 .stepping = 8,
242 .stepping = 0,
251 .stepping = 3,
260 .stepping = 2,
269 .stepping = 3
320 int family = -1, model = -1, stepping = -1; local
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
target.c 188 /* 0 => not single stepping.
189 1 => single stepping asked by gdb
190 2 => single stepping asked by valgrind (watchpoint) */
191 static int stepping = 0; variable
204 stepping = 2;
206 stepping = 0;
211 if (stepping)
234 "resume_info step %d sig %d stepping %d\n",
237 stepping);
245 stepping = resume_info->step
    [all...]
m_gdbserver.c 96 or if we are single stepping
193 single stepping (kind == GS_jump).
194 When gdbserver is not single stepping anymore, all GS_jump entries
315 /* keep gdbserved instrumentation while single stepping */
471 by switching to Single Stepping mode. */
498 dlog(2, "gdbserver_instrumentation_needed due to single stepping\n");
662 int stepping; local
719 stepping = valgrind_single_stepping();
730 /* we are single stepping. If we were not stepping on entry
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-constructor.js 67 Debug.clearStepping(); // Clear stepping as the listener leaves it on.
74 Debug.clearStepping(); // Clear stepping as the listener leaves it on.
debug-step-2.js 48 // Set the global variables state to prpare the stepping test.
82 // Clear the breakpoint and check that no stepping happens.
debug-step-3.js 49 // Set the global variables state to prpare the stepping test.
87 // Clear the breakpoint and check that no stepping happens.
debug-stepnext-do-while.js 49 // Continue stepping until returned to bottom frame.
debug-step-stub-callfunction.js 37 // Continue stepping until returned to bottom frame.
debug-stepin-constructor.js 37 // Continue stepping until returned to bottom frame.
debug-stepout-recursive-function.js 41 // Continue stepping until returned to bottom frame.
debug-stepout-scope-part1.js 31 // every point when stepping through functions.
debug-stepout-scope-part2.js 31 // every point when stepping through functions.
debug-stepout-scope-part3.js 31 // every point when stepping through functions.
debug-stepout-scope-part4.js 31 // every point when stepping through functions.
debug-stepout-scope-part5.js 31 // every point when stepping through functions.
debug-stepout-scope-part6.js 31 // every point when stepping through functions.
debug-stepout-scope-part7.js 31 // every point when stepping through functions.
debug-stepout-scope-part8.js 31 // every point when stepping through functions.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1639-2.js 55 // While in the debugger and stepping through a set of instructions
56 // executed in the evaluate command, the stepping must stop at the end
  /external/qemu/distrib/sdl-1.2.15/src/cpuinfo/
SDL_cpuinfo.c 160 " cpuid # Get family/model/stepping/features\n"
179 " cpuid # Get family/model/stepping/features\n"
198 cpuid ; Get family/model/stepping/features

Completed in 3302 milliseconds

1 2