Home
last modified time | relevance | path

Searched refs:m_stored_thread_state (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThreadPlanCallFunction.cpp122 if (!thread.CheckpointThreadState (m_stored_thread_state)) in ConstructorSetup()
256 if (!m_thread.RestoreRegisterStateFromCheckpoint(m_stored_thread_state)) in DoTakedown()
590 return GetThread().RestoreThreadStateFromCheckpoint(m_stored_thread_state); in RestoreThreadState()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDThreadPlanCallFunction.h174 Thread::ThreadStateCheckpoint m_stored_thread_state; variable