reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
67 virtual lldb::ConnectionStatus Connect(llvm::StringRef url,
52 lldb::ConnectionStatus Connect(llvm::StringRef s, Status *error_ptr) override;
918 if (connection->Connect(comm->m_listen_url.c_str(), &error) != 1271 if (conn_up->Connect(remote_addr, &status) != lldb::eConnectionStatusSuccess)tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
984 if (conn_up->Connect(connect_url, &error) == eConnectionStatusSuccess) {