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

/external/libchrome/base/
H A Dcpu.h36 int stepping() const { return stepping_; } function in class:base::CPU
64 int signature_; // raw form of type, family, model, and stepping
/external/syslinux/com32/gplinclude/dmi/
H A Ddmi_processor.h77 uint8_t stepping; member in struct:__anon23657
/external/syslinux/com32/gplinclude/
H A Dcpuid.h145 uint8_t stepping; member in struct:__anon23620
/external/v8/src/base/
H A Dcpu.h38 int stepping() const { return stepping_; } function in class:v8::base::final
/external/valgrind/coregrind/m_gdbserver/
H A Dtarget.c217 /* 0 => not single stepping.
218 1 => single stepping asked by gdb
219 2 => single stepping asked by valgrind (watchpoint) */
220 static int stepping = 0; variable
233 stepping = 2;
235 stepping = 0;
240 if (stepping)
263 "resume_info step %d sig %d stepping %d\n",
266 stepping);
283 stepping
[all...]
H A Dm_gdbserver.c93 or if we are single stepping
194 single stepping (kind == GS_jump).
195 When gdbserver is not single stepping anymore, all GS_jump entries
316 /* keep gdbserved instrumentation while single stepping */
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,
735 if (!stepping
[all...]

Completed in 262 milliseconds