Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
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 …]
H A DGDBRemoteCommunicationServer.h28 class GDBRemoteCommunicationServer : public GDBRemoteCommunication {
34 GDBRemoteCommunicationServer(const char *comm_name,
37 ~GDBRemoteCommunicationServer() override;
79 GDBRemoteCommunicationServer(const GDBRemoteCommunicationServer &) = delete;
80 const GDBRemoteCommunicationServer &
81 operator=(const GDBRemoteCommunicationServer &) = delete;
H A DCMakeLists.txt26 GDBRemoteCommunicationServer.cpp
H A DGDBRemoteCommunicationServerCommon.h26 class GDBRemoteCommunicationServerCommon : public GDBRemoteCommunicationServer {
H A DGDBRemoteCommunicationServerCommon.cpp62 : GDBRemoteCommunicationServer(comm_name, listener_name), in GDBRemoteCommunicationServerCommon()
H A DGDBRemoteCommunicationServerLLGS.cpp1181 GDBRemoteCommunicationServer::SetConnection(std::move(connection)); in InitializeConnection()
/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteTestUtils.h54 class MockServer : public GDBRemoteCommunicationServer {
57 : GDBRemoteCommunicationServer("mock-server", "mock-server.listener") { in MockServer()
63 return GDBRemoteCommunicationServer::SendPacketNoLock(payload); in SendPacket()
71 using GDBRemoteCommunicationServer::SendErrorResponse;
72 using GDBRemoteCommunicationServer::SendOKResponse;
73 using GDBRemoteCommunicationServer::SendUnimplementedResponse;
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Process/gdb-remote/
H A DBUILD.gn39 "GDBRemoteCommunicationServer.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4310 lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
4311 lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h