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

  /external/lldb/include/lldb/Target/
Thread.h 1051 lldb::StateType m_temporary_resume_state; \/\/\/< This state records what the thread was told to do by the thread plan logic for the current resume. member in class:lldb_private::Thread
    [all...]
  /external/lldb/source/Target/
Thread.cpp 259 m_temporary_resume_state (eStateRunning),
606 m_temporary_resume_state = resume_state;
610 backing_thread_sp->m_temporary_resume_state = resume_state;
    [all...]

Completed in 173 milliseconds