Home
last modified time | relevance | path

Searched refs:ShouldResume (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp627 if (!thread_sp->ShouldResume(run_state)) in WillResume()
648 if (!thread_sp->ShouldResume(thread_sp->GetCurrentPlan()->RunState())) in WillResume()
651 thread_sp->ShouldResume(eStateSuspended); in WillResume()
H A DThread.cpp687 bool Thread::ShouldResume(StateType resume_state) { in ShouldResume() function in Thread
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h213 bool ShouldResume(lldb::StateType resume_state);