Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h1066 bool m_ssh; variable
/external/llvm-project/lldb/source/Target/
DPlatform.cpp1453 m_ssh = false; in OptionParsingStarting()
1465 m_ssh = true; in SetOptionValue()
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp331 if (m_option_group_platform_ssh->m_ssh) { in ConnectRemote()