Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp27 GDBRemoteCommunicationServer::GDBRemoteCommunicationServer( in GDBRemoteCommunicationServer() function in GDBRemoteCommunicationServer
36 GDBRemoteCommunicationServer::~GDBRemoteCommunicationServer() = default;
38 void GDBRemoteCommunicationServer::RegisterPacketHandler( in RegisterPacketHandler()
45 GDBRemoteCommunicationServer::GetPacketAndSendResponse( in GetPacketAndSendResponse()
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()
149 GDBRemoteCommunicationServer::SendOKResponse() { in SendOKResponse()
[all …]
H A 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;
H A DGDBRemoteCommunicationServerCommon.h27 class GDBRemoteCommunicationServerCommon : public GDBRemoteCommunicationServer {
H A DGDBRemoteCommunicationServerCommon.cpp61 : GDBRemoteCommunicationServer(comm_name, listener_name), in GDBRemoteCommunicationServerCommon()
H A DGDBRemoteCommunicationServerLLGS.cpp1118 GDBRemoteCommunicationServer::SetConnection(std::move(connection)); in InitializeConnection()
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile492 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp