Lines Matching refs:GDBRemoteClientBase

31 GDBRemoteClientBase::ContinueDelegate::~ContinueDelegate() = default;
33 GDBRemoteClientBase::GDBRemoteClientBase(const char *comm_name, in GDBRemoteClientBase() function in GDBRemoteClientBase
38 StateType GDBRemoteClientBase::SendContinuePacketAndWaitForResponse( in SendContinuePacketAndWaitForResponse()
141 bool GDBRemoteClientBase::SendAsyncSignal(int signo) { in SendAsyncSignal()
152 bool GDBRemoteClientBase::Interrupt() { in Interrupt()
160 GDBRemoteClientBase::SendPacketAndWaitForResponse( in SendPacketAndWaitForResponse()
178 GDBRemoteClientBase::SendPacketAndReceiveResponseWithOutputSupport( in SendPacketAndReceiveResponseWithOutputSupport()
202 GDBRemoteClientBase::SendPacketAndWaitForResponseNoLock( in SendPacketAndWaitForResponseNoLock()
230 bool GDBRemoteClientBase::SendvContPacket(llvm::StringRef payload, in SendvContPacket()
257 bool GDBRemoteClientBase::ShouldStop(const UnixSignals &signals, in ShouldStop()
288 void GDBRemoteClientBase::OnRunPacketSent(bool first) { in OnRunPacketSent()
297 GDBRemoteClientBase::ContinueLock::ContinueLock(GDBRemoteClientBase &comm) in ContinueLock()
302 GDBRemoteClientBase::ContinueLock::~ContinueLock() { in ~ContinueLock()
307 void GDBRemoteClientBase::ContinueLock::unlock() { in unlock()
317 GDBRemoteClientBase::ContinueLock::LockResult
318 GDBRemoteClientBase::ContinueLock::lock() { in lock()
348 GDBRemoteClientBase::Lock::Lock(GDBRemoteClientBase &comm, bool interrupt) in Lock()
356 void GDBRemoteClientBase::Lock::SyncWithContinueThread(bool interrupt) { in SyncWithContinueThread()
388 GDBRemoteClientBase::Lock::~Lock() { in ~Lock()