Searched refs:GDBRemoteCommunicationServer (Results 1 – 6 of 6) sorted by relevance
27 GDBRemoteCommunicationServer::GDBRemoteCommunicationServer() in GDBRemoteCommunicationServer() function in GDBRemoteCommunicationServer35 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()[all …]
28 class GDBRemoteCommunicationServer : public GDBRemoteCommunication {34 GDBRemoteCommunicationServer();36 ~GDBRemoteCommunicationServer() override;78 GDBRemoteCommunicationServer(const GDBRemoteCommunicationServer &) = delete;79 const GDBRemoteCommunicationServer &80 operator=(const GDBRemoteCommunicationServer &) = delete;
26 class GDBRemoteCommunicationServerCommon : public GDBRemoteCommunicationServer {
62 : GDBRemoteCommunicationServer(), m_process_launch_info(), in GDBRemoteCommunicationServerCommon()
1179 GDBRemoteCommunicationServer::SetConnection(std::move(connection)); in InitializeConnection()
539 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp