Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp34 GDBRemoteClientBase::GDBRemoteClientBase(const char *comm_name, in GDBRemoteClientBase() function in GDBRemoteClientBase
161 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::LockResult
339 GDBRemoteClientBase::ContinueLock::lock() { in lock()
367 GDBRemoteClientBase::Lock::Lock(GDBRemoteClientBase &comm, in Lock()
[all …]
H A DGDBRemoteClientBase.h19 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;
H A DGDBRemoteRegisterContext.cpp367 GDBRemoteClientBase::Lock lock(gdb_comm); in WriteRegisterBytes()
511 GDBRemoteClientBase::Lock lock(gdb_comm); in ReadAllRegisterValues()
577 GDBRemoteClientBase::Lock lock(gdb_comm); in WriteAllRegisterValues()
H A DProcessGDBRemote.h50 private GDBRemoteClientBase::ContinueDelegate {
H A DGDBRemoteCommunicationClient.h58 class GDBRemoteCommunicationClient : public GDBRemoteClientBase {
H A DGDBRemoteCommunicationClient.cpp58 : GDBRemoteClientBase("gdb-remote.client", "gdb-remote.client.rx_packet"), in GDBRemoteCommunicationClient()
4146 GDBRemoteClientBase::OnRunPacketSent(first); in OnRunPacketSent()
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile487 SRCS+= Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp