Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h1157 bool m_ssh; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1484 m_ssh = false; in OptionParsingStarting()
1496 m_ssh = true; in SetOptionValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp753 if (m_option_group_platform_ssh->m_ssh) { in ConnectRemote()