Lines Matching defs:platform_sp
172 const lldb::PlatformSP &platform_sp, bool is_dummy_target)
176 ExecutionContextScope(), m_debugger(debugger), m_platform_sp(platform_sp),
1681 auto platform_sp = GetPlatform();
1682 if (!platform_sp || !platform_sp->IsCompatibleArchitecture(
3199 PlatformSP platform_sp(GetPlatform());
3200 if (!platform_sp || !platform_sp->IsRemote() || !platform_sp->IsConnected())
3210 MainExecutableInstaller installer{platform_sp, module_sp,
3214 ExecutableInstaller installer{platform_sp, module_sp};
3368 PlatformSP platform_sp(GetPlatform());
3391 if (state != eStateConnected && platform_sp &&
3392 platform_sp->CanDebugProcess() && !launch_info.IsScriptedProcess()) {
3558 const auto platform_sp =
3569 if (state != eStateConnected && platform_sp != nullptr &&
3570 platform_sp->CanDebugProcess() && !attach_info.IsScriptedProcess()) {
3571 SetPlatform(platform_sp);
3572 process_sp = platform_sp->Attach(attach_info, GetDebugger(), this, error);
3621 PlatformSP platform_sp = GetPlatform();
3626 "have platform={0}, platform_sp->IsHost()={1}, default_to_use_pty={2}",
3627 bool(platform_sp),
3628 platform_sp ? (platform_sp->IsHost() ? "true" : "false") : "n/a",
4575 if (auto platform_sp = m_target->GetPlatform()) {
4576 Environment platform_env = platform_sp->GetEnvironment();
4611 PlatformSP platform_sp = m_target->GetPlatform();
4612 if (platform_sp == nullptr)
4615 Environment platform_environment = platform_sp->GetEnvironment();