LLDB mainline
lldb_private::SharedSocket Class Reference

#include <Socket.h>

Public Member Functions

 SharedSocket (const Socket *socket, Status &error)
shared_fd_t GetSendableFD ()
Status CompleteSending (lldb::pid_t child_pid)

Static Public Member Functions

static Status GetNativeSocket (shared_fd_t fd, NativeSocket &socket)

Static Public Attributes

static const shared_fd_t kInvalidFD = Socket::kInvalidSocketValue

Private Attributes

shared_fd_t m_fd

Detailed Description

Definition at line 48 of file Socket.h.

Constructor & Destructor Documentation

◆ SharedSocket()

SharedSocket::SharedSocket ( const Socket * socket,
Status & error )

Member Function Documentation

◆ CompleteSending()

◆ GetNativeSocket()

◆ GetSendableFD()

shared_fd_t lldb_private::SharedSocket::GetSendableFD ( )
inline

Member Data Documentation

◆ kInvalidFD

◆ m_fd

shared_fd_t lldb_private::SharedSocket::m_fd
private

Definition at line 65 of file Socket.h.

Referenced by GetSendableFD(), and SharedSocket().


The documentation for this class was generated from the following files: