Lines Matching refs:platform_sp
1762 PlatformSP platform_sp(GetTarget().GetPlatform()); in GetSoftwareBreakpointTrapOpcode() local
1763 if (platform_sp) in GetSoftwareBreakpointTrapOpcode()
1764 return platform_sp->GetSoftwareBreakpointTrapOpcode(GetTarget(), bp_site); in GetSoftwareBreakpointTrapOpcode()
2857 PlatformSP platform_sp(GetTarget().GetPlatform()); in Attach() local
2859 if (platform_sp) { in Attach()
2863 platform_sp->FindProcesses(match_info, process_infos); in Attach()
2876 s, platform_sp->GetUserIDResolver(), true, false); in Attach()
2953 PlatformSP platform_sp(GetTarget().GetPlatform()); in CompleteAttach() local
2954 assert(platform_sp); in CompleteAttach()
2956 if (platform_sp) { in CompleteAttach()
2958 if (target_arch.IsValid() && !platform_sp->IsCompatibleArchitecture( in CompleteAttach()
2962 platform_sp = GetTarget().GetDebugger().GetPlatformList().GetOrCreate( in CompleteAttach()
2964 if (platform_sp) { in CompleteAttach()
2965 GetTarget().SetPlatform(platform_sp); in CompleteAttach()
2970 platform_sp->GetName(), platform_arch.GetTriple().getTriple()); in CompleteAttach()
5881 PlatformSP platform_sp = GetTarget().GetPlatform(); in GetProcessInfo() local
5882 if (!platform_sp) in GetProcessInfo()
5885 return platform_sp->GetProcessInfo(GetID(), info); in GetProcessInfo()