Lines Matching defs:platform_sp
680 PlatformSP platform_sp(GetTarget().GetPlatform());
692 } else if (platform_sp && platform_sp->IsHost()) {
869 PlatformSP platform_sp = GetTarget().GetPlatform();
870 if (platform_sp) {
871 handle_cmds(platform_sp->GetExtraStartupCommands());
977 PlatformSP platform_sp = GetTarget().GetPlatform();
978 if (platform_sp && platform_sp->IsConnected())
979 SetUnixSignals(platform_sp->GetUnixSignals());
2510 PlatformSP platform_sp(GetTarget().GetPlatform());
2511 if (platform_sp && platform_sp->IsHost()) {
3385 PlatformSP platform_sp(GetTarget().GetPlatform());
3386 if (platform_sp && !platform_sp->IsHost())
3868 PlatformSP platform_sp(GetTarget().GetPlatform());
3869 if (platform_sp) {
3871 platform_sp->SetThreadCreationBreakpoint(GetTarget());