Searched refs:GDBRemoteCommunication (Results 1 – 14 of 14) sorted by relevance
71 class GDBRemoteCommunication : public Communication {94 ScopedTimeout(GDBRemoteCommunication &gdb_comm,99 GDBRemoteCommunication &m_gdb_comm;107 GDBRemoteCommunication();109 ~GDBRemoteCommunication() override;198 GDBRemoteCommunication(const GDBRemoteCommunication &) = delete;199 const GDBRemoteCommunication &200 operator=(const GDBRemoteCommunication &) = delete;209 lldb_private::process_gdb_remote::GDBRemoteCommunication::PacketResult> {211 GDBRemoteCommunication::PacketResult &state,
28 : GDBRemoteCommunication(), m_exit_now(false) { in GDBRemoteCommunicationServer()43 GDBRemoteCommunication::PacketResult90 GDBRemoteCommunication::PacketResult96 GDBRemoteCommunication::PacketResult104 GDBRemoteCommunication::PacketResult116 GDBRemoteCommunication::PacketResult131 GDBRemoteCommunication::PacketResult138 GDBRemoteCommunication::PacketResult148 GDBRemoteCommunication::PacketResult153 GDBRemoteCommunication::PacketResult[all …]
48 GDBRemoteCommunication::GDBRemoteCommunication() in GDBRemoteCommunication() function in GDBRemoteCommunication61 GDBRemoteCommunication::~GDBRemoteCommunication() { in ~GDBRemoteCommunication()72 char GDBRemoteCommunication::CalculcateChecksum(llvm::StringRef payload) { in CalculcateChecksum()81 size_t GDBRemoteCommunication::SendAck() { in SendAck()91 size_t GDBRemoteCommunication::SendNack() { in SendNack()101 GDBRemoteCommunication::PacketResult102 GDBRemoteCommunication::SendPacketNoLock(llvm::StringRef payload) { in SendPacketNoLock()113 GDBRemoteCommunication::PacketResult114 GDBRemoteCommunication::SendNotificationPacketNoLock( in SendNotificationPacketNoLock()136 GDBRemoteCommunication::PacketResult[all …]
177 GDBRemoteCommunication::PacketResult316 GDBRemoteCommunication::PacketResult333 GDBRemoteCommunication::PacketResult416 GDBRemoteCommunication::PacketResult428 GDBRemoteCommunication::PacketResult451 GDBRemoteCommunication::PacketResult470 GDBRemoteCommunication::PacketResult513 GDBRemoteCommunication::PacketResult549 GDBRemoteCommunication::PacketResult572 GDBRemoteCommunication::PacketResult[all …]
473 GDBRemoteCommunication::PacketResult1000 GDBRemoteCommunication::PacketResult1191 GDBRemoteCommunication::PacketResult1286 GDBRemoteCommunication::PacketResult1298 GDBRemoteCommunication::PacketResult1318 GDBRemoteCommunication::PacketResult1339 GDBRemoteCommunication::PacketResult1357 GDBRemoteCommunication::PacketResult1382 GDBRemoteCommunication::PacketResult1404 GDBRemoteCommunication::PacketResult[all …]
148 GDBRemoteCommunication::PacketResult200 GDBRemoteCommunication::PacketResult227 GDBRemoteCommunication::PacketResult297 GDBRemoteCommunication::PacketResult315 GDBRemoteCommunication::PacketResult347 GDBRemoteCommunication::PacketResult360 GDBRemoteCommunication::PacketResult372 GDBRemoteCommunication::PacketResult399 GDBRemoteCommunication::PacketResult
35 : GDBRemoteCommunication(), Broadcaster(nullptr, comm_name), in GDBRemoteClientBase()180 GDBRemoteCommunication::PacketResult197 GDBRemoteCommunication::PacketResult214 GDBRemoteCommunication::PacketResult237 GDBRemoteCommunication::PacketResult
28 class GDBRemoteCommunicationServer : public GDBRemoteCommunication {
24 class GDBRemoteClientBase : public GDBRemoteCommunication, public Broadcaster {
532 GDBRemoteCommunication::PacketResult3649 GDBRemoteCommunication::PacketResult::Success && in SyncThreadState()3663 GDBRemoteCommunication::PacketResult::Success) { in SendTraceSupported()3695 GDBRemoteCommunication::PacketResult::Success) { in SendTraceStop()3729 GDBRemoteCommunication::PacketResult::Success) { in SendTraceStart()3763 GDBRemoteCommunication::PacketResult::Success) { in SendTraceGetState()3796 GDBRemoteCommunication::PacketResult::Success) { in SendTraceGetBinaryData()4032 GDBRemoteCommunication::PacketResult res = in ReadExtFeature()4035 if (res != GDBRemoteCommunication::PacketResult::Success || in ReadExtFeature()4281 if (send_status != GDBRemoteCommunication::PacketResult::Success) in SendSignalsToIgnore()[all …]
453 GDBRemoteCommunication::PacketResult::Success) { in BuildDynamicRegisterInfo()765 GDBRemoteCommunication::ScopedTimeout timeout(m_gdb_comm, in DoLaunch()2690 GDBRemoteCommunication::PacketResult::Success) { in DoReadMemory()2856 GDBRemoteCommunication::PacketResult::Success) { in FlashErase()2887 GDBRemoteCommunication::PacketResult::Success) { in FlashDone()2950 GDBRemoteCommunication::PacketResult::Success) { in DoWriteMemory()4033 GDBRemoteCommunication::PacketResult::Success) { in GetExtendedInfoForThread()4085 GDBRemoteCommunication::ScopedTimeout timeout(m_gdb_comm, in GetLoadedDynamicLibrariesInfos_sender()4102 GDBRemoteCommunication::PacketResult::Success) { in GetLoadedDynamicLibrariesInfos_sender()4124 GDBRemoteCommunication::PacketResult::Success) { in GetDynamicLoaderProcessState()[all …]
253 GDBRemoteCommunication::PacketResult::Success) in client_handle()
367 process_gdb_remote::GDBRemoteCommunication::ScopedTimeout timeout( in LaunchProcess()
557 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp