Lines Matching defs:m_should_stop

91       : StopInfo(thread, break_id), m_should_stop(false),
99 : StopInfo(thread, break_id), m_should_stop(should_stop),
163 m_should_stop = bp_site_sp->ShouldStop(&context);
172 m_should_stop = true;
176 return m_should_stop;
272 return m_should_stop;
291 m_should_stop = true;
315 m_should_stop = true;
324 // m_should_stop to true; we are going to stop. But we still want to
344 async_should_stop = m_should_stop;
347 m_should_stop = false;
376 m_should_stop = true;
390 m_should_stop = !ignoring_breakpoints;
394 m_should_stop ? "true" : "false");
557 m_should_stop = true;
562 if (m_should_stop && !bp_loc_sp->GetBreakpoint().IsInternal())
576 m_should_stop = false;
583 if (!actually_said_continue && !m_should_stop) {
584 m_should_stop = async_should_stop;
591 m_should_stop = true;
602 if ((!m_should_stop || all_stopping_locs_internal) &&
607 m_should_stop = true;
622 "Process::%s returning from action with m_should_stop: %d.",
623 __FUNCTION__, m_should_stop);
628 bool m_should_stop;
789 return m_should_stop;
805 m_should_stop = false;
807 return m_should_stop;
820 m_should_stop = true;
827 m_should_stop = wp_sp->ShouldStop(&context);
828 if (!m_should_stop) {
836 return m_should_stop;
864 m_should_stop = true;
868 // Otherwise, don't set m_should_stop, we don't know that yet. Just
877 return m_should_stop;
880 return m_should_stop;
888 return m_should_stop;
896 m_should_stop = true;
915 m_should_stop = false;
920 m_should_stop = false;
926 if (m_should_stop && wp_sp->GetConditionText() != nullptr) {
947 m_should_stop = false;
949 m_should_stop = true;
952 m_should_stop ? "true" : "false");
954 m_should_stop = true;
981 if (m_should_stop) {
997 // it did, when we'll set m_should_stop to false and get out of here.
999 m_should_stop = false;
1001 if (m_should_stop && !stop_requested) {
1003 m_should_stop = false;
1009 if (m_should_stop && !wp_sp->WatchedValueReportable(exe_ctx)) {
1011 m_should_stop = false;
1015 if (m_should_stop) {
1034 "Process::%s returning from action with m_should_stop: %d.",
1035 __FUNCTION__, m_should_stop);
1047 bool m_should_stop = false;