Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDExecutionContext.cpp163 m_thread_sp (exe_ctx_ref.GetThreadSP()), in ExecutionContext()
180 m_thread_sp = exe_ctx_ref_ptr->GetThreadSP(); in ExecutionContext()
199 m_thread_sp = exe_ctx_ref_ptr->GetThreadSP(); in ExecutionContext()
215 m_thread_sp = exe_ctx_ref.GetThreadSP(); in ExecutionContext()
617 lldb::ThreadSP thread_sp (exe_ctx.GetThreadSP()); in operator =()
803 ExecutionContextRef::GetThreadSP () const in GetThreadSP() function in ExecutionContextRef
837 lldb::ThreadSP thread_sp (GetThreadSP()); in GetFrameSP()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBThread.cpp133 return m_opaque_sp->GetThreadSP().get() != NULL; in IsValid()
509 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetThreadID()
518 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetIndexID()
1461 return m_opaque_sp->GetThreadSP().get() == rhs.m_opaque_sp->GetThreadSP().get(); in operator ==()
1467 return m_opaque_sp->GetThreadSP().get() != rhs.m_opaque_sp->GetThreadSP().get(); in operator !=()
1516 ThreadSP real_thread(exe_ctx.GetThreadSP()); in GetExtendedBacktraceThread()
1567 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetExtendedBacktraceOriginatingIndexID()
1576 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in SafeToCallFunctions()
1585 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in operator ->()
1595 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in get()
HDSBExecutionContext.cpp110 ThreadSP thread_sp(m_exe_ctx_sp->GetThreadSP()); in GetThread()
HDSBValue.cpp228 GetThreadSP () in GetThreadSP() function in ValueImpl
231 return m_valobj_sp->GetThreadSP(); in GetThreadSP()
1392 thread_sp = m_opaque_sp->GetThreadSP(); in GetThread()
HDSBFrame.cpp1019 ThreadSP thread_sp (exe_ctx.GetThreadSP()); in GetThread()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDExecutionContext.h278 GetThreadSP () const;
614 GetThreadSP () const in GetThreadSP() function
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/AddressSanitizer/
HDAddressSanitizerRuntime.cpp263 ThreadSP thread = context->exe_ctx_ref.GetThreadSP(); in NotifyBreakpointHit()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDValueObject.h360 GetThreadSP() const in GetThreadSP() function
362 return m_update_point.GetExecutionContextRef().GetThreadSP(); in GetThreadSP()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValueObject.cpp3908 ThreadSP thread_sp (exe_ctx.GetThreadSP()); in EvaluationPoint()
4000 ThreadSP thread_sp (m_exe_ctx_ref.GetThreadSP()); in SyncWithProcessState()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectThread.cpp1771 ThreadSP thread_sp = m_exe_ctx.GetThreadSP(); in DoExecute()