Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServer.cpp27 GDBRemoteCommunicationServer::GDBRemoteCommunicationServer( in GDBRemoteCommunicationServer() function in GDBRemoteCommunicationServer
36 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 …]
DGDBRemoteCommunicationServer.h28 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;
DGDBRemoteCommunicationServerCommon.h27 class GDBRemoteCommunicationServerCommon : public GDBRemoteCommunicationServer {
DGDBRemoteCommunicationServerCommon.cpp61 : GDBRemoteCommunicationServer(comm_name, listener_name), in GDBRemoteCommunicationServerCommon()
DGDBRemoteCommunicationServerLLGS.cpp1118 GDBRemoteCommunicationServer::SetConnection(std::move(connection)); in InitializeConnection()
/freebsd-12-stable/lib/clang/liblldb/
DMakefile489 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp