Home
last modified time | relevance | path

Searched refs:stepping (Results 1 – 25 of 37) sorted by relevance

12

/external/qemu/target-i386/
Dhelper.c116 int stepping; member
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,
[all …]
/external/valgrind/main/coregrind/m_gdbserver/
Dtarget.c181 static int stepping = 0; variable
194 stepping = 2; in valgrind_set_single_stepping()
196 stepping = 0; in valgrind_set_single_stepping()
201 if (stepping) in valgrind_single_stepping()
227 stepping); in valgrind_resume()
235 stepping = resume_info->step; in valgrind_resume()
Dm_gdbserver.c634 int stepping; in call_gdbserver() local
683 stepping = valgrind_single_stepping(); in call_gdbserver()
699 if (!stepping && tid != 0) { in call_gdbserver()
707 if (stepping) in call_gdbserver()
/external/chromium/base/
Dcpu.h23 int stepping() const { return stepping_; } in stepping() function
/external/chromium_org/base/
Dcpu.h35 int stepping() const { return stepping_; } in stepping() function
Dbind_internal.h.pump381 // Local references to make debugger stepping easier. If in a debugger,
/external/chromium_org/v8/src/
Dcpu.h60 int stepping() const { return stepping_; } in stepping() function
/external/qemu/distrib/sdl-1.2.15/src/cpuinfo/
DSDL_cpuinfo.c198 cpuid ; Get family/model/stepping/features in CPU_getCPUIDFeatures()
/external/oprofile/daemon/
Dopd_ibs.c487 unsigned stepping : 4; in check_cpuid_family_model_stepping() member
513 ibs_stepping = v.stepping; in check_cpuid_family_model_stepping()
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
Ddebugging.rst103 pausing and stepping of :ref:`Draw` calls. Is used with rbug-gui which is
/external/mesa3d/src/gallium/docs/source/
Ddebugging.rst103 pausing and stepping of :ref:`Draw` calls. Is used with rbug-gui which is
/external/chromium_org/third_party/python_gflags/
DNEWS12 Administrative note: In the coming weeks, I'll be stepping down as
/external/chromium-trace/trace-viewer/third_party/python_gflags/
DNEWS12 Administrative note: In the coming weeks, I'll be stepping down as
/external/strace/
DPORTING24 single-stepping in a debugger with little or nothing to show for it,
/external/chromium_org/chrome/browser/media/
Dwebrtc_logging_handler_host.cc290 "." + IntToString(cpu.stepping()) + in LogMachineInfo()
/external/chromium_org/third_party/sqlite/src/test/
Dtkt3718.test85 # statement that requires a statement journal. After stepping the statement
/external/chromium_org/third_party/tcmalloc/vendor/
DNEWS6 (csilvers) am stepping down as maintainer, to be replaced by
67 `gperftools`. In the coming weeks, I'll be stepping down as
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
Ddebugging.rst433 execute the next source line, stepping over functions
436 execute the next source line, stepping into functions
/external/libffi/
DREADME312 stepping through the code and tracking down bugs.
/external/qemu/
DChangelog188 - PPC breakpoints and single stepping (Jason Wessel)
444 - correct single stepping thru string operations
/external/v8/
DChangeLog638 Fixed: debugger stops stepping outside evaluate (Issue 1639).
651 Fixed debugger stepping next with trycatch recursion (Issue 1639).
655 Support for precise stepping in functions compiled before debugging was
2162 Improved debugger support for stepping out of functions.
2174 stepping.
2842 Changed the debugger to avoid stepping into function.call/apply if the
2859 Added support for stepping into setters and getters in the
/external/chromium_org/v8/
DChangeLog333 Debug: Allow stepping into on a given call frame
2316 Enabled stepping into callback passed to builtins.
3070 Fixed: debugger stops stepping outside evaluate (Issue 1639).
3083 Fixed debugger stepping next with trycatch recursion (Issue 1639).
3087 Support for precise stepping in functions compiled before debugging was
4594 Improved debugger support for stepping out of functions.
4606 stepping.
5274 Changed the debugger to avoid stepping into function.call/apply if the
5291 Added support for stepping into setters and getters in the
/external/chromium_org/third_party/re2/benchlog/
Dbenchlog.mini65 machdep.cpu.stepping: 2
/external/regex-re2/benchlog/
Dbenchlog.mini65 machdep.cpu.stepping: 2
/external/llvm/docs/
DGetElementPtr.rst29 Quick answer: The index stepping through the first operand.

12