reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overrides

tools/lldb/include/lldb/Utility/Connection.h
   67   virtual lldb::ConnectionStatus Connect(llvm::StringRef url,

Declarations

tools/lldb/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h
   52   lldb::ConnectionStatus Connect(llvm::StringRef s, Status *error_ptr) override;

References

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
  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) {