Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp283 if (GetSSHOpts() && *GetSSHOpts()) in GetPlatformSpecificConnectionInformation()
284 stream.Printf(", options: '%s' ", GetSSHOpts()); in GetPlatformSpecificConnectionInformation()
/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h607 virtual const char *GetSSHOpts() { return m_ssh_opts.c_str(); } in GetSSHOpts() function