Lines Matching refs:GDBRemoteClientBase
32 GDBRemoteClientBase::ContinueDelegate::~ContinueDelegate() = default;
34 GDBRemoteClientBase::GDBRemoteClientBase(const char *comm_name, in GDBRemoteClientBase() function in GDBRemoteClientBase
39 StateType GDBRemoteClientBase::SendContinuePacketAndWaitForResponse( in SendContinuePacketAndWaitForResponse()
161 bool GDBRemoteClientBase::SendAsyncSignal( in SendAsyncSignal()
173 bool GDBRemoteClientBase::Interrupt(std::chrono::seconds interrupt_timeout) { in Interrupt()
182 GDBRemoteClientBase::SendPacketAndWaitForResponse( in SendPacketAndWaitForResponse()
200 GDBRemoteClientBase::SendPacketAndReceiveResponseWithOutputSupport( in SendPacketAndReceiveResponseWithOutputSupport()
224 GDBRemoteClientBase::SendPacketAndWaitForResponseNoLock( in SendPacketAndWaitForResponseNoLock()
252 bool GDBRemoteClientBase::SendvContPacket( in SendvContPacket()
278 bool GDBRemoteClientBase::ShouldStop(const UnixSignals &signals, in ShouldStop()
309 void GDBRemoteClientBase::OnRunPacketSent(bool first) { in OnRunPacketSent()
318 GDBRemoteClientBase::ContinueLock::ContinueLock(GDBRemoteClientBase &comm) in ContinueLock()
323 GDBRemoteClientBase::ContinueLock::~ContinueLock() { in ~ContinueLock()
328 void GDBRemoteClientBase::ContinueLock::unlock() { in unlock()
338 GDBRemoteClientBase::ContinueLock::LockResult
339 GDBRemoteClientBase::ContinueLock::lock() { in lock()
367 GDBRemoteClientBase::Lock::Lock(GDBRemoteClientBase &comm, in Lock()
377 void GDBRemoteClientBase::Lock::SyncWithContinueThread() { in SyncWithContinueThread()
408 GDBRemoteClientBase::Lock::~Lock() { in ~Lock()