Home
last modified time | relevance | path

Searched refs:SetSSHOpts (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h596 virtual void SetSSHOpts(const char *opts) { m_ssh_opts.assign(opts); } in SetSSHOpts() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp337 SetSSHOpts(m_option_group_platform_ssh->m_ssh_opts.c_str()); in ConnectRemote()