Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerLLGS.h195 Status SetSTDIOFileDescriptor(int fd);
DGDBRemoteCommunicationServerLLGS.cpp269 Status status = SetSTDIOFileDescriptor(terminal_fd); in LaunchProcess()
323 Status status = SetSTDIOFileDescriptor(terminal_fd); in AttachToProcess()
1015 Status GDBRemoteCommunicationServerLLGS::SetSTDIOFileDescriptor(int fd) { in SetSTDIOFileDescriptor() function in GDBRemoteCommunicationServerLLGS
DProcessGDBRemote.cpp923 SetSTDIOFileDescriptor(pty.ReleasePrimaryFileDescriptor()); in DoLaunch()
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.cpp330 SetSTDIOFileDescriptor(m_monitor->GetTerminalFD()); in DoAttachToProcessWithID()
431 SetSTDIOFileDescriptor(stdio); in DoLaunch()
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformAppleSimulator.cpp214 process_sp->SetSTDIOFileDescriptor(pty_fd); in DebugProcess()
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp519 process_sp->SetSTDIOFileDescriptor(pty_fd); in DebugProcess()
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h2332 void SetSTDIOFileDescriptor(int file_descriptor);
/external/llvm-project/lldb/source/Target/
DPlatform.cpp1156 process_sp->SetSTDIOFileDescriptor(pty_fd); in DebugProcess()
DProcess.cpp4571 void Process::SetSTDIOFileDescriptor(int fd) { in SetSTDIOFileDescriptor() function in Process