Home
last modified time | relevance | path

Searched refs:GetSlaveName (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DPseudoTerminal.cpp146 const char *slave_name = GetSlaveName(error_str, error_len); in OpenSlave()
173 const char *PseudoTerminal::GetSlaveName(char *error_str, in GetSlaveName() function in PseudoTerminal
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DPseudoTerminal.h139 const char *GetSlaveName(char *error_str, size_t error_len) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcessLaunchInfo.cpp223 const FileSpec slave_file_spec(m_pty->GetSlaveName(nullptr, 0)); in SetUpPtyRedirection()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp391 const FileSpec dbg_pts_file_spec{launch_info.GetPTY().GetSlaveName(NULL, 0)}; in DoLaunch()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp889 FileSpec slave_name{pty.GetSlaveName(NULL, 0)}; in DoLaunch()