Lines Matching defs:should_stop
284 bool should_stop = false;
290 should_stop = true;
340 should_stop |= true;
353 should_stop = false;
354 } else if (!should_stop && !did_anybody_stop_for_a_reason) {
355 should_stop = true;
358 "overriding should_stop and stopping.",
362 LLDB_LOGF(log, "ThreadList::%s overall should_stop = %i", __FUNCTION__,
363 should_stop);
365 if (should_stop) {
372 return should_stop;