Searched refs:GDBRemoteCommunicationClient (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1 //===-- GDBRemoteCommunicationClient.cpp ------------------------*- C++ -*-===//
9 #include "GDBRemoteCommunicationClient.h"
48 // GDBRemoteCommunicationClient constructor
49 GDBRemoteCommunicationClient::GDBRemoteCommunicationClient() function in class:GDBRemoteCommunicationClient
104 GDBRemoteCommunicationClient::~GDBRemoteCommunicationClient() {
109 bool GDBRemoteCommunicationClient::HandshakeWithServer(Status *error_ptr) {
139 bool GDBRemoteCommunicationClient::GetEchoSupported() {
146 bool GDBRemoteCommunicationClient
[all...]
H A DGDBRemoteRegisterContext.h21 #include "GDBRemoteCommunicationClient.h"
122 GDBRemoteCommunicationClient &gdb_comm);
125 GDBRemoteCommunicationClient &gdb_comm);
H A DGDBRemoteCommunicationClient.h1 //===-- GDBRemoteCommunicationClient.h --------------------------*- C++ -*-===//
34 class GDBRemoteCommunicationClient : public GDBRemoteClientBase { class in namespace:lldb_private::process_gdb_remote
36 GDBRemoteCommunicationClient();
38 ~GDBRemoteCommunicationClient() override;
602 DISALLOW_COPY_AND_ASSIGN(GDBRemoteCommunicationClient);
H A DProcessGDBRemote.h35 #include "GDBRemoteCommunicationClient.h"
186 GDBRemoteCommunicationClient &GetGDBRemote() { return m_gdb_comm; }
236 friend class GDBRemoteCommunicationClient;
246 GDBRemoteCommunicationClient m_gdb_comm;
H A DGDBRemoteRegisterContext.cpp173 const RegisterInfo *reg_info, GDBRemoteCommunicationClient &gdb_comm) {
194 GDBRemoteCommunicationClient &gdb_comm(
304 const RegisterInfo *reg_info, GDBRemoteCommunicationClient &gdb_comm) {
327 GDBRemoteCommunicationClient &gdb_comm(
437 GDBRemoteCommunicationClient &gdb_comm(
462 GDBRemoteCommunicationClient &gdb_comm(
480 GDBRemoteCommunicationClient &gdb_comm(
546 GDBRemoteCommunicationClient &gdb_comm(
H A DProcessGDBRemote.cpp4630 GDBRemoteCommunicationClient &comm = m_gdb_comm;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h15 #include "Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h"
166 process_gdb_remote::GDBRemoteCommunicationClient m_gdb_client;
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile454 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp

Completed in 116 milliseconds