Lines Matching refs:platform_sp
680 PlatformSP platform_sp(GetTarget().GetPlatform()); in DoLaunch() local
692 } else if (platform_sp && platform_sp->IsHost()) { in DoLaunch()
869 PlatformSP platform_sp = GetTarget().GetPlatform(); in ConnectToDebugserver() local
870 if (platform_sp) { in ConnectToDebugserver()
871 handle_cmds(platform_sp->GetExtraStartupCommands()); in ConnectToDebugserver()
977 PlatformSP platform_sp = GetTarget().GetPlatform(); in DidLaunchOrAttach() local
978 if (platform_sp && platform_sp->IsConnected()) in DidLaunchOrAttach()
979 SetUnixSignals(platform_sp->GetUnixSignals()); in DidLaunchOrAttach()
2443 PlatformSP platform_sp(GetTarget().GetPlatform()); in DoDestroy() local
2444 if (platform_sp && platform_sp->IsHost()) { in DoDestroy()
3317 PlatformSP platform_sp(GetTarget().GetPlatform()); in EstablishConnectionIfNeeded() local
3318 if (platform_sp && !platform_sp->IsHost()) in EstablishConnectionIfNeeded()
3800 PlatformSP platform_sp(GetTarget().GetPlatform()); in StartNoticingNewThreads() local
3801 if (platform_sp) { in StartNoticingNewThreads()
3803 platform_sp->SetThreadCreationBreakpoint(GetTarget()); in StartNoticingNewThreads()