LLDB mainline
|
#include "lldb/Host/Socket.h"
#include "lldb/Host/Config.h"
#include "lldb/Host/Host.h"
#include "lldb/Host/MainLoop.h"
#include "lldb/Host/SocketAddress.h"
#include "lldb/Host/common/TCPSocket.h"
#include "lldb/Host/common/UDPSocket.h"
#include "lldb/Utility/LLDBLog.h"
#include "lldb/Utility/Log.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/Errno.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/Regex.h"
#include "llvm/Support/WindowsError.h"
Go to the source code of this file.
Classes | |
struct | SocketScheme |
Typedefs | |
typedef const void * | set_socket_option_arg_type |
typedef void * | get_socket_option_arg_type |
Functions | |
static bool | IsInterrupted () |
Variables | |
static SocketScheme | socket_schemes [] |
typedef void* get_socket_option_arg_type |
Definition at line 53 of file Socket.cpp.
typedef const void* set_socket_option_arg_type |
Definition at line 52 of file Socket.cpp.
|
static |
Definition at line 58 of file Socket.cpp.
Referenced by lldb_private::Socket::Read(), and lldb_private::Socket::Write().
|
static |
Definition at line 143 of file Socket.cpp.
Referenced by lldb_private::Socket::FindProtocolByScheme(), and lldb_private::Socket::FindSchemeByProtocol().