Lines Matching refs:target_sp

477     TargetSP target_sp(m_opaque_sp->GetSelectedTarget());
479 if (target_sp)
480 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex());
552 TargetSP target_sp(process.GetTarget().GetSP());
553 if (!target_sp)
560 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex());
737 TargetSP target_sp;
746 &platform_options, target_sp);
749 sb_target.SetSP(target_sp);
761 static_cast<void *>(target_sp.get()));
774 TargetSP target_sp;
780 target_sp));
781 sb_target.SetSP(target_sp);
789 static_cast<void *>(target_sp.get()));
802 TargetSP target_sp;
810 target_sp);
813 m_opaque_sp->GetTargetList().SetSelectedTarget(target_sp.get());
814 sb_target.SetSP(target_sp);
822 static_cast<void *>(target_sp.get()));
832 TargetSP target_sp;
839 target_sp);
842 m_opaque_sp->GetTargetList().SetSelectedTarget(target_sp.get());
843 sb_target.SetSP(target_sp);
850 static_cast<void *>(target_sp.get()));
874 TargetSP target_sp(target.GetSP());
875 if (target_sp) {
877 result = m_opaque_sp->GetTargetList().DeleteTarget(target_sp);
878 target_sp->Destroy();
909 lldb::TargetSP target_sp = target.GetSP();
910 if (!target_sp)
941 TargetSP target_sp(
944 sb_target.SetSP(target_sp);
975 TargetSP target_sp;
978 target_sp = m_opaque_sp->GetTargetList().GetSelectedTarget();
979 sb_target.SetSP(target_sp);
987 static_cast<void *>(target_sp.get()), sstr.GetData());
999 TargetSP target_sp(sb_target.GetSP());
1001 m_opaque_sp->GetTargetList().SetSelectedTarget(target_sp.get());
1008 static_cast<void *>(target_sp.get()), sstr.GetData());