Lines Matching full:step

32 // ThreadPlanStepInRange: Step through a stack range, either stepping over or
41 "Step Range stepping in", thread, range, addr_context, in ThreadPlanStepInRange()
101 s->Printf("step in"); in GetDescription()
129 Log *log = GetLog(LLDBLog::Step); in ShouldStop()
152 // If we've just completed a virtual step, all we need to do is check for a in ShouldStop()
154 // FIXME - This can be both a step in and a step out. Probably should in ShouldStop()
180 // Otherwise check the ShouldStopHere for step out: in ShouldStop()
186 "ShouldStopHere found plan to step out of this frame."); in ShouldStop()
188 LLDB_LOGF(log, "ShouldStopHere no plan to step out of this frame."); in ShouldStop()
195 // If we are not in a place we should step through, we're done. One in ShouldStop()
226 LLDB_LOGF(log, "Found a step through plan: %s", in ShouldStop()
229 LLDB_LOGF(log, "No step through plan found."); in ShouldStop()
273 log = GetLog(LLDBLog::Step); in ShouldStop()
345 LLDB_LOGF(GetLog(LLDBLog::Step), in FrameMatchesAvoidCriteria()
363 Log *log = GetLog(LLDBLog::Step); in DefaultShouldStopHereCallback()
396 "Stepping out of frame %s which did not match step into " in DefaultShouldStopHereCallback()
416 // We always explain a stop. Either we've just done a single step, in which in DoPlanExplainsStop()
420 // unexplained stops. For instance, if you step in to some code with no debug in DoPlanExplainsStop()
421 // info, so you step out and in the course of that hit a breakpoint, then you in DoPlanExplainsStop()
422 // want to stop & show the user the breakpoint, but not unship the step in in DoPlanExplainsStop()
424 // This is particularly true when doing "step in to target function." in DoPlanExplainsStop()
427 // The only variation is that if we are doing "step by running to next in DoPlanExplainsStop()
445 Log *log = GetLog(LLDBLog::Step); in DoPlanExplainsStop()
448 "stop for some reason other than step."); in DoPlanExplainsStop()
465 // See if we are about to step over a virtual inlined call. in DoWillResume()
468 Log *log = GetLog(LLDBLog::Step); in DoWillResume()