/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/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/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/valgrind/coregrind/m_gdbserver/ |
D | target.c | 200 static int stepping = 0; variable 213 stepping = 2; in valgrind_set_single_stepping() 215 stepping = 0; in valgrind_set_single_stepping() 220 if (stepping) in valgrind_single_stepping() 246 stepping); in valgrind_resume() 257 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/v8/src/base/ |
D | cpu.h | 37 int stepping() const { return stepping_; } in stepping() function
|
/external/google-breakpad/src/processor/testdata/ |
D | minidump2.stackwalk.machine_readable.out | 2 CPU|x86|GenuineIntel family 6 model 13 stepping 8|1
|
D | minidump2.stackwalk.out | 4 GenuineIntel family 6 model 13 stepping 8
|
/external/llvm/test/DebugInfo/Mips/ |
D | fn-call-line.ll | 18 ; which would cause confusing stepping behaviour for the end user.
|
/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/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-trace/trace-viewer/tracing/third_party/python_gflags/ |
D | NEWS | 12 Administrative note: In the coming weeks, I'll be stepping down as
|
/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/google-breakpad/src/processor/proto/ |
D | process_state.proto | 125 // "GenuineIntel level 6 model 13 stepping 8". If the information is not
|
/external/ltrace/ |
D | NEWS | 311 *** [ppc] Allow stepping over lwarx instruction
|
/external/llvm/docs/tutorial/ |
D | LangImpl8.rst | 58 around when stepping through optimized programs. Secondly, optimization
|
/external/v8/ |
D | ChangeLog | 2289 Debug: Allow stepping into on a given call frame 4272 Enabled stepping into callback passed to builtins. 5026 Fixed: debugger stops stepping outside evaluate (Issue 1639). 5039 Fixed debugger stepping next with trycatch recursion (Issue 1639). 5043 Support for precise stepping in functions compiled before debugging was 6550 Improved debugger support for stepping out of functions. 6562 stepping. 7230 Changed the debugger to avoid stepping into function.call/apply if the 7247 Added support for stepping into setters and getters in the
|
/external/regex-re2/benchlog/ |
D | benchlog.mini | 65 machdep.cpu.stepping: 2
|
D | benchlog.wreck | 95 machdep.cpu.stepping: 6
|
D | benchlog.r70 | 6 stepping : 2
|
/external/llvm/docs/ |
D | GetElementPtr.rst | 29 Quick answer: The index stepping through the first operand.
|