Searched refs:thread_to_run (Results 1 – 1 of 1) sorted by relevance
520 ThreadSP thread_to_run; in WillResume() local534 thread_to_run = thread_sp; in WillResume()538 thread_to_run = thread_sp; in WillResume()544 if (run_me_only_list.GetSize(false) > 0 && !thread_to_run) { in WillResume()546 thread_to_run = run_me_only_list.GetThreadAtIndex(0); in WillResume()551 thread_to_run = run_me_only_list.GetThreadAtIndex(random_thread); in WillResume()555 if (thread_to_run != nullptr) { in WillResume()556 direction = thread_to_run->GetCurrentPlan()->GetDirection(); in WillResume()565 if (thread_to_run != nullptr) { in WillResume()572 if (thread_to_run->SetupToStepOverBreakpointIfNeeded(direction)) { in WillResume()[all …]