Home
last modified time | relevance | path

Searched refs:GDBRemoteCommunicationServer (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServer.cpp25 GDBRemoteCommunicationServer::GDBRemoteCommunicationServer( in GDBRemoteCommunicationServer() function in GDBRemoteCommunicationServer
34 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 …]
DGDBRemoteCommunicationServer.h28 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;
DCMakeLists.txt24 GDBRemoteCommunicationServer.cpp
DGDBRemoteCommunicationServerCommon.h27 class GDBRemoteCommunicationServerCommon : public GDBRemoteCommunicationServer {
DGDBRemoteCommunicationServerCommon.cpp61 : GDBRemoteCommunicationServer(comm_name, listener_name), in GDBRemoteCommunicationServerCommon()
DGDBRemoteCommunicationServerLLGS.cpp991 GDBRemoteCommunicationServer::SetConnection(std::move(connection)); in InitializeConnection()
/external/llvm-project/lldb/unittests/Process/gdb-remote/
DGDBRemoteTestUtils.h54 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;