Searched refs:GDBRemoteClientBase (Results 1 – 7 of 7) sorted by relevance
33 GDBRemoteClientBase::GDBRemoteClientBase(const char *comm_name, in GDBRemoteClientBase() function in GDBRemoteClientBase141 bool GDBRemoteClientBase::SendAsyncSignal(int signo) { in SendAsyncSignal()152 bool GDBRemoteClientBase::Interrupt() { in Interrupt()160 GDBRemoteClientBase::SendPacketAndWaitForResponse( in SendPacketAndWaitForResponse()297 GDBRemoteClientBase::ContinueLock::ContinueLock(GDBRemoteClientBase &comm) in ContinueLock()302 GDBRemoteClientBase::ContinueLock::~ContinueLock() { in ~ContinueLock()307 void GDBRemoteClientBase::ContinueLock::unlock() { in unlock()317 GDBRemoteClientBase::ContinueLock::LockResult318 GDBRemoteClientBase::ContinueLock::lock() { in lock()348 GDBRemoteClientBase::Lock::Lock(GDBRemoteClientBase &comm, bool interrupt) in Lock()[all …]
20 class GDBRemoteClientBase : public GDBRemoteCommunication {37 GDBRemoteClientBase(const char *comm_name, const char *listener_name);61 Lock(GDBRemoteClientBase &comm, bool interrupt);72 GDBRemoteClientBase &m_comm;132 explicit ContinueLock(GDBRemoteClientBase &comm);141 GDBRemoteClientBase &m_comm;
330 GDBRemoteClientBase::Lock lock(gdb_comm, false); in WriteRegisterBytes()463 GDBRemoteClientBase::Lock lock(gdb_comm, false); in ReadAllRegisterValues()526 GDBRemoteClientBase::Lock lock(gdb_comm, false); in WriteAllRegisterValues()
31 class GDBRemoteCommunicationClient : public GDBRemoteClientBase {
51 private GDBRemoteClientBase::ContinueDelegate {
54 : GDBRemoteClientBase("gdb-remote.client", "gdb-remote.client.rx_packet"), in GDBRemoteCommunicationClient()4010 GDBRemoteClientBase::OnRunPacketSent(first); in OnRunPacketSent()
431 SRCS+= Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp