Searched refs:GDBRemoteClientBase (Results 1 – 7 of 7) sorted by relevance
34 GDBRemoteClientBase::GDBRemoteClientBase(const char *comm_name, in GDBRemoteClientBase() function in GDBRemoteClientBase161 bool GDBRemoteClientBase::SendAsyncSignal( in SendAsyncSignal()182 GDBRemoteClientBase::SendPacketAndWaitForResponse( in SendPacketAndWaitForResponse()252 bool GDBRemoteClientBase::SendvContPacket( in SendvContPacket()318 GDBRemoteClientBase::ContinueLock::ContinueLock(GDBRemoteClientBase &comm) in ContinueLock()323 GDBRemoteClientBase::ContinueLock::~ContinueLock() { in ~ContinueLock()328 void GDBRemoteClientBase::ContinueLock::unlock() { in unlock()338 GDBRemoteClientBase::ContinueLock::LockResult339 GDBRemoteClientBase::ContinueLock::lock() { in lock()367 GDBRemoteClientBase::Lock::Lock(GDBRemoteClientBase &comm, in Lock()[all …]
19 class GDBRemoteClientBase : public GDBRemoteCommunication {34 GDBRemoteClientBase(const char *comm_name, const char *listener_name);74 Lock(GDBRemoteClientBase &comm,86 GDBRemoteClientBase &m_comm;153 explicit ContinueLock(GDBRemoteClientBase &comm);162 GDBRemoteClientBase &m_comm;
367 GDBRemoteClientBase::Lock lock(gdb_comm); in WriteRegisterBytes()511 GDBRemoteClientBase::Lock lock(gdb_comm); in ReadAllRegisterValues()577 GDBRemoteClientBase::Lock lock(gdb_comm); in WriteAllRegisterValues()
50 private GDBRemoteClientBase::ContinueDelegate {
58 class GDBRemoteCommunicationClient : public GDBRemoteClientBase {
58 : GDBRemoteClientBase("gdb-remote.client", "gdb-remote.client.rx_packet"), in GDBRemoteCommunicationClient()4146 GDBRemoteClientBase::OnRunPacketSent(first); in OnRunPacketSent()
487 SRCS+= Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp