Searched refs:Connect (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DUDPSocket.h19 static Status Connect(llvm::StringRef name, bool child_processes_inherit,
28 Status Connect(llvm::StringRef name) override;
H A DTCPSocket.h41 Status Connect(llvm::StringRef name) override;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DDomainSocket.h19 Status Connect(llvm::StringRef name) override;
H A DConnectionFileDescriptorPosix.h52 lldb::ConnectionStatus Connect(llvm::StringRef s, Status *error_ptr) override;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommunication.h50 lldb::ConnectionStatus Connect(const char *url);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConnection.h50 /// Connect using the connect string \a url.
67 virtual lldb::ConnectionStatus Connect(llvm::StringRef url,
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommunication.i44 Connect (const char *url);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBCommunication.cpp60 ConnectionStatus SBCommunication::Connect(const char *url) { function in class:SBCommunication
61 LLDB_RECORD_METHOD(lldb::ConnectionStatus, SBCommunication, Connect,
67 return m_opaque->Connect(url, nullptr);
198 LLDB_REGISTER_METHOD(lldb::ConnectionStatus, SBCommunication, Connect,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DUDPSocket.cpp44 Status UDPSocket::Connect(llvm::StringRef name) { function in class:UDPSocket
56 Status UDPSocket::Connect(llvm::StringRef name, bool child_processes_inherit, function in class:UDPSocket
H A DSocket.cpp162 error = connect_socket->Connect(host_and_port);
214 return UDPSocket::Connect(host_and_port, child_processes_inherit, socket);
226 error = connect_socket->Connect(name);
258 error = connect_socket->Connect(name);
H A DTCPSocket.cpp140 Status TCPSocket::Connect(llvm::StringRef name) { function in class:TCPSocket
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DCommunication.h126 /// Connect using the current connection by passing \a url to its connect
139 /// \see bool Connection::Connect (const char *url);
140 lldb::ConnectionStatus Connect(const char *url, Status *error_ptr);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DSocket.h60 virtual Status Connect(llvm::StringRef name) = 0;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DDomainSocket.cpp75 Status DomainSocket::Connect(llvm::StringRef name) { function in class:DomainSocket
H A DConnectionFileDescriptorPosix.cpp149 ConnectionStatus ConnectionFileDescriptor::Connect(llvm::StringRef path, function in class:ConnectionFileDescriptor
153 LLDB_LOGF(log, "%p ConnectionFileDescriptor::Connect (url = '%s')",
/freebsd-11-stable/stand/efi/include/
H A Defitcp.h211 EFI_TCP4_CONNECT Connect; member in struct:_EFI_TCP4
383 EFI_TCP6_CONNECT Connect; member in struct:_EFI_TCP6
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp78 ConnectionStatus Communication::Connect(const char *url, Status *error_ptr) { function in class:Communication
82 "{0} Communication::Connect (url = {1})", this, url);
86 return connection_sp->Connect(url, error_ptr);
/freebsd-11-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp245 auto connection_result = connection_up->Connect(connection_url, &error);
295 auto connection_result = connection_up->Connect(connection_url, &error);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_connect.py209 result_pin = self.p2p_interface.Connect(
217 print("Connect return with pin value of %d " % int(result_pin))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp919 if (connection->Connect(comm->m_listen_url.c_str(), &error) !=
1273 if (conn_up->Connect(remote_addr, &status) != lldb::eConnectionStatusSuccess)
H A DProcessGDBRemote.cpp961 if (conn_up->Connect(connect_url, &error) == eConnectionStatusSuccess) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp305 const ConnectionStatus status = m_gdb_client.Connect(url, &error);

Completed in 333 milliseconds