LLDB mainline
Macros | Typedefs | Functions | Variables
TCPSocket.cpp File Reference
#include "lldb/Host/common/TCPSocket.h"
#include "lldb/Host/Config.h"
#include "lldb/Host/MainLoop.h"
#include "lldb/Utility/LLDBLog.h"
#include "lldb/Utility/Log.h"
#include "llvm/Config/llvm-config.h"
#include "llvm/Support/Errno.h"
#include "llvm/Support/WindowsError.h"
#include "llvm/Support/raw_ostream.h"
#include <unistd.h>

Go to the source code of this file.

Macros

#define CLOSE_SOCKET   ::close
 

Typedefs

typedef const void * set_socket_option_arg_type
 

Functions

static Status GetLastSocketError ()
 

Variables

static const int kType = SOCK_STREAM
 

Macro Definition Documentation

◆ CLOSE_SOCKET

#define CLOSE_SOCKET   ::close

Definition at line 40 of file TCPSocket.cpp.

Typedef Documentation

◆ set_socket_option_arg_type

typedef const void* set_socket_option_arg_type

Definition at line 41 of file TCPSocket.cpp.

Function Documentation

◆ GetLastSocketError()

static Status GetLastSocketError ( )
static

Definition at line 47 of file TCPSocket.cpp.

Referenced by lldb_private::TCPSocket::Listen().

Variable Documentation

◆ kType

const int kType = SOCK_STREAM
static