/external/lldb/tools/lldb-perf/lldbperf.xcodeproj/ |
D | project.pbxproj | 70 …F51017011EBB00D95015 /* stepping-testcase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CE37… 71 …000BFD501 /* lldb-perf-stepping.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CE3707216FB701… 195 remoteInfo = "stepping-testcase"; 263 …stepping.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cp… 264 …BFD501 /* stepping-testcase */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.exec… 265 …* stepping-testcase.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name… 337 4CE3707416FB701E00BFD501 /* stepping */, 374 4CE3707C16FB70AD00BFD501 /* stepping-testcase */, 476 4CE3707416FB701E00BFD501 /* stepping */ = { 479 4CE3708716FB70E100BFD501 /* stepping-testcase.cpp */, [all …]
|
/external/chromium_org/v8/src/ |
D | collection.js | 111 var stepping = DEBUG_IS_ACTIVE && %DebugCallbackSupportsStepping(f); 114 if (stepping) %DebugPrepareStepInIfStepping(f); 254 var stepping = DEBUG_IS_ACTIVE && %DebugCallbackSupportsStepping(f); 257 if (stepping) %DebugPrepareStepInIfStepping(f);
|
D | array.js | 1137 var stepping = DEBUG_IS_ACTIVE && %DebugCallbackSupportsStepping(f); 1142 if (stepping) %DebugPrepareStepInIfStepping(f); 1170 var stepping = DEBUG_IS_ACTIVE && %DebugCallbackSupportsStepping(f); 1175 if (stepping) %DebugPrepareStepInIfStepping(f); 1201 var stepping = DEBUG_IS_ACTIVE && %DebugCallbackSupportsStepping(f); 1206 if (stepping) %DebugPrepareStepInIfStepping(f); 1231 var stepping = DEBUG_IS_ACTIVE && %DebugCallbackSupportsStepping(f); 1236 if (stepping) %DebugPrepareStepInIfStepping(f); 1262 var stepping = DEBUG_IS_ACTIVE && %DebugCallbackSupportsStepping(f); 1267 if (stepping) %DebugPrepareStepInIfStepping(f); [all …]
|
/external/lldb/test/ |
D | bench-history | 10 lldb stepping benchmark: Avg: 0.104409 (Laps: 50, Total Elapsed Time: 5.220461) 19 lldb stepping benchmark: Avg: 0.107101 (Laps: 50, Total Elapsed Time: 5.355043) 26 lldb stepping benchmark: Avg: 0.104091 (Laps: 50, Total Elapsed Time: 5.204557) 39 lldb stepping benchmark: Avg: 0.138386 (Laps: 50, Total Elapsed Time: 6.919313) 49 lldb stepping benchmark: Avg: 0.155064 (Laps: 50, Total Elapsed Time: 7.753182, min=0.101287, max=2… 60 lldb stepping benchmark: Avg: 0.158506 (Laps: 50, Total Elapsed Time: 7.925285, min=0.101469, max=1… 68 lldb stepping benchmark: Avg: 0.157824 (Laps: 50, Total Elapsed Time: 7.891186, min=0.101352, max=2… 79 lldb stepping benchmark: Avg: 0.147439 (Laps: 50, Total Elapsed Time: 7.371955, min=0.101088, max=2… 87 lldb stepping benchmark: Avg: 0.104966 (Laps: 50, Total Elapsed Time: 5.248294, min=0.101296, max=0… 98 lldb stepping benchmark: Avg: 0.134925 (Laps: 50, Total Elapsed Time: 6.746272, min=0.101132, max=1… [all …]
|
/external/qemu/target-i386/ |
D | helper.c | 115 int stepping; member 143 .stepping = 3, 165 .stepping = 3, 190 .stepping = 11, 212 .stepping = 3, 223 .stepping = 8, 242 .stepping = 0, 251 .stepping = 3, 260 .stepping = 2, 269 .stepping = 3, [all …]
|
/external/valgrind/main/coregrind/m_gdbserver/ |
D | target.c | 191 static int stepping = 0; variable 204 stepping = 2; in valgrind_set_single_stepping() 206 stepping = 0; in valgrind_set_single_stepping() 211 if (stepping) in valgrind_single_stepping() 237 stepping); in valgrind_resume() 245 stepping = resume_info->step; in valgrind_resume()
|
D | m_gdbserver.c | 662 int stepping; in call_gdbserver() local 719 stepping = valgrind_single_stepping(); in call_gdbserver() 735 if (!stepping && tid != 0) { in call_gdbserver() 743 if (stepping) in call_gdbserver()
|
/external/lldb/test/lang/objc/objc-stepping/ |
D | Makefile | 3 OBJC_SOURCES := stepping-tests.m
|
D | stepping-tests.m | 130 // We also had a bug where stepping into a method dispatch to nil turned
|
/external/chromium_org/base/ |
D | cpu.h | 35 int stepping() const { return stepping_; } in stepping() function
|
/external/chromium_org/v8/src/base/ |
D | cpu.h | 37 int stepping() const { return stepping_; } in stepping() function
|
/external/qemu/distrib/sdl-1.2.15/src/cpuinfo/ |
D | SDL_cpuinfo.c | 198 cpuid ; Get family/model/stepping/features in CPU_getCPUIDFeatures()
|
/external/oprofile/daemon/ |
D | opd_ibs.c | 487 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/ |
D | debugging.rst | 103 pausing and stepping of :ref:`Draw` calls. Is used with rbug-gui which is
|
/external/mesa3d/src/gallium/docs/source/ |
D | debugging.rst | 103 pausing and stepping of :ref:`Draw` calls. Is used with rbug-gui which is
|
/external/chromium-trace/trace-viewer/third_party/python_gflags/ |
D | NEWS | 12 Administrative note: In the coming weeks, I'll be stepping down as
|
/external/chromium_org/third_party/python_gflags/ |
D | NEWS | 12 Administrative note: In the coming weeks, I'll be stepping down as
|
/external/lldb/tools/debugserver/source/ |
D | ChangeLog | 199 Merged Yusuf's changes to make software single stepping work. 221 single stepping through Thumb IT blocks. 225 properly handles Thumb IT software single stepping. 249 single stepping. 289 will log and exit when we are verifying software single stepping (a 296 software single stepping. 593 (DNBArchMachARM::EnableHardwareSingleStep): Handle hardware single stepping 597 if single stepping wasn't able to complete in a single run. 599 if stepping is not complete. 857 * FunctionProfiler.cpp: New class that allows single stepping through [all …]
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | tkt3718.test | 85 # statement that requires a statement journal. After stepping the statement
|
/external/chromium_org/third_party/tcmalloc/vendor/ |
D | NEWS | 6 (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/chrome/browser/media/ |
D | webrtc_logging_handler_host.cc | 460 "." + IntToString(cpu.stepping()) + ", x" + in LogInitialInfoOnIOThread()
|
/external/lldb/docs/ |
D | lldb-for-gdb-users.txt | 259 convenience, however, all the stepping commands have easy aliases. 262 The other program stepping commands are pretty much the same as in gdb.
|
D | lldb-gdb-remote.txt | 798 // stepping past a breakpoint 827 // operations like stepping over a source line, actually are implemented 840 // stepping, in this case the debugger doesn't really know why we
|
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/ |
D | debugging.rst | 484 execute the next source line, stepping over functions 487 execute the next source line, stepping into functions
|
/external/qemu/ |
D | Changelog | 188 - PPC breakpoints and single stepping (Jason Wessel) 444 - correct single stepping thru string operations
|