Lines Matching refs:GDBRemoteCommunication
83 class GDBRemoteCommunication : public Communication {
110 ScopedTimeout(GDBRemoteCommunication &gdb_comm,
115 GDBRemoteCommunication &m_gdb_comm;
123 GDBRemoteCommunication(const char *comm_name, const char *listener_name);
125 ~GDBRemoteCommunication() override;
167 static llvm::Error ConnectLocally(GDBRemoteCommunication &client,
168 GDBRemoteCommunication &server);
238 GDBRemoteCommunication(const GDBRemoteCommunication &) = delete;
239 const GDBRemoteCommunication &
240 operator=(const GDBRemoteCommunication &) = delete;
249 lldb_private::process_gdb_remote::GDBRemoteCommunication::PacketResult> {
251 GDBRemoteCommunication::PacketResult &state,