Home
last modified time | relevance | path

Searched refs:SetThreadSP (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp253 void ExecutionContext::SetThreadSP(const lldb::ThreadSP &thread_sp) { in SetThreadSP() function in ExecutionContext
472 void ExecutionContextRef::SetThreadSP(const lldb::ThreadSP &thread_sp) { in SetThreadSP() function in ExecutionContextRef
487 SetThreadSP(frame_sp->GetThread()); in SetFrameSP()
520 SetThreadSP(thread_sp); in SetTargetPtr()
547 SetThreadSP(thread->shared_from_this()); in SetThreadPtr()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DExecutionContext.h182 void SetThreadSP(const lldb::ThreadSP &thread_sp);
478 void SetThreadSP(const lldb::ThreadSP &thread_sp);
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp159 exe_ctx.SetThreadSP(process->GetThreadList().GetSelectedThread()); in GetObjectDescription()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp373 m_opaque_sp->SetThreadSP(lldb_object_sp); in SetThread()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp3401 m_exe_ctx_ref.SetThreadSP(thread_sp); in EvaluationPoint()