HomeSort by relevance Sort by last modified time
    Searched defs:stepping (Results 1 - 5 of 5) 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/
valgrind-low.c 505 /* 0 => not single stepping.
506 1 => single stepping asked by gdb
507 2 => single stepping asked by valgrind (watchpoint) */
508 static int stepping = 0; variable
515 "resume_info thread %ld leave_stopped %d step %d sig %d stepping %d\n",
520 stepping);
528 stepping = resume_info->step;
550 stepping = 2;
552 stepping = 0;
557 if (stepping)
    [all...]
m_gdbserver.c 90 or if we are single stepping
181 single stepping (kind == GS_jump).
182 When gdbserver is not single stepping anymore, all GS_jump entries
268 /* keep gdbserved instrumentation while single stepping */
399 by switching to Single Stepping mode. */
426 dlog(2, "gdbserver_instrumentation_needed due to single stepping\n");
578 int stepping; local
624 stepping = valgrind_single_stepping();
635 /* we are single stepping. If we were not stepping on entry
    [all...]
  /external/oprofile/daemon/
opd_ibs.c 487 unsigned stepping : 4; member in struct:__anon10156::__anon10157
498 /* CPUID Fn0000_0001_EAX Family, Model, Stepping */
513 ibs_stepping = v.stepping;
  /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...]

Completed in 239 milliseconds