Lines Matching refs:GDBRemoteCommunication
56 class GDBRemoteCommunication : public Communication {
85 ScopedTimeout(GDBRemoteCommunication &gdb_comm,
90 GDBRemoteCommunication &m_gdb_comm;
98 GDBRemoteCommunication(const char *comm_name, const char *listener_name);
100 ~GDBRemoteCommunication() override;
142 static llvm::Error ConnectLocally(GDBRemoteCommunication &client,
143 GDBRemoteCommunication &server);
229 GDBRemoteCommunication(const GDBRemoteCommunication &) = delete;
230 const GDBRemoteCommunication &
231 operator=(const GDBRemoteCommunication &) = delete;
240 lldb_private::process_gdb_remote::GDBRemoteCommunication::PacketResult> {
242 GDBRemoteCommunication::PacketResult &state,