Searched defs:GetThreadSP (Results 1 - 4 of 4) sorted by relevance

/external/lldb/include/lldb/Target/
H A DExecutionContext.h278 GetThreadSP () const;
611 GetThreadSP () const function in class:lldb_private::ExecutionContext
/external/lldb/source/Target/
H A DExecutionContext.cpp152 m_thread_sp (exe_ctx_ref.GetThreadSP()),
167 m_thread_sp = exe_ctx_ref_ptr->GetThreadSP();
185 m_thread_sp = exe_ctx_ref_ptr->GetThreadSP();
201 m_thread_sp = exe_ctx_ref.GetThreadSP();
595 lldb::ThreadSP thread_sp (exe_ctx.GetThreadSP());
777 ExecutionContextRef::GetThreadSP () const function in class:ExecutionContextRef
811 lldb::ThreadSP thread_sp (GetThreadSP());
/external/lldb/include/lldb/Core/
H A DValueObject.h583 GetThreadSP() const function in class:lldb_private::ValueObject
585 return m_update_point.GetExecutionContextRef().GetThreadSP();
/external/lldb/source/API/
H A DSBValue.cpp194 GetThreadSP () function in class:ValueImpl
197 return m_valobj_sp->GetThreadSP();
1239 thread_sp = m_opaque_sp->GetThreadSP();

Completed in 124 milliseconds