Lines Matching refs:GDBRemoteClientBase

29 GDBRemoteClientBase::ContinueDelegate::~ContinueDelegate() = default;
31 GDBRemoteClientBase::GDBRemoteClientBase(const char *comm_name, in GDBRemoteClientBase() function in GDBRemoteClientBase
36 StateType GDBRemoteClientBase::SendContinuePacketAndWaitForResponse( in SendContinuePacketAndWaitForResponse()
136 bool GDBRemoteClientBase::SendAsyncSignal(int signo) { in SendAsyncSignal()
147 bool GDBRemoteClientBase::Interrupt() { in Interrupt()
155 GDBRemoteClientBase::SendPacketAndWaitForResponse( in SendPacketAndWaitForResponse()
173 GDBRemoteClientBase::SendPacketAndReceiveResponseWithOutputSupport( in SendPacketAndReceiveResponseWithOutputSupport()
197 GDBRemoteClientBase::SendPacketAndWaitForResponseNoLock( in SendPacketAndWaitForResponseNoLock()
225 bool GDBRemoteClientBase::SendvContPacket(llvm::StringRef payload, in SendvContPacket()
250 bool GDBRemoteClientBase::ShouldStop(const UnixSignals &signals, in ShouldStop()
281 void GDBRemoteClientBase::OnRunPacketSent(bool first) { in OnRunPacketSent()
290 GDBRemoteClientBase::ContinueLock::ContinueLock(GDBRemoteClientBase &comm) in ContinueLock()
295 GDBRemoteClientBase::ContinueLock::~ContinueLock() { in ~ContinueLock()
300 void GDBRemoteClientBase::ContinueLock::unlock() { in unlock()
310 GDBRemoteClientBase::ContinueLock::LockResult
311 GDBRemoteClientBase::ContinueLock::lock() { in lock()
339 GDBRemoteClientBase::Lock::Lock(GDBRemoteClientBase &comm, bool interrupt) in Lock()
347 void GDBRemoteClientBase::Lock::SyncWithContinueThread(bool interrupt) { in SyncWithContinueThread()
378 GDBRemoteClientBase::Lock::~Lock() { in ~Lock()