Searched refs:GDBRemoteClientBase (Results 1 – 10 of 10) 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()281 void GDBRemoteClientBase::OnRunPacketSent(bool first) { in OnRunPacketSent()290 GDBRemoteClientBase::ContinueLock::ContinueLock(GDBRemoteClientBase &comm) in ContinueLock()295 GDBRemoteClientBase::ContinueLock::~ContinueLock() { in ~ContinueLock()300 void GDBRemoteClientBase::ContinueLock::unlock() { in unlock()310 GDBRemoteClientBase::ContinueLock::LockResult311 GDBRemoteClientBase::ContinueLock::lock() { in lock()339 GDBRemoteClientBase::Lock::Lock(GDBRemoteClientBase &comm, in Lock()[all …]
19 class GDBRemoteClientBase : public GDBRemoteCommunication {34 GDBRemoteClientBase(const char *comm_name, const char *listener_name);70 Lock(GDBRemoteClientBase &comm,82 GDBRemoteClientBase &m_comm;149 explicit ContinueLock(GDBRemoteClientBase &comm);158 GDBRemoteClientBase &m_comm;
22 GDBRemoteClientBase.cpp
391 GDBRemoteClientBase::Lock lock(gdb_comm); in WriteRegisterBytes()534 GDBRemoteClientBase::Lock lock(gdb_comm); in ReadAllRegisterValues()603 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()4254 GDBRemoteClientBase::OnRunPacketSent(first); in OnRunPacketSent()
26 struct MockDelegate : public GDBRemoteClientBase::ContinueDelegate {41 struct TestClient : public GDBRemoteClientBase {42 TestClient() : GDBRemoteClientBase("test.client", "test.client.listener") { in TestClient()
35 "GDBRemoteClientBase.cpp",
4307 lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h