Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDPlatform.h597 virtual const char *GetSSHOpts() { return m_ssh_opts.c_str(); } in GetSSHOpts()
599 virtual void SetSSHOpts(const char *opts) { m_ssh_opts.assign(opts); } in SetSSHOpts()
855 std::string m_ssh_opts; variable
1019 std::string m_ssh_opts; variable
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDPlatform.cpp384 m_rsync_opts(), m_rsync_prefix(), m_supports_ssh(false), m_ssh_opts(), in Platform()
1434 m_ssh_opts.clear(); in OptionParsingStarting()
1449 m_ssh_opts.assign(option_arg); in SetOptionValue()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
HDPlatformPOSIX.cpp476 SetSSHOpts(m_option_group_platform_ssh->m_ssh_opts.c_str()); in ConnectRemote()