Home
last modified time | relevance | path

Searched refs:m_ssh_opts (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h571 virtual const char *GetSSHOpts() { return m_ssh_opts.c_str(); } in GetSSHOpts()
573 virtual void SetSSHOpts(const char *opts) { m_ssh_opts.assign(opts); } in SetSSHOpts()
894 std::string m_ssh_opts; variable
1084 std::string m_ssh_opts; variable
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp275 m_rsync_prefix(), m_supports_ssh(false), m_ssh_opts(), in Platform()
1414 m_ssh_opts.clear(); in OptionParsingStarting()
1429 m_ssh_opts.assign(std::string(option_arg)); in SetOptionValue()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp336 SetSSHOpts(m_option_group_platform_ssh->m_ssh_opts.c_str()); in ConnectRemote()