Home
last modified time | relevance | path

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

12

/external/lldb/tools/lldb-perf/lldbperf.xcodeproj/
Dproject.pbxproj70 …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";
263stepping.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/
Dbench-history10 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/
Dcollection.js111 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);
Darray.js1137 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/
Dtarget.c200 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()
Dm_gdbserver.c662 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/
DMakefile3 OBJC_SOURCES := stepping-tests.m
Dstepping-tests.m130 // We also had a bug where stepping into a method dispatch to nil turned
/external/v8/src/base/
Dcpu.h37 int stepping() const { return stepping_; } in stepping() function
/external/google-breakpad/src/processor/testdata/
Dminidump2.stackwalk.machine_readable.out2 CPU|x86|GenuineIntel family 6 model 13 stepping 8|1
Dminidump2.stackwalk.out4 GenuineIntel family 6 model 13 stepping 8
/external/llvm/test/DebugInfo/Mips/
Dfn-call-line.ll18 ; which would cause confusing stepping behaviour for the end user.
/external/mesa3d/src/gallium/docs/source/
Ddebugging.rst103 pausing and stepping of :ref:`Draw` calls. Is used with rbug-gui which is
/external/lldb/tools/debugserver/source/
DChangeLog199 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/
DNEWS12 Administrative note: In the coming weeks, I'll be stepping down as
/external/lldb/docs/
Dlldb-for-gdb-users.txt259 convenience, however, all the stepping commands have easy aliases.
262 The other program stepping commands are pretty much the same as in gdb.
Dlldb-gdb-remote.txt798 // 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/
Dprocess_state.proto125 // "GenuineIntel level 6 model 13 stepping 8". If the information is not
/external/ltrace/
DNEWS311 *** [ppc] Allow stepping over lwarx instruction
/external/llvm/docs/tutorial/
DLangImpl8.rst58 around when stepping through optimized programs. Secondly, optimization
/external/v8/
DChangeLog2289 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/
Dbenchlog.mini65 machdep.cpu.stepping: 2
Dbenchlog.wreck95 machdep.cpu.stepping: 6
Dbenchlog.r706 stepping : 2
/external/llvm/docs/
DGetElementPtr.rst29 Quick answer: The index stepping through the first operand.

12