Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerLLGS.h276 Status SetSTDIOFileDescriptor(int fd);
DGDBRemoteCommunicationServerLLGS.cpp322 Status status = SetSTDIOFileDescriptor(terminal_fd); in LaunchProcess()
379 Status status = SetSTDIOFileDescriptor(terminal_fd); in AttachToProcess()
1206 Status GDBRemoteCommunicationServerLLGS::SetSTDIOFileDescriptor(int fd) { in SetSTDIOFileDescriptor() function in GDBRemoteCommunicationServerLLGS
DProcessGDBRemote.cpp791 SetSTDIOFileDescriptor(pty.ReleasePrimaryFileDescriptor()); in DoLaunch()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
DPlatformAppleSimulator.cpp215 process_sp->SetSTDIOFileDescriptor(pty_fd); in DebugProcess()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp482 process_sp->SetSTDIOFileDescriptor(pty_fd); in DebugProcess()
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DProcess.h2349 void SetSTDIOFileDescriptor(int file_descriptor);
/openbsd/src/gnu/llvm/lldb/source/Target/
DPlatform.cpp1124 process_sp->SetSTDIOFileDescriptor(pty_fd); in DebugProcess()
DProcess.cpp4489 void Process::SetSTDIOFileDescriptor(int fd) { in SetSTDIOFileDescriptor() function in Process