Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunction.cpp85 if (!thread.CheckpointThreadState(m_stored_thread_state)) { in ConstructorSetup()
109 m_stored_thread_state(), m_real_stop_info_sp(), m_constructor_errors(), in ThreadPlanCallFunction()
142 m_stored_thread_state(), m_real_stop_info_sp(), m_constructor_errors(), in ThreadPlanCallFunction()
200 if (!thread.RestoreRegisterStateFromCheckpoint(m_stored_thread_state)) { in DoTakedown()
464 GetThread().RestoreThreadStateFromCheckpoint(m_stored_thread_state); in RestoreThreadState()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanCallFunction.h130 Thread::ThreadStateCheckpoint m_stored_thread_state; variable