Lines Matching defs:m_should_stop

90       : StopInfo(thread, break_id), m_should_stop(false),
98 : StopInfo(thread, break_id), m_should_stop(should_stop),
162 m_should_stop = bp_site_sp->ShouldStop(&context);
171 m_should_stop = true;
175 return m_should_stop;
255 return m_should_stop;
274 m_should_stop = true;
298 m_should_stop = true;
307 // m_should_stop to true; we are going to stop. But we still want to
327 async_should_stop = m_should_stop;
330 m_should_stop = false;
359 m_should_stop = true;
373 m_should_stop = !ignoring_breakpoints;
377 m_should_stop ? "true" : "false");
540 m_should_stop = true;
545 if (m_should_stop && !bp_loc_sp->GetBreakpoint().IsInternal())
559 m_should_stop = false;
566 if (!actually_said_continue && !m_should_stop) {
567 m_should_stop = async_should_stop;
574 m_should_stop = true;
585 if ((!m_should_stop || all_stopping_locs_internal) &&
590 m_should_stop = true;
605 "Process::%s returning from action with m_should_stop: %d.",
606 __FUNCTION__, m_should_stop);
611 bool m_should_stop;
772 return m_should_stop;
788 m_should_stop = false;
790 return m_should_stop;
803 m_should_stop = true;
810 m_should_stop = wp_sp->ShouldStop(&context);
811 if (!m_should_stop) {
819 return m_should_stop;
847 m_should_stop = true;
851 // Otherwise, don't set m_should_stop, we don't know that yet. Just
860 return m_should_stop;
863 return m_should_stop;
871 return m_should_stop;
879 m_should_stop = true;
898 m_should_stop = false;
903 m_should_stop = false;
909 if (m_should_stop && wp_sp->GetConditionText() != nullptr) {
931 m_should_stop = false;
933 m_should_stop = true;
936 m_should_stop ? "true" : "false");
938 m_should_stop = true;
962 if (m_should_stop) {
978 // it did, when we'll set m_should_stop to false and get out of here.
980 m_should_stop = false;
982 if (m_should_stop && !stop_requested) {
984 m_should_stop = false;
990 if (m_should_stop && !wp_sp->WatchedValueReportable(exe_ctx)) {
992 m_should_stop = false;
996 if (m_should_stop) {
1015 "Process::%s returning from action with m_should_stop: %d.",
1016 __FUNCTION__, m_should_stop);
1028 bool m_should_stop = false;