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

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.h1 //===-- GDBRemoteCommunicationServer.h --------------------------*- C++ -*-===//
28 class GDBRemoteCommunicationServer : public GDBRemoteCommunication { class in namespace:lldb_private::process_gdb_remote
34 GDBRemoteCommunicationServer();
36 ~GDBRemoteCommunicationServer() override;
78 GDBRemoteCommunicationServer(const GDBRemoteCommunicationServer &) = delete;
79 const GDBRemoteCommunicationServer &
80 operator=(const GDBRemoteCommunicationServer &) = delete;
H A DGDBRemoteCommunicationServer.cpp1 //===-- GDBRemoteCommunicationServer.cpp ----------------------------------===//
13 #include "GDBRemoteCommunicationServer.h"
27 GDBRemoteCommunicationServer::GDBRemoteCommunicationServer() function in class:GDBRemoteCommunicationServer
35 GDBRemoteCommunicationServer::~GDBRemoteCommunicationServer() = default;
37 void GDBRemoteCommunicationServer::RegisterPacketHandler(
44 GDBRemoteCommunicationServer::GetPacketAndSendResponse(
91 GDBRemoteCommunicationServer::SendUnimplementedResponse(const char *) {
97 GDBRemoteCommunicationServer
[all...]
H A DGDBRemoteCommunicationServerCommon.h17 #include "GDBRemoteCommunicationServer.h"
26 class GDBRemoteCommunicationServerCommon : public GDBRemoteCommunicationServer {
H A DGDBRemoteCommunicationServerCommon.cpp62 : GDBRemoteCommunicationServer(), m_process_launch_info(),
H A DGDBRemoteCommunicationServerLLGS.cpp1179 GDBRemoteCommunicationServer::SetConnection(std::move(connection));
/freebsd-current/lib/clang/liblldb/
H A DMakefile527 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp

Completed in 184 milliseconds