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()92 size_t GDBRemoteCommunication::SendAck() { in SendAck()112 GDBRemoteCommunication::PacketResult124 GDBRemoteCommunication::PacketResult147 GDBRemoteCommunication::PacketResult209 GDBRemoteCommunication::PacketResult GDBRemoteCommunication::GetAck() { in GetAck()222 GDBRemoteCommunication::PacketResult240 GDBRemoteCommunication::PacketResult616 GDBRemoteCommunication::PacketType[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 …]
225 GDBRemoteCommunication::PacketResult286 GDBRemoteCommunication::PacketResult311 GDBRemoteCommunication::PacketResult389 GDBRemoteCommunication::PacketResult407 GDBRemoteCommunication::PacketResult439 GDBRemoteCommunication::PacketResult452 GDBRemoteCommunication::PacketResult464 GDBRemoteCommunication::PacketResult491 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 {
491 GDBRemoteCommunication::PacketResult3553 GDBRemoteCommunication::PacketResult::Success && in SyncThreadState()3567 GDBRemoteCommunication::PacketResult::Success) { in SendTraceSupported()3600 GDBRemoteCommunication::PacketResult::Success) { in SendTraceStop()3635 GDBRemoteCommunication::PacketResult::Success) { in SendTraceStart()3670 GDBRemoteCommunication::PacketResult::Success) { in SendTraceGetState()3704 GDBRemoteCommunication::PacketResult::Success) { in SendTraceGetBinaryData()3940 GDBRemoteCommunication::PacketResult res = in ReadExtFeature()3943 if (res != GDBRemoteCommunication::PacketResult::Success || in ReadExtFeature()4189 if (send_status != GDBRemoteCommunication::PacketResult::Success) in SendSignalsToIgnore()[all …]
443 GDBRemoteCommunication::PacketResult::Success) { in BuildDynamicRegisterInfo()2567 GDBRemoteCommunication::PacketResult::Success) { in DoReadMemory()2724 GDBRemoteCommunication::PacketResult::Success) { in FlashErase()2754 GDBRemoteCommunication::PacketResult::Success) { in FlashDone()2815 GDBRemoteCommunication::PacketResult::Success) { in DoWriteMemory()3892 GDBRemoteCommunication::PacketResult::Success) { in GetExtendedInfoForThread()3961 GDBRemoteCommunication::PacketResult::Success) { in GetLoadedDynamicLibrariesInfos_sender()3983 GDBRemoteCommunication::PacketResult::Success) { in GetDynamicLoaderProcessState()4015 GDBRemoteCommunication::PacketResult::Success) { in GetSharedCacheInfo()4987 GDBRemoteCommunication::PacketResult::Success) in GetFileLoadAddress()[all …]
348 GDBRemoteCommunication::PacketResult::Success) in main_platform()
374 process_gdb_remote::GDBRemoteCommunication::ScopedTimeout timeout( in LaunchProcess()
524 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp