Searched refs:GDBRemoteCommunicationServer (Results 1 – 6 of 6) sorted by relevance
26 GDBRemoteCommunicationServer::GDBRemoteCommunicationServer( in GDBRemoteCommunicationServer() function in GDBRemoteCommunicationServer35 GDBRemoteCommunicationServer::~GDBRemoteCommunicationServer() {} in ~GDBRemoteCommunicationServer()37 void GDBRemoteCommunicationServer::RegisterPacketHandler( in RegisterPacketHandler()44 GDBRemoteCommunicationServer::GetPacketAndSendResponse( in GetPacketAndSendResponse()92 GDBRemoteCommunicationServer::SendUnimplementedResponse(const char *) { in SendUnimplementedResponse()98 GDBRemoteCommunicationServer::SendErrorResponse(uint8_t err) { in SendErrorResponse()106 GDBRemoteCommunicationServer::SendErrorResponse(const Status &error) { in SendErrorResponse()117 GDBRemoteCommunicationServer::Handle_QErrorStringEnable( in Handle_QErrorStringEnable()124 GDBRemoteCommunicationServer::SendIllFormedResponse( in SendIllFormedResponse()135 GDBRemoteCommunicationServer::SendOKResponse() { in SendOKResponse()[all …]
26 class GDBRemoteCommunicationServer : public GDBRemoteCommunication {33 GDBRemoteCommunicationServer(const char *comm_name,36 ~GDBRemoteCommunicationServer() override;73 DISALLOW_COPY_AND_ASSIGN(GDBRemoteCommunicationServer);
28 class GDBRemoteCommunicationServerCommon : public GDBRemoteCommunicationServer {
65 : GDBRemoteCommunicationServer(comm_name, listener_name), in GDBRemoteCommunicationServerCommon()
926 GDBRemoteCommunicationServer::SetConnection(connection.release());
436 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp