LLDB mainline
Public Member Functions | Protected Attributes | List of all members
lldb::SBPlatformConnectOptions Class Reference

#include <SBPlatform.h>

Public Member Functions

 SBPlatformConnectOptions (const char *url)
 
 SBPlatformConnectOptions (const SBPlatformConnectOptions &rhs)
 
 ~SBPlatformConnectOptions ()
 
SBPlatformConnectOptionsoperator= (const SBPlatformConnectOptions &rhs)
 
const char * GetURL ()
 
void SetURL (const char *url)
 
bool GetRsyncEnabled ()
 
void EnableRsync (const char *options, const char *remote_path_prefix, bool omit_remote_hostname)
 
void DisableRsync ()
 
const char * GetLocalCacheDirectory ()
 
void SetLocalCacheDirectory (const char *path)
 

Protected Attributes

PlatformConnectOptionsm_opaque_ptr
 

Detailed Description

Definition at line 27 of file SBPlatform.h.

Constructor & Destructor Documentation

◆ SBPlatformConnectOptions() [1/2]

SBPlatformConnectOptions::SBPlatformConnectOptions ( const char *  url)

Definition at line 79 of file SBPlatform.cpp.

References LLDB_INSTRUMENT_VA.

◆ SBPlatformConnectOptions() [2/2]

SBPlatformConnectOptions::SBPlatformConnectOptions ( const SBPlatformConnectOptions rhs)

Definition at line 84 of file SBPlatform.cpp.

References LLDB_INSTRUMENT_VA, and m_opaque_ptr.

◆ ~SBPlatformConnectOptions()

SBPlatformConnectOptions::~SBPlatformConnectOptions ( )

Definition at line 92 of file SBPlatform.cpp.

References m_opaque_ptr.

Member Function Documentation

◆ DisableRsync()

void SBPlatformConnectOptions::DisableRsync ( )

◆ EnableRsync()

void SBPlatformConnectOptions::EnableRsync ( const char *  options,
const char *  remote_path_prefix,
bool  omit_remote_hostname 
)

◆ GetLocalCacheDirectory()

const char * SBPlatformConnectOptions::GetLocalCacheDirectory ( )

◆ GetRsyncEnabled()

bool SBPlatformConnectOptions::GetRsyncEnabled ( )

◆ GetURL()

const char * SBPlatformConnectOptions::GetURL ( )

◆ operator=()

SBPlatformConnectOptions & SBPlatformConnectOptions::operator= ( const SBPlatformConnectOptions rhs)

Definition at line 95 of file SBPlatform.cpp.

References LLDB_INSTRUMENT_VA, and m_opaque_ptr.

◆ SetLocalCacheDirectory()

void SBPlatformConnectOptions::SetLocalCacheDirectory ( const char *  path)

◆ SetURL()

void SBPlatformConnectOptions::SetURL ( const char *  url)

Definition at line 110 of file SBPlatform.cpp.

References LLDB_INSTRUMENT_VA, m_opaque_ptr, and PlatformConnectOptions::m_url.

Member Data Documentation

◆ m_opaque_ptr

PlatformConnectOptions* lldb::SBPlatformConnectOptions::m_opaque_ptr
protected

The documentation for this class was generated from the following files: