Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DExecutionContext.h177 void SetTargetSP(const lldb::TargetSP &target_sp);
562 void SetTargetSP(const lldb::TargetSP &target_sp);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBExecutionContext.cpp34 m_exe_ctx_sp->SetTargetSP(target.GetSP()); in SBExecutionContext()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DExecutionContext.cpp255 void ExecutionContext::SetTargetSP(const lldb::TargetSP &target_sp) { in SetTargetSP() function in ExecutionContext
473 void ExecutionContextRef::SetTargetSP(const lldb::TargetSP &target_sp) { in SetTargetSP() function in ExecutionContextRef
480 SetTargetSP(process_sp->GetTarget().shared_from_this()); in SetProcessSP()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp939 exe_ctx.SetTargetSP(target_sp); in GetSelectedExecutionContext()
H A DValueObject.cpp2962 m_exe_ctx_ref.SetTargetSP(target_sp); in EvaluationPoint()