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

  /external/chromium/base/
cpu.h 23 int stepping() const { return stepping_; } function in class:base::CPU
  /external/valgrind/main/coregrind/m_gdbserver/
target.c 178 /* 0 => not single stepping.
179 1 => single stepping asked by gdb
180 2 => single stepping asked by valgrind (watchpoint) */
181 static int stepping = 0; variable
194 stepping = 2;
196 stepping = 0;
201 if (stepping)
224 "resume_info step %d sig %d stepping %d\n",
227 stepping);
235 stepping = resume_info->step
    [all...]
m_gdbserver.c 92 or if we are single stepping
189 single stepping (kind == GS_jump).
190 When gdbserver is not single stepping anymore, all GS_jump entries
307 /* keep gdbserved instrumentation while single stepping */
454 by switching to Single Stepping mode. */
481 dlog(2, "gdbserver_instrumentation_needed due to single stepping\n");
634 int stepping; local
683 stepping = valgrind_single_stepping();
694 /* we are single stepping. If we were not stepping on entry
    [all...]
  /external/qemu/target-i386/
helper.c 116 int stepping; member in struct:x86_def_t
144 .stepping = 3,
166 .stepping = 3,
191 .stepping = 11,
213 .stepping = 3,
224 .stepping = 8,
243 .stepping = 0,
252 .stepping = 3,
261 .stepping = 2,
270 .stepping = 3
321 int family = -1, model = -1, stepping = -1; local
    [all...]
  /external/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-stepin-call-function-stub.js 97 // Test stepping into function call when a breakpoint is set at the place
debug-stepout-scope.js 31 // every point when stepping through functions.
  /external/v8/test/mjsunit/regress/
regress-1639-2.js 54 // While in the debugger and stepping through a set of instructions
55 // 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
  /external/oprofile/daemon/
opd_ibs.c 487 unsigned stepping : 4; member in struct:__anon12735::__anon12736
498 /* CPUID Fn0000_0001_EAX Family, Model, Stepping */
513 ibs_stepping = v.stepping;
  /dalvik/vm/mterp/mips/
footer.S 14 * "longjmp" to a translation after single-stepping. Before returning
88 * "longjmp" to a translation after single-stepping.
389 * rIBASE will be swapped to to send us into single-stepping trace
436 # Setup SV single-stepping
    [all...]
  /dalvik/vm/mterp/armv5te/
footer.S 14 * "longjmp" to a translation after single-stepping. Before returning
97 * "longjmp" to a translation after single-stepping.
134 * We'll use the normal single-stepping mechanism via interpBreak,
379 * rIBASE will be swapped to to send us into single-stepping trace
426 @ Set up SV single-stepping
    [all...]
  /external/v8/src/
debug-debugger.js     [all...]
  /external/qemu/
mips-dis.c     [all...]
  /dalvik/vm/mterp/out/
InterpAsm-mips.S     [all...]
InterpAsm-armv5te-vfp.S     [all...]
InterpAsm-armv5te.S     [all...]
InterpAsm-armv7-a-neon.S     [all...]
InterpAsm-armv7-a.S     [all...]

Completed in 965 milliseconds