Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Target/
DExecutionContext.h182 SetTargetSP (const lldb::TargetSP &target_sp);
631 SetTargetSP (const lldb::TargetSP &target_sp);
/external/lldb/source/Target/
DExecutionContext.cpp325 ExecutionContext::SetTargetSP (const lldb::TargetSP &target_sp) in SetTargetSP() function in ExecutionContext
623 ExecutionContextRef::SetTargetSP (const lldb::TargetSP &target_sp) in SetTargetSP() function in ExecutionContextRef
634 SetTargetSP (process_sp->GetTarget().shared_from_this()); in SetProcessSP()
/external/lldb/source/Core/
DDebugger.cpp805 exe_ctx.SetTargetSP (target_sp); in GetSelectedExecutionContext()
DValueObject.cpp3895 m_exe_ctx_ref.SetTargetSP (target_sp); in EvaluationPoint()