Home
last modified time | relevance | path

Searched refs:GDBRemoteClientBase (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp33 GDBRemoteClientBase::GDBRemoteClientBase(const char *comm_name, in GDBRemoteClientBase() function in GDBRemoteClientBase
141 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::LockResult
318 GDBRemoteClientBase::ContinueLock::lock() { in lock()
348 GDBRemoteClientBase::Lock::Lock(GDBRemoteClientBase &comm, bool interrupt) in Lock()
[all …]
H A DGDBRemoteClientBase.h20 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;
H A DGDBRemoteRegisterContext.cpp330 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()
H A DGDBRemoteCommunicationClient.h31 class GDBRemoteCommunicationClient : public GDBRemoteClientBase {
H A DProcessGDBRemote.h51 private GDBRemoteClientBase::ContinueDelegate {
H A DGDBRemoteCommunicationClient.cpp54 : GDBRemoteClientBase("gdb-remote.client", "gdb-remote.client.rx_packet"), in GDBRemoteCommunicationClient()
4010 GDBRemoteClientBase::OnRunPacketSent(first); in OnRunPacketSent()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile431 SRCS+= Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp