Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DPipePosix.h50 return lldb::pipe_t(GetReadFileDescriptor()); in GetReadPipe()
56 int GetReadFileDescriptor() const override;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DPipeBase.h46 virtual int GetReadFileDescriptor() const = 0;
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp202 int PipePosix::GetReadFileDescriptor() const { return m_fds[READ]; } in GetReadFileDescriptor() function in PipePosix
256 const int fd = GetReadFileDescriptor(); in ReadWithTimeout()
H A DProcessLauncherPosixFork.cpp208 int r = read(pipe.GetReadFileDescriptor(), buf, sizeof buf); in LaunchProcess()
H A DConnectionFileDescriptorPosix.cpp132 static_cast<void *>(this), m_pipe.GetReadFileDescriptor(), in OpenCommandPipe()
562 const int pipe_fd = m_pipe.GetReadFileDescriptor(); in BytesAvailable()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1046 launch_info.AppendCloseFileAction(socket_pipe.GetReadFileDescriptor()); in StartDebugserverProcess()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4338 const int pipe_read_fd = m_pipe.GetReadFileDescriptor(); in Run()