Searched defs:stepping (Results 1 - 5 of 5) sorted by relevance

/external/chromium/base/
H A Dcpu.h23 int stepping() const { return stepping_; } function in class:base::CPU
/external/oprofile/daemon/
H A Dopd_ibs.c487 unsigned stepping : 4; member in struct:__anon9939::__anon9940
513 ibs_stepping = v.stepping;
/external/valgrind/main/coregrind/m_gdbserver/
H A Dvalgrind-low.c505 /* 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...]
H A Dm_gdbserver.c90 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 */
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,
640 if (!stepping
[all...]
/external/qemu/target-i386/
H A Dhelper.c116 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
321 int family = -1, model = -1, stepping = -1; local
[all...]

Completed in 108 milliseconds