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)