Home
last modified time | relevance | path

Searched refs:Connect (Results 1 – 25 of 38) sorted by relevance

12

/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_communication.py16 obj.Connect("file:/tmp/myfile")
17 obj.Connect(None)
/llvm-project-15.0.7/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;
/llvm-project-15.0.7/lldb/source/Host/common/
H A DUDPSocket.cpp42 Status UDPSocket::Connect(llvm::StringRef name) { in Connect() function in UDPSocket
55 UDPSocket::Connect(llvm::StringRef name, bool child_processes_inherit) { in Connect() function in UDPSocket
H A DSocket.cpp159 error = connect_socket->Connect(host_and_port); in TcpConnect()
185 return UDPSocket::Connect(host_and_port, child_processes_inherit); in UdpConnect()
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommunication.cpp58 ConnectionStatus SBCommunication::Connect(const char *url) { in Connect() function in SBCommunication
64 return m_opaque->Connect(url, nullptr); in Connect()
/llvm-project-15.0.7/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h44 lldb::ConnectionStatus Connect(llvm::StringRef url,
47 lldb::ConnectionStatus Connect(llvm::StringRef url,
H A DDomainSocket.h19 Status Connect(llvm::StringRef name) override;
/llvm-project-15.0.7/lldb/unittests/Host/
H A DSocketTest.cpp123 UDPSocket::Connect("127.0.0.1:0", /*child_processes_inherit=*/false); in TEST_P()
158 UDPSocket::Connect("127.0.0.1:0", /*child_processes_inherit=*/false); in TEST_P()
H A DSocketTestUtilities.cpp51 error = connect_socket_up->Connect(connect_remote_address); in CreateConnectedSockets()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBCommunication.i47 Connect (const char *url);
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DRNBSocket.h42 rnb_err_t Connect(const char *host, uint16_t port);
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DConnection.h67 virtual lldb::ConnectionStatus Connect(llvm::StringRef url,
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp123 ConnectionStatus ConnectionFileDescriptor::Connect(llvm::StringRef path, in Connect() function in ConnectionFileDescriptor
125 return Connect( in Connect()
130 ConnectionFileDescriptor::Connect(llvm::StringRef path, in Connect() function in ConnectionFileDescriptor
574 error = socket->Connect(socket_name); in ConnectSocket()
H A DDomainSocket.cpp72 Status DomainSocket::Connect(llvm::StringRef name) { in Connect() function in DomainSocket
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCommunication.h50 lldb::ConnectionStatus Connect(const char *url);
/llvm-project-15.0.7/lldb/include/lldb/Host/windows/
H A DConnectionGenericFileWindows.h30 lldb::ConnectionStatus Connect(llvm::StringRef s, Status *error_ptr) override;
/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteTestUtils.h30 MOCK_METHOD2(Connect,
/llvm-project-15.0.7/lldb/source/Core/
H A DCommunication.cpp76 ConnectionStatus Communication::Connect(const char *url, Status *error_ptr) { in Connect() function in Communication
84 return connection_sp->Connect(url, error_ptr); in Connect()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DSocket.h70 virtual Status Connect(llvm::StringRef name) = 0;
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DCommunication.h140 lldb::ConnectionStatus Connect(const char *url, Status *error_ptr);
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/
H A DAdbClient.h107 Status Connect();
H A DAdbClient.cpp129 Status AdbClient::Connect() { in Connect() function in AdbClient
137 m_conn->Connect(uri.c_str(), &error); in Connect()
215 error = Connect(); in SendMessage()
/llvm-project-15.0.7/lldb/tools/lldb-server/
H A DLLGSOptions.td29 …HelpText<"Connect to the client instead of passively waiting for a connection. In this case [host]…
/llvm-project-15.0.7/lldb/unittests/debugserver/
H A DRNBSocketTest.cpp113 auto result = client_socket.Connect(addr, port); in TestSocketConnect()

12