Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/API/
DSBPlatform.cpp32 struct PlatformConnectOptions { struct
33 PlatformConnectOptions(const char *url = nullptr) { in PlatformConnectOptions() argument
40 std::string m_url;
41 std::string m_rsync_options;
42 std::string m_rsync_remote_path_prefix;
43 bool m_rsync_enabled = false;
44 bool m_rsync_omit_hostname_from_remote_path = false;
45 ConstString m_local_cache_directory;