Searched defs:m_thread_wp (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.h105 lldb::ThreadWP m_thread_wp; member in class:lldb_private::RegisterContextThreadMemory
/external/lldb/include/lldb/Target/
H A DExecutionContext.h330 m_thread_wp.reset();
346 mutable lldb::ThreadWP m_thread_wp; ///< A weak reference to a thread member in class:lldb_private::ExecutionContextRef
H A DStackFrame.h73 return m_thread_wp.lock();
189 lldb::ThreadWP m_thread_wp; member in class:lldb_private::StackFrame
H A DStopInfo.h46 m_thread_wp = thread_sp;
52 return m_thread_wp.lock();
201 lldb::ThreadWP m_thread_wp; // The thread corresponding to the stop reason. member in class:lldb_private::StopInfo
/external/lldb/include/lldb/Expression/
H A DMaterializer.h70 m_thread_wp = frame_sp->GetThread();
76 lldb::ThreadWP m_thread_wp; member in class:lldb_private::Materializer::Dematerializer

Completed in 533 milliseconds