Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h592 virtual void SetSupportsSSH(bool flag) { m_supports_ssh = flag; } in SetSupportsSSH() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp336 SetSupportsSSH(true); in ConnectRemote()