Lines Matching refs:platform_sp
95 const lldb::PlatformSP &platform_sp, bool is_dummy_target)
99 ExecutionContextScope(), m_debugger(debugger), m_platform_sp(platform_sp),
1550 auto platform_sp = GetPlatform();
1551 if (!platform_sp || !platform_sp->IsCompatibleArchitecture(
3070 PlatformSP platform_sp(GetPlatform());
3071 if (platform_sp) {
3072 if (platform_sp->IsRemote()) {
3073 if (platform_sp->IsConnected()) {
3090 remote_file = platform_sp->GetRemoteWorkingDirectory();
3096 error = platform_sp->Install(local_file, remote_file);
3100 platform_sp->SetFilePermissions(remote_file, 0700);
3248 PlatformSP platform_sp(GetPlatform());
3273 if (state != eStateConnected && platform_sp &&
3274 platform_sp->CanDebugProcess() && !launch_info.IsScriptedProcess()) {
3441 const auto platform_sp =
3452 if (state != eStateConnected && platform_sp != nullptr &&
3453 platform_sp->CanDebugProcess() && !attach_info.IsScriptedProcess()) {
3454 SetPlatform(platform_sp);
3455 process_sp = platform_sp->Attach(attach_info, GetDebugger(), this, error);
3504 PlatformSP platform_sp = GetPlatform();
3509 "have platform={0}, platform_sp->IsHost()={1}, default_to_use_pty={2}",
3510 bool(platform_sp),
3511 platform_sp ? (platform_sp->IsHost() ? "true" : "false") : "n/a",
4397 if (auto platform_sp = m_target->GetPlatform()) {
4398 Environment platform_env = platform_sp->GetEnvironment();
4433 PlatformSP platform_sp = m_target->GetPlatform();
4434 if (platform_sp == nullptr)
4437 Environment platform_environment = platform_sp->GetEnvironment();