Home
last modified time | relevance | path

Searched refs:SetSTDIOFileDescriptor (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h198 Status SetSTDIOFileDescriptor(int fd);
H A DGDBRemoteCommunicationServerLLGS.cpp258 Status status = SetSTDIOFileDescriptor(terminal_fd); in LaunchProcess()
313 Status status = SetSTDIOFileDescriptor(terminal_fd); in AttachToProcess()
950 Status GDBRemoteCommunicationServerLLGS::SetSTDIOFileDescriptor(int fd) { function in GDBRemoteCommunicationServerLLGS
H A DProcessGDBRemote.cpp991 SetSTDIOFileDescriptor(pty.ReleaseMasterFileDescriptor()); in DoLaunch()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp338 process_sp->SetSTDIOFileDescriptor(pty_fd); in DebugProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp337 SetSTDIOFileDescriptor(m_monitor->GetTerminalFD()); in DoAttachToProcessWithID()
438 SetSTDIOFileDescriptor(stdio); in DoLaunch()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h2587 void SetSTDIOFileDescriptor(int file_descriptor);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1197 process_sp->SetSTDIOFileDescriptor(pty_fd); in DebugProcess()
H A DProcess.cpp4658 void Process::SetSTDIOFileDescriptor(int fd) { in SetSTDIOFileDescriptor() function in Process