Searched refs:GDBRemoteCommunicationServer (Results 1 – 9 of 9) 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()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()[all …]
28 class GDBRemoteCommunicationServer : public GDBRemoteCommunication {34 GDBRemoteCommunicationServer(const char *comm_name,37 ~GDBRemoteCommunicationServer() override;79 GDBRemoteCommunicationServer(const GDBRemoteCommunicationServer &) = delete;80 const GDBRemoteCommunicationServer &81 operator=(const GDBRemoteCommunicationServer &) = delete;
26 GDBRemoteCommunicationServer.cpp
26 class GDBRemoteCommunicationServerCommon : public GDBRemoteCommunicationServer {
62 : GDBRemoteCommunicationServer(comm_name, listener_name), in GDBRemoteCommunicationServerCommon()
1181 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()71 using GDBRemoteCommunicationServer::SendErrorResponse;72 using GDBRemoteCommunicationServer::SendOKResponse;73 using GDBRemoteCommunicationServer::SendUnimplementedResponse;
39 "GDBRemoteCommunicationServer.cpp",
4310 lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp4311 lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h