Lines Matching refs:platform_sp
1794 PlatformSP platform_sp(GetTarget().GetPlatform()); in GetSoftwareBreakpointTrapOpcode() local
1795 if (platform_sp) in GetSoftwareBreakpointTrapOpcode()
1796 return platform_sp->GetSoftwareBreakpointTrapOpcode(GetTarget(), bp_site); in GetSoftwareBreakpointTrapOpcode()
3020 PlatformSP platform_sp(GetTarget().GetPlatform()); in Attach() local
3022 if (platform_sp) { in Attach()
3026 platform_sp->FindProcesses(match_info, process_infos); in Attach()
3039 s, platform_sp->GetUserIDResolver(), true, false); in Attach()
3113 PlatformSP platform_sp(GetTarget().GetPlatform()); in CompleteAttach() local
3114 assert(platform_sp); in CompleteAttach()
3116 if (platform_sp) { in CompleteAttach()
3118 if (target_arch.IsValid() && !platform_sp->IsCompatibleArchitecture( in CompleteAttach()
3122 platform_sp = GetTarget().GetDebugger().GetPlatformList().GetOrCreate( in CompleteAttach()
3124 if (platform_sp) { in CompleteAttach()
3125 GetTarget().SetPlatform(platform_sp); in CompleteAttach()
3130 platform_sp->GetName(), platform_arch.GetTriple().getTriple()); in CompleteAttach()
6082 PlatformSP platform_sp = GetTarget().GetPlatform(); in GetProcessInfo() local
6083 if (!platform_sp) in GetProcessInfo()
6086 return platform_sp->GetProcessInfo(GetID(), info); in GetProcessInfo()