#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.
|
static const int | kType = SOCK_STREAM |
|
◆ CLOSE_SOCKET
#define CLOSE_SOCKET ::close |
◆ set_socket_option_arg_type
◆ GetLastSocketError()
static Status GetLastSocketError |
( |
| ) |
|
|
static |
◆ kType
const int kType = SOCK_STREAM |
|
static |