reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
984 if (conn_up->Connect(connect_url, &error) == eConnectionStatusSuccess) { 987 } else if (error.WasInterrupted()) { 1003 if (error.Success()) 1004 error.SetErrorString("not connected to remote gdb server"); 1005 return error; 1017 if (!m_gdb_comm.HandshakeWithServer(&error)) { 1019 if (error.Success()) 1020 error.SetErrorString("not connected to remote gdb server"); 1021 return error; 1046 return error;