Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp236 process_sp->SetSTDIOFileDescriptor( in DebugProcess()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h276 Status SetSTDIOFileDescriptor(int fd);
H A 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
H A DProcessGDBRemote.cpp791 SetSTDIOFileDescriptor(pty.ReleasePrimaryFileDescriptor()); in DoLaunch()
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.cpp215 process_sp->SetSTDIOFileDescriptor(pty_fd); in DebugProcess()
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp482 process_sp->SetSTDIOFileDescriptor(pty_fd); in DebugProcess()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h2349 void SetSTDIOFileDescriptor(int file_descriptor);
/openbsd/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp1124 process_sp->SetSTDIOFileDescriptor(pty_fd); in DebugProcess()
H A DProcess.cpp4489 void Process::SetSTDIOFileDescriptor(int fd) { in SetSTDIOFileDescriptor() function in Process