Home
last modified time | relevance | path

Searched defs:socket_protocol (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/tools/lldb-server/
H A DAcceptor.cpp
/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp564 std::unique_ptr<Socket> socket = Socket::Create(socket_protocol, error); in ConnectSocket() argument
536 AcceptSocket(Socket::SocketProtocol socket_protocol,llvm::StringRef socket_name,llvm::function_ref<void (Socket &)> post_listen_callback,Status * error_ptr) AcceptSocket() argument
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp112 GDBRemoteCommunicationServerPlatform(const Socket::SocketProtocol socket_protocol,const char * socket_scheme) GDBRemoteCommunicationServerPlatform() argument