Home
last modified time | relevance | path

Searched defs:PlatformConnectOptions (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp36 struct PlatformConnectOptions { struct
37 PlatformConnectOptions(const char *url = nullptr) { in PlatformConnectOptions() argument
44 std::string m_url;
45 std::string m_rsync_options;
46 std::string m_rsync_remote_path_prefix;
47 bool m_rsync_enabled = false;
48 bool m_rsync_omit_hostname_from_remote_path = false;
49 ConstString m_local_cache_directory;