Searched refs:GDBRemoteCommunication (Results 1 – 14 of 14) sorted by relevance
83 class GDBRemoteCommunication : public Communication {106 ScopedTimeout(GDBRemoteCommunication &gdb_comm,111 GDBRemoteCommunication &m_gdb_comm;119 GDBRemoteCommunication();121 ~GDBRemoteCommunication() override;163 static llvm::Error ConnectLocally(GDBRemoteCommunication &client,164 GDBRemoteCommunication &server);231 GDBRemoteCommunication(const GDBRemoteCommunication &) = delete;232 const GDBRemoteCommunication &233 operator=(const GDBRemoteCommunication &) = delete;[all …]
28 : GDBRemoteCommunication(), m_exit_now(false) { in GDBRemoteCommunicationServer()43 GDBRemoteCommunication::PacketResult90 GDBRemoteCommunication::PacketResult96 GDBRemoteCommunication::PacketResult104 GDBRemoteCommunication::PacketResult115 GDBRemoteCommunication::PacketResult130 GDBRemoteCommunication::PacketResult137 GDBRemoteCommunication::PacketResult147 GDBRemoteCommunication::PacketResult152 GDBRemoteCommunication::PacketResult[all …]
59 GDBRemoteCommunication::GDBRemoteCommunication() in GDBRemoteCommunication() function in GDBRemoteCommunication72 GDBRemoteCommunication::~GDBRemoteCommunication() { in ~GDBRemoteCommunication()83 char GDBRemoteCommunication::CalculcateChecksum(llvm::StringRef payload) { in CalculcateChecksum()92 size_t GDBRemoteCommunication::SendAck() { in SendAck()102 size_t GDBRemoteCommunication::SendNack() { in SendNack()112 GDBRemoteCommunication::PacketResult113 GDBRemoteCommunication::SendPacketNoLock(llvm::StringRef payload) { in SendPacketNoLock()124 GDBRemoteCommunication::PacketResult125 GDBRemoteCommunication::SendNotificationPacketNoLock( in SendNotificationPacketNoLock()147 GDBRemoteCommunication::PacketResult[all …]
177 GDBRemoteCommunication::PacketResult313 GDBRemoteCommunication::PacketResult330 GDBRemoteCommunication::PacketResult413 GDBRemoteCommunication::PacketResult425 GDBRemoteCommunication::PacketResult448 GDBRemoteCommunication::PacketResult467 GDBRemoteCommunication::PacketResult499 GDBRemoteCommunication::PacketResult548 GDBRemoteCommunication::PacketResult571 GDBRemoteCommunication::PacketResult[all …]
473 GDBRemoteCommunication::PacketResult997 GDBRemoteCommunication::PacketResult1188 GDBRemoteCommunication::PacketResult1282 GDBRemoteCommunication::PacketResult1294 GDBRemoteCommunication::PacketResult1314 GDBRemoteCommunication::PacketResult1335 GDBRemoteCommunication::PacketResult1353 GDBRemoteCommunication::PacketResult1378 GDBRemoteCommunication::PacketResult1400 GDBRemoteCommunication::PacketResult[all …]
227 GDBRemoteCommunication::PacketResult288 GDBRemoteCommunication::PacketResult313 GDBRemoteCommunication::PacketResult391 GDBRemoteCommunication::PacketResult409 GDBRemoteCommunication::PacketResult441 GDBRemoteCommunication::PacketResult454 GDBRemoteCommunication::PacketResult466 GDBRemoteCommunication::PacketResult493 GDBRemoteCommunication::PacketResult
35 : GDBRemoteCommunication(), Broadcaster(nullptr, comm_name), in GDBRemoteClientBase()180 GDBRemoteCommunication::PacketResult197 GDBRemoteCommunication::PacketResult214 GDBRemoteCommunication::PacketResult237 GDBRemoteCommunication::PacketResult
28 class GDBRemoteCommunicationServer : public GDBRemoteCommunication {
19 class GDBRemoteClientBase : public GDBRemoteCommunication, public Broadcaster {
504 GDBRemoteCommunication::PacketResult3626 GDBRemoteCommunication::PacketResult::Success && in SyncThreadState()3640 GDBRemoteCommunication::PacketResult::Success) { in SendTraceSupported()3673 GDBRemoteCommunication::PacketResult::Success) { in SendTraceStop()3708 GDBRemoteCommunication::PacketResult::Success) { in SendTraceStart()3743 GDBRemoteCommunication::PacketResult::Success) { in SendTraceGetState()3777 GDBRemoteCommunication::PacketResult::Success) { in SendTraceGetBinaryData()4013 GDBRemoteCommunication::PacketResult res = in ReadExtFeature()4016 if (res != GDBRemoteCommunication::PacketResult::Success || in ReadExtFeature()4262 if (send_status != GDBRemoteCommunication::PacketResult::Success) in SendSignalsToIgnore()[all …]
443 GDBRemoteCommunication::PacketResult::Success) { in BuildDynamicRegisterInfo()755 GDBRemoteCommunication::ScopedTimeout timeout(m_gdb_comm, in DoLaunch()2588 GDBRemoteCommunication::PacketResult::Success) { in DoReadMemory()2745 GDBRemoteCommunication::PacketResult::Success) { in FlashErase()2775 GDBRemoteCommunication::PacketResult::Success) { in FlashDone()2836 GDBRemoteCommunication::PacketResult::Success) { in DoWriteMemory()3903 GDBRemoteCommunication::PacketResult::Success) { in GetExtendedInfoForThread()3955 GDBRemoteCommunication::ScopedTimeout timeout(m_gdb_comm, in GetLoadedDynamicLibrariesInfos_sender()3972 GDBRemoteCommunication::PacketResult::Success) { in GetLoadedDynamicLibrariesInfos_sender()3994 GDBRemoteCommunication::PacketResult::Success) { in GetDynamicLoaderProcessState()[all …]
373 GDBRemoteCommunication::PacketResult::Success) in main_platform()
374 process_gdb_remote::GDBRemoteCommunication::ScopedTimeout timeout( in LaunchProcess()
536 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp