SBPlatformConnectOptionsΒΆ

class lldb.SBPlatformConnectOptions(*args)ΒΆ

Describes how SBPlatform.ConnectRemote connects to a remote platform.

Methods Summary

DisableRsync(SBPlatformConnectOptions self)

EnableRsync(SBPlatformConnectOptions self, ...)

GetLocalCacheDirectory(...)

GetRsyncEnabled(SBPlatformConnectOptions self)

GetURL(SBPlatformConnectOptions self)

SetLocalCacheDirectory(...)

SetURL(SBPlatformConnectOptions self, ...)

Methods Documentation

DisableRsync(SBPlatformConnectOptions self)ΒΆ
EnableRsync(SBPlatformConnectOptions self, char const * options, char const * remote_path_prefix, bool omit_remote_hostname)ΒΆ
GetLocalCacheDirectory(SBPlatformConnectOptions self) char const *ΒΆ
GetRsyncEnabled(SBPlatformConnectOptions self) boolΒΆ
GetURL(SBPlatformConnectOptions self) char const *ΒΆ
SetLocalCacheDirectory(SBPlatformConnectOptions self, char const * path)ΒΆ
SetURL(SBPlatformConnectOptions self, char const * url)ΒΆ