Lines Matching refs:GDBRemoteCommunicationServer
27 GDBRemoteCommunicationServer::GDBRemoteCommunicationServer( in GDBRemoteCommunicationServer() function in GDBRemoteCommunicationServer
36 GDBRemoteCommunicationServer::~GDBRemoteCommunicationServer() = default;
38 void GDBRemoteCommunicationServer::RegisterPacketHandler( in RegisterPacketHandler()
45 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::SendErrorResponse(llvm::Error error) { in SendErrorResponse()
132 GDBRemoteCommunicationServer::Handle_QErrorStringEnable( in Handle_QErrorStringEnable()
139 GDBRemoteCommunicationServer::SendIllFormedResponse( in SendIllFormedResponse()
149 GDBRemoteCommunicationServer::SendOKResponse() { in SendOKResponse()
154 GDBRemoteCommunicationServer::SendJSONResponse(const json::Value &value) { in SendJSONResponse()
165 GDBRemoteCommunicationServer::SendJSONResponse(Expected<json::Value> value) { in SendJSONResponse()