reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overrides

tools/lldb/include/lldb/Host/PipeBase.h
   46   virtual int GetReadFileDescriptor() const = 0;

Declarations

tools/lldb/include/lldb/Host/posix/PipePosix.h
   56   int GetReadFileDescriptor() const override;

References

tools/lldb/include/lldb/Host/posix/PipePosix.h
   50     return lldb::pipe_t(GetReadFileDescriptor());
tools/lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
  131               static_cast<void *>(this), m_pipe.GetReadFileDescriptor(),
  561   const int pipe_fd = m_pipe.GetReadFileDescriptor();
tools/lldb/source/Host/posix/PipePosix.cpp
  263   const int fd = GetReadFileDescriptor();
tools/lldb/source/Host/posix/ProcessLauncherPosixFork.cpp
  208   int r = read(pipe.GetReadFileDescriptor(), buf, sizeof buf);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
 1067         launch_info.AppendCloseFileAction(socket_pipe.GetReadFileDescriptor());
tools/lldb/source/Target/Process.cpp
 4328     const int pipe_read_fd = m_pipe.GetReadFileDescriptor();