Searched refs:GDBRemoteCommunicationServer (Results 1 – 6 of 6) sorted by relevance
27 GDBRemoteCommunicationServer::GDBRemoteCommunicationServer( in GDBRemoteCommunicationServer() function in GDBRemoteCommunicationServer36 GDBRemoteCommunicationServer::~GDBRemoteCommunicationServer() = default;38 void GDBRemoteCommunicationServer::RegisterPacketHandler( in RegisterPacketHandler()45 GDBRemoteCommunicationServer::GetPacketAndSendResponse( in GetPacketAndSendResponse()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()[all …]
28 class GDBRemoteCommunicationServer : public GDBRemoteCommunication {34 GDBRemoteCommunicationServer(const char *comm_name,37 ~GDBRemoteCommunicationServer() override;83 GDBRemoteCommunicationServer(const GDBRemoteCommunicationServer &) = delete;84 const GDBRemoteCommunicationServer &85 operator=(const GDBRemoteCommunicationServer &) = delete;
27 class GDBRemoteCommunicationServerCommon : public GDBRemoteCommunicationServer {
61 : GDBRemoteCommunicationServer(comm_name, listener_name), in GDBRemoteCommunicationServerCommon()
1118 GDBRemoteCommunicationServer::SetConnection(std::move(connection)); in InitializeConnection()
492 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp