HomeSort by relevance Sort by last modified time
    Searched refs:ShouldResume (Results 1 - 3 of 3) sorted by null

  /external/lldb/source/Target/
ThreadList.cpp 593 if (!thread_sp->ShouldResume(run_state))
621 if (!thread_sp->ShouldResume(thread_sp->GetCurrentPlan()->RunState()))
625 thread_sp->ShouldResume (eStateSuspended);
Thread.cpp 599 Thread::ShouldResume (StateType resume_state)
    [all...]
  /external/lldb/include/lldb/Target/
Thread.h 258 // This function is called on all the threads before "ShouldResume" and
267 ShouldResume (lldb::StateType resume_state);
    [all...]

Completed in 193 milliseconds