Searched refs:GDBRemoteCommunicationServer (Results 1 – 7 of 7) sorted by relevance
25 GDBRemoteCommunicationServer::GDBRemoteCommunicationServer( in GDBRemoteCommunicationServer() function in GDBRemoteCommunicationServer34 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()[all …]
28 class GDBRemoteCommunicationServer : public GDBRemoteCommunication {34 GDBRemoteCommunicationServer(const char *comm_name,37 ~GDBRemoteCommunicationServer() override;76 GDBRemoteCommunicationServer(const GDBRemoteCommunicationServer &) = delete;77 const GDBRemoteCommunicationServer &78 operator=(const GDBRemoteCommunicationServer &) = delete;
24 GDBRemoteCommunicationServer.cpp
27 class GDBRemoteCommunicationServerCommon : public GDBRemoteCommunicationServer {
61 : GDBRemoteCommunicationServer(comm_name, listener_name), in GDBRemoteCommunicationServerCommon()
991 GDBRemoteCommunicationServer::SetConnection(std::move(connection)); in InitializeConnection()
54 class MockServer : public GDBRemoteCommunicationServer {57 : GDBRemoteCommunicationServer("mock-server", "mock-server.listener") { in MockServer()63 return GDBRemoteCommunicationServer::SendPacketNoLock(payload); in SendPacket()72 using GDBRemoteCommunicationServer::SendErrorResponse;73 using GDBRemoteCommunicationServer::SendOKResponse;74 using GDBRemoteCommunicationServer::SendUnimplementedResponse;