Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
HDPlatformQemuUser.cpp240 process_sp->SetSTDIOFileDescriptor( in DebugProcess()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerLLGS.h282 Status SetSTDIOFileDescriptor(int fd);
HDGDBRemoteCommunicationServerLLGS.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
HDProcessGDBRemote.cpp797 SetSTDIOFileDescriptor(pty.ReleasePrimaryFileDescriptor()); in DoLaunch()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
HDPlatformPOSIX.cpp484 process_sp->SetSTDIOFileDescriptor(pty_fd); in DebugProcess()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDProcess.h2480 void SetSTDIOFileDescriptor(int file_descriptor);
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDPlatform.cpp1058 process_sp->SetSTDIOFileDescriptor(pty_fd); in DebugProcess()
HDProcess.cpp4732 void Process::SetSTDIOFileDescriptor(int fd) { in SetSTDIOFileDescriptor() function in Process