Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp27 GDBRemoteCommunicationServer::GDBRemoteCommunicationServer() in GDBRemoteCommunicationServer() function in GDBRemoteCommunicationServer
35 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 …]
H A DGDBRemoteCommunicationServer.h28 class GDBRemoteCommunicationServer : public GDBRemoteCommunication {
34 GDBRemoteCommunicationServer();
36 ~GDBRemoteCommunicationServer() override;
78 GDBRemoteCommunicationServer(const GDBRemoteCommunicationServer &) = delete;
79 const GDBRemoteCommunicationServer &
80 operator=(const GDBRemoteCommunicationServer &) = delete;
H A DGDBRemoteCommunicationServerCommon.h26 class GDBRemoteCommunicationServerCommon : public GDBRemoteCommunicationServer {
H A DGDBRemoteCommunicationServerCommon.cpp62 : GDBRemoteCommunicationServer(), m_process_launch_info(), in GDBRemoteCommunicationServerCommon()
H A DGDBRemoteCommunicationServerLLGS.cpp1179 GDBRemoteCommunicationServer::SetConnection(std::move(connection)); in InitializeConnection()
/freebsd/lib/clang/liblldb/
H A DMakefile539 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp