Lines Matching refs:GDBRemoteClientBase
32 GDBRemoteClientBase::ContinueDelegate::~ContinueDelegate() = default;
34 GDBRemoteClientBase::GDBRemoteClientBase(const char *comm_name) in GDBRemoteClientBase() function in GDBRemoteClientBase
38 StateType GDBRemoteClientBase::SendContinuePacketAndWaitForResponse( in SendContinuePacketAndWaitForResponse()
160 bool GDBRemoteClientBase::SendAsyncSignal( in SendAsyncSignal()
172 bool GDBRemoteClientBase::Interrupt(std::chrono::seconds interrupt_timeout) { in Interrupt()
181 GDBRemoteClientBase::SendPacketAndWaitForResponse( in SendPacketAndWaitForResponse()
198 GDBRemoteClientBase::ReadPacketWithOutputSupport( in ReadPacketWithOutputSupport()
215 GDBRemoteClientBase::SendPacketAndReceiveResponseWithOutputSupport( in SendPacketAndReceiveResponseWithOutputSupport()
238 GDBRemoteClientBase::SendPacketAndWaitForResponseNoLock( in SendPacketAndWaitForResponseNoLock()
266 bool GDBRemoteClientBase::ShouldStop(const UnixSignals &signals, in ShouldStop()
297 void GDBRemoteClientBase::OnRunPacketSent(bool first) { in OnRunPacketSent()
306 GDBRemoteClientBase::ContinueLock::ContinueLock(GDBRemoteClientBase &comm) in ContinueLock()
311 GDBRemoteClientBase::ContinueLock::~ContinueLock() { in ~ContinueLock()
316 void GDBRemoteClientBase::ContinueLock::unlock() { in unlock()
326 GDBRemoteClientBase::ContinueLock::LockResult
327 GDBRemoteClientBase::ContinueLock::lock() { in lock()
355 GDBRemoteClientBase::Lock::Lock(GDBRemoteClientBase &comm, in Lock()
365 void GDBRemoteClientBase::Lock::SyncWithContinueThread() { in SyncWithContinueThread()
396 GDBRemoteClientBase::Lock::~Lock() { in ~Lock()