Home | History | Annotate | Download | only in Target

Lines Matching refs:should_stop

679     bool should_stop = true;
686 log->Printf ("Thread::%s for tid = 0x%4.4" PRIx64 " 0x%4.4" PRIx64 ", should_stop = 0 (ignore since thread was suspended)",
696 log->Printf ("Thread::%s for tid = 0x%4.4" PRIx64 " 0x%4.4" PRIx64 ", should_stop = 0 (ignore since thread was suspended)",
710 log->Printf ("Thread::%s for tid = 0x%4.4" PRIx64 " 0x%4.4" PRIx64 ", pc = 0x%16.16" PRIx64 ", should_stop = 0 (ignore since no stop reason)",
766 should_stop = false;
777 should_stop = plan_ptr->ShouldStop (event_ptr);
789 if (should_stop)
821 should_stop = current_plan->ShouldStop (event_ptr);
823 log->Printf("Base plan says should stop: %i.", should_stop);
834 should_stop = current_plan->ShouldStop(event_ptr);
836 log->Printf("Plan %s should stop: %d.", current_plan->GetName(), should_stop);
839 if (should_stop)
845 if (should_stop && current_plan->IsMasterPlan() && !current_plan->OkayToDiscard())
870 should_stop = false;
877 if (should_stop)
903 log->Printf ("vvvvvvvv Thread::ShouldStop End (returning %i) vvvvvvvv", should_stop);
905 return should_stop;