Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DExecutionContext.h152 void SetTargetSP(const lldb::TargetSP &target_sp);
471 void SetTargetSP(const lldb::TargetSP &target_sp);
/external/llvm-project/lldb/source/Target/
DExecutionContext.cpp246 void ExecutionContext::SetTargetSP(const lldb::TargetSP &target_sp) { in SetTargetSP() function in ExecutionContext
464 void ExecutionContextRef::SetTargetSP(const lldb::TargetSP &target_sp) { in SetTargetSP() function in ExecutionContextRef
471 SetTargetSP(process_sp->GetTarget().shared_from_this()); in SetProcessSP()
/external/llvm-project/lldb/source/API/
DSBExecutionContext.cpp43 m_exe_ctx_sp->SetTargetSP(target.GetSP()); in SBExecutionContext()
/external/llvm-project/lldb/source/Core/
DDebugger.cpp821 exe_ctx.SetTargetSP(target_sp); in GetSelectedExecutionContext()
DValueObject.cpp2907 m_exe_ctx_ref.SetTargetSP(target_sp); in EvaluationPoint()