Home
last modified time | relevance | path

Searched refs:GetThreadSP (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DExecutionContext.cpp152 m_thread_sp (exe_ctx_ref.GetThreadSP()), in ExecutionContext()
169 m_thread_sp = exe_ctx_ref_ptr->GetThreadSP(); in ExecutionContext()
188 m_thread_sp = exe_ctx_ref_ptr->GetThreadSP(); in ExecutionContext()
204 m_thread_sp = exe_ctx_ref.GetThreadSP(); in ExecutionContext()
606 lldb::ThreadSP thread_sp (exe_ctx.GetThreadSP()); in operator =()
788 ExecutionContextRef::GetThreadSP () const in GetThreadSP() function in ExecutionContextRef
822 lldb::ThreadSP thread_sp (GetThreadSP()); in GetFrameSP()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBThread.cpp94 return m_opaque_sp->GetThreadSP().get() != NULL; in IsValid()
439 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetThreadID()
448 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetIndexID()
1243 return m_opaque_sp->GetThreadSP().get() == rhs.m_opaque_sp->GetThreadSP().get(); in operator ==()
1249 return m_opaque_sp->GetThreadSP().get() != rhs.m_opaque_sp->GetThreadSP().get(); in operator !=()
1297 ThreadSP real_thread(exe_ctx.GetThreadSP()); in GetExtendedBacktraceThread()
1339 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetExtendedBacktraceOriginatingIndexID()
DSBValue.cpp213 GetThreadSP () in GetThreadSP() function in ValueImpl
216 return m_valobj_sp->GetThreadSP(); in GetThreadSP()
1256 thread_sp = m_opaque_sp->GetThreadSP(); in GetThread()
DSBFrame.cpp995 ThreadSP thread_sp (exe_ctx.GetThreadSP()); in GetThread()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DExecutionContext.h278 GetThreadSP () const;
614 GetThreadSP () const in GetThreadSP() function
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
DValueObject.h359 GetThreadSP() const in GetThreadSP() function
361 return m_update_point.GetExecutionContextRef().GetThreadSP(); in GetThreadSP()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandObjectThread.cpp1498 ThreadSP thread_sp = m_exe_ctx.GetThreadSP(); in DoExecute()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DValueObject.cpp3667 ThreadSP thread_sp (exe_ctx.GetThreadSP()); in EvaluationPoint()
3759 ThreadSP thread_sp (m_exe_ctx_ref.GetThreadSP()); in SyncWithProcessState()