Lines Matching refs:GDBRemoteCommunicationServer
25 GDBRemoteCommunicationServer::GDBRemoteCommunicationServer( in GDBRemoteCommunicationServer() function in GDBRemoteCommunicationServer
34 GDBRemoteCommunicationServer::~GDBRemoteCommunicationServer() {} in ~GDBRemoteCommunicationServer()
36 void GDBRemoteCommunicationServer::RegisterPacketHandler( in RegisterPacketHandler()
43 GDBRemoteCommunicationServer::GetPacketAndSendResponse( in GetPacketAndSendResponse()
90 GDBRemoteCommunicationServer::SendUnimplementedResponse(const char *) { in SendUnimplementedResponse()
96 GDBRemoteCommunicationServer::SendErrorResponse(uint8_t err) { in SendErrorResponse()
104 GDBRemoteCommunicationServer::SendErrorResponse(const Status &error) { in SendErrorResponse()
115 GDBRemoteCommunicationServer::SendErrorResponse(llvm::Error error) { in SendErrorResponse()
130 GDBRemoteCommunicationServer::Handle_QErrorStringEnable( in Handle_QErrorStringEnable()
137 GDBRemoteCommunicationServer::SendIllFormedResponse( in SendIllFormedResponse()
147 GDBRemoteCommunicationServer::SendOKResponse() { in SendOKResponse()
151 bool GDBRemoteCommunicationServer::HandshakeWithClient() { in HandshakeWithClient()