HomeSort by relevance Sort by last modified time
    Searched full:stepping (Results 1 - 25 of 353) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/lldb/test/lang/objc/objc-stepping/
Makefile 3 OBJC_SOURCES := stepping-tests.m
TestObjCStepping.py 1 """Test stepping through ObjC method dispatch in various forms."""
14 mydir = os.path.join("lang", "objc", "objc-stepping")
20 """Test stepping through ObjC method dispatch in various forms."""
28 """Test stepping through ObjC method dispatch in various forms."""
36 self.main_source = "stepping-tests.m"
44 """Use Python APIs to test stepping into ObjC methods."""
102 # Lets delete mySource so we can check that after stepping a child variable
134 # we can find our way when we're stepping through a KVO swizzled object.
  /external/lldb/test/functionalities/thread/exit_during_step/
main.cpp 11 // while a the debugger is stepping in another thread.
59 // Wait until the other thread is stepping.
72 // Synchronize thread start so that doesn't happen during stepping.
78 // Create a thread to exit while we're stepping.
84 // Let the stepping thread know the other thread is gone.
87 // Wait for the stepping thread to finish.
  /external/lldb/tools/lldb-perf/common/stepping/
lldb-perf-stepping.cpp 21 m_main_source("stepping-testcase.cpp"),
35 // Toggle the fast stepping command on or off as required.
36 const char *single_step_cmd = "settings set target.use-fast-stepping false";
37 const char *fast_step_cmd = "settings set target.use-fast-stepping true";
93 results_dict.AddDouble ("total-time", "Total time spent stepping.", m_time_measurements.GetMetric().GetSum());
94 results_dict.AddDouble ("stddev-time", "StdDev of time spent stepping.", m_time_measurements.GetMetric().GetStandardDeviation());
149 // Disable the breakpoint, just in case it gets multiple locations we don't want that confusing the stepping.
304 lldb-perf-stepping -- a tool that measures LLDB peformance of simple stepping operations.
307 lldb-perf-stepping --test-file=FILE [--out-file=PATH --verbose --fast-step
    [all...]
  /external/lldb/test/benchmarks/stepping/
TestRunHooksThenSteppings.py 1 """Test lldb's stepping speed."""
11 mydir = os.path.join("benchmarks", "stepping")
24 print "lldb stepping benchmark:", self.stopwatch
TestSteppingSpeed.py 1 """Test lldb's stepping speed."""
11 mydir = os.path.join("benchmarks", "stepping")
36 print "lldb stepping benchmark:", self.stopwatch
  /external/libunwind/tests/
mapper.c 65 printf ("Turning on single-stepping...\n");
66 kill (getpid (), SIGUSR1); /* tell test-ptrace to start single-stepping */
68 kill (getpid (), SIGUSR2); /* tell test-ptrace to stop single-stepping */
69 printf ("Turned single-stepping off...\n");
  /external/lldb/test/functionalities/thread/create_during_step/
main.cpp 11 // created while a the debugger is stepping in another thread.
74 // Wait until the step thread is stepping
78 // Create a thread to exit while we're stepping.
84 // Let the stepping thread know the other thread is there
  /external/chromium_org/v8/test/mjsunit/es6/
debug-stepin-generators.js 16 if (/stop stepping/.test(source)) return;
38 print(); // stop stepping
  /external/lldb/test/functionalities/inline-stepping/
TestInlineStepping.py 1 """Test stepping over and into inlined functions."""
11 mydir = os.path.join("functionalities", "inline-stepping")
17 """Test stepping over and into inlined functions."""
25 """Test stepping over and into inlined functions."""
33 """Test stepping over and into inlined functions."""
40 """Test stepping over and into inlined functions."""
72 self.fail ("Failed to stop due to step " + step_type + " operation stepping to: " + destination_description.GetData())
114 """Use Python APIs to test stepping over and hitting breakpoints."""
120 break_1_in_main = target.BreakpointCreateBySourceRegex ('// Stop here and step over to set up stepping over.', self.main_source_spec)
139 # Then test stepping over a simple inlined function. Note, to test all the parts of the inlined steppin
    [all...]
  /external/lldb/source/Target/
ThreadPlanStepInstruction.cpp 73 s->Printf ("Stepping one instruction past ");
79 s->Printf(" stepping over calls");
81 s->Printf(" stepping into calls");
88 // Since we read the instruction we're stepping over from the thread,
141 s.PutCString (" stepping out to: ");
163 log->PutCString("The stack id we are stepping in changed, but our parent frame did not when stepping from code with no symbols. "
ThreadPlanStepInRange.cpp 36 // ThreadPlanStepInRange: Step through a stack range, either stepping over or into
47 ThreadPlanStepRange (ThreadPlan::eKindStepInRange, "Step Range stepping in", thread, range, addr_context, stop_others),
63 ThreadPlanStepRange (ThreadPlan::eKindStepInRange, "Step Range stepping in", thread, range, addr_context, stop_others),
83 s->Printf ("Stepping through range (stepping into functions): ");
130 // Stepping through should be done running other threads in general, since we're setting a breakpoint and
167 // stepping.
306 log->Printf ("Stepping out of function \"%s\" because it matches the avoid regexp \"%s\" - match substring: \"%s\".",
332 log->Printf ("Stepping out of frame with no debug info");
362 log->Printf("Stepping out of frame %s which did not match step into target %s."
    [all...]
  /external/lldb/test/functionalities/inferior-crashing/
TestInferiorCrashing.py 53 """Test that lldb functions correctly after stepping through a crash."""
58 """Test that stepping after a crash behaves correctly."""
64 """Test that stepping after a crash behaves correctly."""
70 """Test that lldb functions correctly after stepping through a crash."""
76 """Test that lldb expressions work before and after stepping after a crash."""
82 """Test that lldb expressions work before and after stepping after a crash."""
172 """Test that lldb functions correctly after stepping through a crash."""
202 """Test that lldb behaves correctly when stepping after a crash."""
213 """Test that lldb expressions work before and after stepping after a crash."""
  /external/lldb/test/functionalities/inferior-crashing/recursive-inferior/
TestRecursiveInferior.py 54 """Test that lldb functions correctly after stepping through a crash."""
59 """Test that stepping after a crash behaves correctly."""
65 """Test that stepping after a crash behaves correctly."""
70 """Test that lldb functions correctly after stepping through a crash."""
76 """Test that lldb expressions work before and after stepping after a crash."""
82 """Test that lldb expressions work before and after stepping after a crash."""
173 """Test that lldb functions correctly after stepping through a crash."""
201 """Test that lldb behaves correctly when stepping after a crash."""
219 """Test that lldb expressions work before and after stepping after a crash."""
  /external/chromium_org/third_party/webrtc/base/
linux_unittest.cc 47 // Most other info, such as model, stepping, vendor, etc.
55 EXPECT_TRUE(proc_info.GetSectionIntValue(0, "stepping", &out_stepping));
56 LOG(LS_INFO) << "stepping: " << out_stepping;
systeminfo_unittest.cc 136 // CPU family/model/stepping is only available on X86. The following tests
137 // that they are set when running on x86 CPUs. Valid Family/Model/Stepping
154 // Tests Intel CPU Stepping identification.
176 // Tests Intel CPU Stepping identification.
  /external/lldb/test/functionalities/longjmp/
TestLongjmp.py 20 """Test stepping when the inferior calls setjmp/longjmp, in particular, thread step-out."""
26 """Test stepping when the inferior calls setjmp/longjmp, in particular, thread step-over a longjmp."""
32 """Test stepping when the inferior calls setjmp/longjmp, in particular, thread step-out after thread step-in."""
  /external/chromium_org/v8/test/mjsunit/
debug-step-4-in-frame.js 111 // Stepping in the default (top) frame.
118 // Stepping in the frame #0 (should be exactly the same as above).
125 // Stepping in the frame #1.
130 // Stepping in the frame #2.
debug-constructor.js 67 Debug.clearStepping(); // Clear stepping as the listener leaves it on.
74 Debug.clearStepping(); // Clear stepping as the listener leaves it on.
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
hidden-evals.html 26 <li><p>at this point, start stepping <b>into</b> the code
39 <li><p>rather than stepping into the <code>f_named_3()</code> call, press the
43 <li><p>rather than stepping into the <code>f_unnamed_3()</code> call, press the
  /external/chromium_org/base/
cpu.h 35 int stepping() const { return stepping_; } function in class:base::CPU
71 int signature_; // raw form of type, family, model, and stepping
  /external/chromium_org/ui/gfx/
utf16_indexing.cc 38 // the second. When stepping from pos to pos+1 we check s[pos:pos+1] == s[pos]
39 // (Python syntax), hence pos++. When stepping from pos to pos-1 we check
  /external/lldb/test/lang/c/stepping/
TestStepAndBreakpoints.py 1 """Test stepping over vrs. hitting breakpoints & subsequent stepping in various forms."""
11 mydir = os.path.join("lang", "c", "stepping")
20 """Test stepping over vrs. hitting breakpoints & subsequent stepping in various forms."""
28 """Test stepping over vrs. hitting breakpoints & subsequent stepping in various forms."""
39 """Use Python APIs to test stepping over and hitting breakpoints."""
  /external/lldb/tools/lldb-perf/lldbperf.xcodeproj/
project.pbxproj 70 4CDDF51017011EBB00D95015 /* stepping-testcase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CE3708716FB70E100BFD501 /* stepping-testcase.cpp */; };
71 4CE3707316FB701000BFD501 /* lldb-perf-stepping.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CE3707216FB701000BFD501 /* lldb-perf-stepping.cpp */; };
195 remoteInfo = "stepping-testcase";
263 4CE3707216FB701000BFD501 /* lldb-perf-stepping.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "lldb-perf-stepping.cpp"; path = "stepping/lldb-perf-stepping.cpp"; sourceTree = "<group>"; };
264 4CE3707C16FB70AD00BFD501 /* stepping-testcase */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInI (…)
    [all...]
  /external/lldb/test/
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.028978)
60 lldb stepping benchmark: Avg: 0.158506 (Laps: 50, Total Elapsed Time: 7.925285, min=0.101469, max=1.724667)
68 lldb stepping benchmark: Avg: 0.157824 (Laps: 50, Total Elapsed Time: 7.891186, min=0.101352, max=2.172388)
79 lldb stepping benchmark: Avg: 0.147439 (Laps: 50, Total Elapsed Time: 7.371955, min=0.101088, max=2.360912)
87 lldb stepping benchmark: Avg: 0.104966 (Laps: 50, Total Elapsed Time: 5.248294, min=0.101296, max=0.240781)
98 lldb stepping benchmark: Avg: 0.134925 (Laps: 50, Total Elapsed Time: 6.746272, min=0.101132, max=1.743882
    [all...]

Completed in 1727 milliseconds

1 2 3 4 5 6 7 8 91011>>