Home
last modified time | relevance | path

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

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