Searched refs:GDBRemoteClientBase (Results 1 – 8 of 8) sorted by relevance
34 GDBRemoteClientBase::GDBRemoteClientBase(const char *comm_name) in GDBRemoteClientBase() function in GDBRemoteClientBase160 bool GDBRemoteClientBase::SendAsyncSignal( in SendAsyncSignal()181 GDBRemoteClientBase::SendPacketAndWaitForResponse( in SendPacketAndWaitForResponse()198 GDBRemoteClientBase::ReadPacketWithOutputSupport( in ReadPacketWithOutputSupport()306 GDBRemoteClientBase::ContinueLock::ContinueLock(GDBRemoteClientBase &comm) in ContinueLock()311 GDBRemoteClientBase::ContinueLock::~ContinueLock() { in ~ContinueLock()316 void GDBRemoteClientBase::ContinueLock::unlock() { in unlock()326 GDBRemoteClientBase::ContinueLock::LockResult327 GDBRemoteClientBase::ContinueLock::lock() { in lock()355 GDBRemoteClientBase::Lock::Lock(GDBRemoteClientBase &comm, in Lock()[all …]
19 class GDBRemoteClientBase : public GDBRemoteCommunication, public Broadcaster {38 GDBRemoteClientBase(const char *comm_name);79 Lock(GDBRemoteClientBase &comm,91 GDBRemoteClientBase &m_comm;158 explicit ContinueLock(GDBRemoteClientBase &comm);167 GDBRemoteClientBase &m_comm;
388 GDBRemoteClientBase::Lock lock(gdb_comm); in WriteRegisterBytes()532 GDBRemoteClientBase::Lock lock(gdb_comm); in ReadAllRegisterValues()601 GDBRemoteClientBase::Lock lock(gdb_comm); in WriteAllRegisterValues()
52 private GDBRemoteClientBase::ContinueDelegate {
60 class GDBRemoteCommunicationClient : public GDBRemoteClientBase {
60 : GDBRemoteClientBase("gdb-remote.client"), in GDBRemoteCommunicationClient()4249 GDBRemoteClientBase::OnRunPacketSent(first); in OnRunPacketSent()
1191 &m_gdb_comm, GDBRemoteClientBase::eBroadcastBitRunPacketSent)) { in DoResume()
523 SRCS+= Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp