Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp240 process_sp->SetSTDIOFileDescriptor( in GetEnvironment()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h282 Status SetSTDIOFileDescriptor(int fd);
H A DGDBRemoteCommunicationServerLLGS.cpp320 Status status = SetSTDIOFileDescriptor(terminal_fd); in LaunchProcess()
377 Status status = SetSTDIOFileDescriptor(terminal_fd); in AttachToProcess()
1206 Status GDBRemoteCommunicationServerLLGS::SetSTDIOFileDescriptor(int fd) { in SetSTDIOFileDescriptor() function in GDBRemoteCommunicationServerLLGS
H A DProcessGDBRemote.cpp797 SetSTDIOFileDescriptor(pty.ReleasePrimaryFileDescriptor()); in DoLaunch()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp484 process_sp->SetSTDIOFileDescriptor(pty_fd); in DebugProcess()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2480 void SetSTDIOFileDescriptor(int file_descriptor);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1058 process_sp->SetSTDIOFileDescriptor(pty_fd); in DebugProcess()
H A DProcess.cpp4732 void Process::SetSTDIOFileDescriptor(int fd) { in SetSTDIOFileDescriptor() function in Process