Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp240 process_sp->SetSTDIOFileDescriptor( in DebugProcess()
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp484 process_sp->SetSTDIOFileDescriptor(pty_fd); in DebugProcess()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2455 void SetSTDIOFileDescriptor(int file_descriptor);
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1128 process_sp->SetSTDIOFileDescriptor(pty_fd); in DebugProcess()
H A DProcess.cpp4534 void Process::SetSTDIOFileDescriptor(int fd) { in SetSTDIOFileDescriptor() function in Process