Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/posix/
H A DPipePosix.h53 return lldb::pipe_t(GetReadFileDescriptor()); in GetReadPipe()
59 int GetReadFileDescriptor() const override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DPipePosix.cpp209 int PipePosix::GetReadFileDescriptor() const { return m_fds[READ]; } in GetReadFileDescriptor() function in PipePosix
263 const int fd = GetReadFileDescriptor(); in ReadWithTimeout()
H A DProcessLauncherPosixFork.cpp208 int r = read(pipe.GetReadFileDescriptor(), buf, sizeof buf); in LaunchProcess()
H A DConnectionFileDescriptorPosix.cpp133 static_cast<void *>(this), m_pipe.GetReadFileDescriptor(), in OpenCommandPipe()
554 const int pipe_fd = m_pipe.GetReadFileDescriptor(); in BytesAvailable()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DPipeBase.h47 virtual int GetReadFileDescriptor() const = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1080 launch_info.AppendCloseFileAction(socket_pipe.GetReadFileDescriptor()); in StartDebugserverProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.cpp910 new File(m_waitpid_pipe.GetReadFileDescriptor(), transfer_ownership)); in StartWaitpidThread()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp4554 const int pipe_read_fd = m_pipe.GetReadFileDescriptor(); in Run()