|
LLDB mainline
|
#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/Error.h"#include "llvm/Support/WindowsError.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Variables | |
| static const int | kType = SOCK_STREAM |
|
static |
Definition at line 39 of file TCPSocket.cpp.
Referenced by lldb_private::DomainSocket::Connect(), lldb_private::UDPSocket::CreateConnected(), lldb_private::TCPSocket::CreateSocket(), lldb_private::DomainSocket::Listen(), and lldb_private::TCPSocket::Listen().