Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h231 Status SetSTDIOFileDescriptor(int fd);
H A DGDBRemoteCommunicationServerLLGS.cpp294 Status status = SetSTDIOFileDescriptor(terminal_fd); in LaunchProcess()
349 Status status = SetSTDIOFileDescriptor(terminal_fd); in AttachToProcess()
1142 Status GDBRemoteCommunicationServerLLGS::SetSTDIOFileDescriptor(int fd) { in SetSTDIOFileDescriptor() function in GDBRemoteCommunicationServerLLGS
H A DProcessGDBRemote.cpp929 SetSTDIOFileDescriptor(pty.ReleasePrimaryFileDescriptor()); in DoLaunch()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp515 process_sp->SetSTDIOFileDescriptor(pty_fd); in DebugProcess()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2350 void SetSTDIOFileDescriptor(int file_descriptor);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1156 process_sp->SetSTDIOFileDescriptor(pty_fd); in DebugProcess()
H A DProcess.cpp4442 void Process::SetSTDIOFileDescriptor(int fd) { in SetSTDIOFileDescriptor() function in Process