Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp26 GDBRemoteCommunicationServer::GDBRemoteCommunicationServer( in GDBRemoteCommunicationServer() function in GDBRemoteCommunicationServer
35 GDBRemoteCommunicationServer::~GDBRemoteCommunicationServer() {} in ~GDBRemoteCommunicationServer()
37 void GDBRemoteCommunicationServer::RegisterPacketHandler( in RegisterPacketHandler()
44 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::Handle_QErrorStringEnable( in Handle_QErrorStringEnable()
124 GDBRemoteCommunicationServer::SendIllFormedResponse( in SendIllFormedResponse()
135 GDBRemoteCommunicationServer::SendOKResponse() { in SendOKResponse()
[all …]
H A DGDBRemoteCommunicationServer.h26 class GDBRemoteCommunicationServer : public GDBRemoteCommunication {
33 GDBRemoteCommunicationServer(const char *comm_name,
36 ~GDBRemoteCommunicationServer() override;
73 DISALLOW_COPY_AND_ASSIGN(GDBRemoteCommunicationServer);
H A DGDBRemoteCommunicationServerCommon.h28 class GDBRemoteCommunicationServerCommon : public GDBRemoteCommunicationServer {
H A DGDBRemoteCommunicationServerCommon.cpp65 : GDBRemoteCommunicationServer(comm_name, listener_name), in GDBRemoteCommunicationServerCommon()
H A DGDBRemoteCommunicationServerLLGS.cpp926 GDBRemoteCommunicationServer::SetConnection(connection.release());
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile436 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp