Lines Matching defs:target_sp
570 TargetSP target_sp(m_opaque_sp->GetSelectedTarget());
572 if (target_sp)
573 lock = std::unique_lock<std::recursive_mutex>(target_sp->GetAPIMutex());
636 TargetSP target_sp(process.GetTarget().GetSP());
637 if (!target_sp)
644 std::lock_guard<std::recursive_mutex> guard(target_sp->GetAPIMutex());
831 TargetSP target_sp;
840 &platform_options, target_sp);
843 sb_target.SetSP(target_sp);
855 static_cast<void *>(target_sp.get()));
866 TargetSP target_sp;
872 target_sp));
873 sb_target.SetSP(target_sp);
881 static_cast<void *>(target_sp.get()));
893 TargetSP target_sp;
902 target_sp);
911 target_sp);
916 sb_target.SetSP(target_sp);
925 static_cast<void *>(target_sp.get()));
934 TargetSP target_sp;
941 target_sp);
944 sb_target.SetSP(target_sp);
950 static_cast<void *>(target_sp.get()));
973 TargetSP target_sp(target.GetSP());
974 if (target_sp) {
976 result = m_opaque_sp->GetTargetList().DeleteTarget(target_sp);
977 target_sp->Destroy();
1004 lldb::TargetSP target_sp = target.GetSP();
1005 if (!target_sp)
1034 TargetSP target_sp(
1037 sb_target.SetSP(target_sp);
1068 TargetSP target_sp;
1071 target_sp = m_opaque_sp->GetTargetList().GetSelectedTarget();
1072 sb_target.SetSP(target_sp);
1080 static_cast<void *>(target_sp.get()), sstr.GetData());
1091 TargetSP target_sp(sb_target.GetSP());
1093 m_opaque_sp->GetTargetList().SetSelectedTarget(target_sp);
1100 static_cast<void *>(target_sp.get()), sstr.GetData());