Lines Matching refs:GDBRemoteCommunicationServer
27 GDBRemoteCommunicationServer::GDBRemoteCommunicationServer() in GDBRemoteCommunicationServer() function in GDBRemoteCommunicationServer
35 GDBRemoteCommunicationServer::~GDBRemoteCommunicationServer() = default;
37 void GDBRemoteCommunicationServer::RegisterPacketHandler( in RegisterPacketHandler()
44 GDBRemoteCommunicationServer::GetPacketAndSendResponse( in GetPacketAndSendResponse()
91 GDBRemoteCommunicationServer::SendUnimplementedResponse(const char *) { in SendUnimplementedResponse()
97 GDBRemoteCommunicationServer::SendErrorResponse(uint8_t err) { in SendErrorResponse()
105 GDBRemoteCommunicationServer::SendErrorResponse(const Status &error) { in SendErrorResponse()
116 GDBRemoteCommunicationServer::SendErrorResponse(llvm::Error error) { in SendErrorResponse()
131 GDBRemoteCommunicationServer::Handle_QErrorStringEnable( in Handle_QErrorStringEnable()
138 GDBRemoteCommunicationServer::SendIllFormedResponse( in SendIllFormedResponse()
148 GDBRemoteCommunicationServer::SendOKResponse() { in SendOKResponse()
153 GDBRemoteCommunicationServer::SendJSONResponse(const json::Value &value) { in SendJSONResponse()
164 GDBRemoteCommunicationServer::SendJSONResponse(Expected<json::Value> value) { in SendJSONResponse()