Lines Matching refs:platform_sp
91 const lldb::PlatformSP &platform_sp, bool is_dummy_target)
95 ExecutionContextScope(), m_debugger(debugger), m_platform_sp(platform_sp),
1489 auto platform_sp = GetPlatform();
1490 if (!platform_sp ||
1491 !platform_sp->IsCompatibleArchitecture(other, {}, false, nullptr)) {
2860 PlatformSP platform_sp(GetPlatform());
2861 if (platform_sp) {
2862 if (platform_sp->IsRemote()) {
2863 if (platform_sp->IsConnected()) {
2880 remote_file = platform_sp->GetRemoteWorkingDirectory();
2886 error = platform_sp->Install(local_file, remote_file);
2890 platform_sp->SetFilePermissions(remote_file, 0700);
3039 PlatformSP platform_sp(GetPlatform());
3064 if (state != eStateConnected && platform_sp &&
3065 platform_sp->CanDebugProcess() && !launch_info.IsScriptedProcess()) {
3231 const auto platform_sp =
3242 if (state != eStateConnected && platform_sp != nullptr &&
3243 platform_sp->CanDebugProcess()) {
3244 SetPlatform(platform_sp);
3245 process_sp = platform_sp->Attach(attach_info, GetDebugger(), this, error);
3291 PlatformSP platform_sp = GetPlatform();
3296 "have platform={0}, platform_sp->IsHost()={1}, default_to_use_pty={2}",
3297 bool(platform_sp),
3298 platform_sp ? (platform_sp->IsHost() ? "true" : "false") : "n/a",
4184 if (auto platform_sp = m_target->GetPlatform()) {
4185 Environment platform_env = platform_sp->GetEnvironment();
4221 PlatformSP platform_sp = m_target->GetPlatform();
4222 if (platform_sp == nullptr)
4225 Environment platform_environment = platform_sp->GetEnvironment();