Lines Matching defs:m_should_stop

87       : StopInfo(thread, break_id), m_should_stop(false),
95 : StopInfo(thread, break_id), m_should_stop(should_stop),
146 m_should_stop = bp_site_sp->ShouldStop(&context);
155 m_should_stop = true;
159 return m_should_stop;
255 return m_should_stop;
275 m_should_stop = true;
292 m_should_stop = true;
299 // m_should_stop to true; we are going to stop. But we still want to
308 m_should_stop = false;
337 m_should_stop = true;
348 m_should_stop = false;
354 m_should_stop = true;
359 m_should_stop = true;
364 m_should_stop ? "true" : "false");
506 m_should_stop = true;
519 m_should_stop = false;
528 m_should_stop = true;
539 if ((!m_should_stop || internal_breakpoint) &&
544 m_should_stop = true;
553 "Process::%s returning from action with m_should_stop: %d.",
554 __FUNCTION__, m_should_stop);
559 bool m_should_stop;
623 : StopInfo(thread, watch_id), m_should_stop(false),
649 return m_should_stop;
660 m_should_stop = wp_sp->ShouldStop(&context);
669 m_should_stop = true;
673 return m_should_stop;
681 return m_should_stop;
689 m_should_stop = true;
770 m_should_stop = false;
786 m_should_stop = false;
790 if (m_should_stop && wp_sp->GetConditionText() != nullptr) {
813 m_should_stop = false;
815 m_should_stop = true;
818 m_should_stop ? "true" : "false");
820 m_should_stop = true;
840 m_should_stop = true;
846 if (m_should_stop) {
862 // it did, when we'll set m_should_stop to false and get out of here.
864 m_should_stop = false;
866 if (m_should_stop && !stop_requested) {
868 m_should_stop = false;
872 if (m_should_stop) {
891 "Process::%s returning from action with m_should_stop: %d.",
892 __FUNCTION__, m_should_stop);
899 bool m_should_stop;