Lines Matching refs:platform_sp
2135 PlatformSP platform_sp (m_target.GetPlatform()); in GetSoftwareBreakpointTrapOpcode() local
2136 if (platform_sp) in GetSoftwareBreakpointTrapOpcode()
2137 return platform_sp->GetSoftwareBreakpointTrapOpcode (m_target, bp_site); in GetSoftwareBreakpointTrapOpcode()
3092 PlatformSP platform_sp (m_target.GetPlatform ()); in Attach() local
3094 if (platform_sp) in Attach()
3099 platform_sp->FindProcesses (match_info, process_infos); in Attach()
3180 PlatformSP platform_sp (m_target.GetPlatform ()); in CompleteAttach() local
3181 assert (platform_sp.get()); in CompleteAttach()
3182 if (platform_sp) in CompleteAttach()
3185 … if (target_arch.IsValid() && !platform_sp->IsCompatibleArchitecture (target_arch, false, NULL)) in CompleteAttach()
3188 platform_sp = platform_sp->GetPlatformForArchitecture (target_arch, &platform_arch); in CompleteAttach()
3189 if (platform_sp) in CompleteAttach()
3191 m_target.SetPlatform (platform_sp); in CompleteAttach()
3198 platform_sp->GetProcessInfo (GetID(), process_info); in CompleteAttach()