Lines Matching full:stop
155 // Only check once if we should stop at a breakpoint
252 // stop. It should only ever get called after they have had a chance to
284 // conditions, we should change the stop-info to none. Otherwise, if we
285 // hit another breakpoint on a different thread which does stop, users
299 actually_hit_any_locations = true; // We're going to stop, don't
300 // change the stop info.
305 // If the condition says to stop, then we run the callback for that
306 // location. If that callback says to stop as well, then we set
307 // m_should_stop to true; we are going to stop. But we still want to
308 // give all the breakpoints whose conditions say we are going to stop
313 // location said we should stop. But that's better than not running
317 // breakpoint callback that said we should stop. We only want to
319 // stop. If nobody else has an opinion, then we should stop if the
322 // stop-on-sharedlibrary-events.
324 // anyone said we should NOT stop in actually_said_continue.
347 // function that hits another breakpoint, and only stop running
357 // So check if the plan was completed, and stop if so.
444 // should stop, then we'll run the callback for the breakpoint. If
445 // the callback says we shouldn't stop that will win.
455 // If the condition fails to evaluate, we are going to stop
513 // We want this stop reported, so you will know we auto-continued
548 // If we are going to stop for this breakpoint, then remove the
570 // We've figured out what this stop wants to do, so mark it as valid so
593 // show the breakpoint stop, so compute the public stop info immediately
695 // if you try to do it directly in the stop info and there are other threads
696 // that needed to process this stop you will have yanked control away from
725 // lldb-server resets the stop info for threads that didn't get to run,
726 // so we might have not gotten to run, but still have a watchpoint stop
769 // If we are running our step-over the watchpoint plan, stop if it's done
774 // If we are running our step over plan, then stop here and let the regular
795 // If we can no longer find the watchpoint, we just have to stop:
813 // watched range. So we won't stop at a watched address with a disabled
822 // after the hit, queue a thread plan to do that, and then say not to stop.
824 // stop
835 // When this plan is done we want to stop, so set this as a Controlling
842 // If we couldn't push the thread plan, just stop here:
868 // stop. It should only ever get called after they have had a chance to
876 // We're going to calculate if we should stop or not in some way during the
877 // course of this code. Also by default we're going to stop, so set that
960 // If the condition says to stop, we run the callback to further decide
961 // whether to stop.
988 // Don't stop if the watched region value is unmodified, and
995 // Finally, if we are going to stop, print out the new & old values:
1073 // If should stop returns false, check if we should notify of this event