Lines Matching refs:m_should_stop
115 m_should_stop (false), in StopInfoBreakpoint()
128 m_should_stop (should_stop), in StopInfoBreakpoint()
185 m_should_stop = bp_site_sp->ShouldStop (&context); in ShouldStopSynchronous()
194 m_should_stop = true; in ShouldStopSynchronous()
198 return m_should_stop; in ShouldStopSynchronous()
308 return m_should_stop; in ShouldStop()
331 m_should_stop = true; in PerformAction()
344 m_should_stop = true; in PerformAction()
358 m_should_stop = false; in PerformAction()
378 m_should_stop = false; in PerformAction()
385 m_should_stop = true; in PerformAction()
392 m_should_stop = true; in PerformAction()
396 m_should_stop ? "true" : "false"); in PerformAction()
473 m_should_stop = true; in PerformAction()
485 m_should_stop = false; in PerformAction()
496 m_should_stop = true; in PerformAction()
504 …>Printf ("Process::%s returning from action with m_should_stop: %d.", __FUNCTION__, m_should_stop); in PerformAction()
510 bool m_should_stop; member in lldb_private::StopInfoBreakpoint
563 m_should_stop(false), in StopInfoWatchpoint()
602 return m_should_stop; in ShouldStopSynchronous()
613 m_should_stop = wp_sp->ShouldStop (&context); in ShouldStopSynchronous()
623 m_should_stop = true; in ShouldStopSynchronous()
627 return m_should_stop; in ShouldStopSynchronous()
636 return m_should_stop; in ShouldStop()
645 m_should_stop = true; in PerformAction()
692 if (m_should_stop && wp_sp->GetConditionText() != NULL) in PerformAction()
726 m_should_stop = false; in PerformAction()
729 m_should_stop = true; in PerformAction()
732 m_should_stop ? "true" : "false"); in PerformAction()
736 m_should_stop = true; in PerformAction()
759 m_should_stop = true; in PerformAction()
764 if (m_should_stop) in PerformAction()
771 m_should_stop = false; in PerformAction()
773 if (m_should_stop && !stop_requested) in PerformAction()
776 m_should_stop = false; in PerformAction()
780 if (m_should_stop) in PerformAction()
800 …>Printf ("Process::%s returning from action with m_should_stop: %d.", __FUNCTION__, m_should_stop); in PerformAction()
808 bool m_should_stop; member in lldb_private::StopInfoWatchpoint