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

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DUDPSocket.h20 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-current/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DDomainSocket.h19 Status Connect(llvm::StringRef name) override;
H A DConnectionFileDescriptorPosix.h44 lldb::ConnectionStatus Connect(llvm::StringRef url,
47 lldb::ConnectionStatus Connect(llvm::StringRef url,
/freebsd-current/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-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommunication.h50 lldb::ConnectionStatus Connect(const char *url);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DCommunication.h51 /// Connect using the current connection by passing \a url to its connect
64 /// \see bool Connection::Connect (const char *url);
65 lldb::ConnectionStatus Connect(const char *url, Status *error_ptr);
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DUDPSocket.cpp42 Status UDPSocket::Connect(llvm::StringRef name) { function in class:UDPSocket
55 UDPSocket::Connect(llvm::StringRef name, bool child_processes_inherit) { function in class:UDPSocket
H A DSocket.cpp160 error = connect_socket->Connect(host_and_port);
186 return UDPSocket::Connect(host_and_port, child_processes_inherit);
H A DTCPSocket.cpp150 Status TCPSocket::Connect(llvm::StringRef name) { function in class:TCPSocket
153 LLDB_LOG(log, "Connect to host/port {0}", name);
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBCommunication.cpp59 ConnectionStatus SBCommunication::Connect(const char *url) { function in class:SBCommunication
65 return m_opaque->Connect(url, nullptr);
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp41 ConnectionStatus Communication::Connect(const char *url, Status *error_ptr) { function in class:Communication
45 "{0} Communication::Connect (url = {1})", this, url);
49 return connection_sp->Connect(url, error_ptr);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/
H A DSocket.h70 virtual Status Connect(llvm::StringRef name) = 0;
/freebsd-current/share/mk/
H A Dbsd.dirs.mk40 # Connect to the single target
/freebsd-current/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp124 ConnectionStatus ConnectionFileDescriptor::Connect(llvm::StringRef path, function in class:ConnectionFileDescriptor
126 return Connect(
131 ConnectionFileDescriptor::Connect(llvm::StringRef path, function in class:ConnectionFileDescriptor
136 LLDB_LOGF(log, "%p ConnectionFileDescriptor::Connect (url = '%s')",
572 error = socket->Connect(socket_name);
H A DDomainSocket.cpp73 Status DomainSocket::Connect(llvm::StringRef name) { function in class:DomainSocket
/freebsd-current/stand/efi/include/
H A Defitcp.h210 EFI_TCP4_CONNECT Connect; member in struct:_EFI_TCP4
382 EFI_TCP6_CONNECT Connect; member in struct:_EFI_TCP6
/freebsd-current/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-current/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp229 auto connection_result = conn_fd_up->Connect(
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp870 if (connection->Connect(
1229 if (conn_up->Connect(remote_addr, &status) != lldb::eConnectionStatusSuccess)
H A DProcessGDBRemote.cpp820 if (conn_up->Connect(connect_url, &error) == eConnectionStatusSuccess) {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp249 client_up->Connect(url, &error);
/freebsd-current/lib/clang/liblldb/
H A DLLDBWrapLua.cpp15691 SWIG_check_num_args("lldb::SBCommunication::Connect",2,2)
15692 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBCommunication::Connect",1,"lldb::SBCommunication *");
15693 if(!SWIG_lua_isnilstring(L,2)) SWIG_fail_arg("lldb::SBCommunication::Connect",2,"char const *");
15700 result = (lldb::ConnectionStatus)(arg1)->Connect((char const *)arg2);
16011 { "Connect", _wrap_SBCommunication_Connect},
[all...]

Completed in 434 milliseconds