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/
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/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;
  /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 642 milliseconds