Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DExecutionContext.cpp252 void ExecutionContext::SetThreadSP(const lldb::ThreadSP &thread_sp) { in SetThreadSP() function in ExecutionContext
471 void ExecutionContextRef::SetThreadSP(const lldb::ThreadSP &thread_sp) { in SetThreadSP() function in ExecutionContextRef
486 SetThreadSP(frame_sp->GetThread()); in SetFrameSP()
519 SetThreadSP(thread_sp); in SetTargetPtr()
545 SetThreadSP(thread->shared_from_this()); in SetThreadPtr()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DExecutionContext.h182 void SetThreadSP(const lldb::ThreadSP &thread_sp);
478 void SetThreadSP(const lldb::ThreadSP &thread_sp);
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp155 exe_ctx.SetThreadSP(process->GetThreadList().GetSelectedThread()); in GetObjectDescription()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBThread.cpp373 m_opaque_sp->SetThreadSP(lldb_object_sp); in SetThread()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObject.cpp2839 m_exe_ctx_ref.SetThreadSP(thread_sp); in EvaluationPoint()