Lines Matching refs:GDBRemoteCommunicationServer
26 GDBRemoteCommunicationServer::GDBRemoteCommunicationServer( in GDBRemoteCommunicationServer() function in GDBRemoteCommunicationServer
35 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()
139 bool GDBRemoteCommunicationServer::HandshakeWithClient() { in HandshakeWithClient()