Searched refs:GDBRemoteClientBase (Results 1 – 8 of 8) sorted by relevance
32 GDBRemoteClientBase::ContinueDelegate::~ContinueDelegate() = default;34 GDBRemoteClientBase::GDBRemoteClientBase(const char *comm_name) in GDBRemoteClientBase() function in GDBRemoteClientBase38 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()267 bool GDBRemoteClientBase::ShouldStop(const UnixSignals &signals, in ShouldStop()[all …]
24 class GDBRemoteClientBase : public GDBRemoteCommunication, public Broadcaster {43 GDBRemoteClientBase(const char *comm_name);85 Lock(GDBRemoteClientBase &comm,97 GDBRemoteClientBase &m_comm;165 explicit ContinueLock(GDBRemoteClientBase &comm);174 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()
49 private GDBRemoteClientBase::ContinueDelegate {
60 class GDBRemoteCommunicationClient : public GDBRemoteClientBase {
62 : GDBRemoteClientBase("gdb-remote.client"), in GDBRemoteCommunicationClient()4342 GDBRemoteClientBase::OnRunPacketSent(first); in OnRunPacketSent()
1207 &m_gdb_comm, GDBRemoteClientBase::eBroadcastBitRunPacketSent)) { in DoResume()
556 SRCS+= Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp