Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteClientBase.cpp29 GDBRemoteClientBase::ContinueDelegate::~ContinueDelegate() = default;
31 GDBRemoteClientBase::GDBRemoteClientBase(const char *comm_name, in GDBRemoteClientBase() function in GDBRemoteClientBase
36 StateType GDBRemoteClientBase::SendContinuePacketAndWaitForResponse( in SendContinuePacketAndWaitForResponse()
136 bool GDBRemoteClientBase::SendAsyncSignal(int signo) { in SendAsyncSignal()
147 bool GDBRemoteClientBase::Interrupt() { in Interrupt()
155 GDBRemoteClientBase::SendPacketAndWaitForResponse( in SendPacketAndWaitForResponse()
173 GDBRemoteClientBase::SendPacketAndReceiveResponseWithOutputSupport( in SendPacketAndReceiveResponseWithOutputSupport()
197 GDBRemoteClientBase::SendPacketAndWaitForResponseNoLock( in SendPacketAndWaitForResponseNoLock()
225 bool GDBRemoteClientBase::SendvContPacket(llvm::StringRef payload, in SendvContPacket()
250 bool GDBRemoteClientBase::ShouldStop(const UnixSignals &signals, in ShouldStop()
[all …]
HDGDBRemoteClientBase.h19 class GDBRemoteClientBase : public GDBRemoteCommunication {
34 GDBRemoteClientBase(const char *comm_name, const char *listener_name);
58 Lock(GDBRemoteClientBase &comm, bool interrupt);
69 GDBRemoteClientBase &m_comm;
135 explicit ContinueLock(GDBRemoteClientBase &comm);
144 GDBRemoteClientBase &m_comm;
HDGDBRemoteRegisterContext.cpp351 GDBRemoteClientBase::Lock lock(gdb_comm, false); in WriteRegisterBytes()
486 GDBRemoteClientBase::Lock lock(gdb_comm, false); in ReadAllRegisterValues()
552 GDBRemoteClientBase::Lock lock(gdb_comm, false); in WriteAllRegisterValues()
HDGDBRemoteCommunicationClient.h34 class GDBRemoteCommunicationClient : public GDBRemoteClientBase {
HDProcessGDBRemote.h50 private GDBRemoteClientBase::ContinueDelegate {
HDGDBRemoteCommunicationClient.cpp50 : GDBRemoteClientBase("gdb-remote.client", "gdb-remote.client.rx_packet"), in GDBRemoteCommunicationClient()
4046 GDBRemoteClientBase::OnRunPacketSent(first); in OnRunPacketSent()
/freebsd-11-stable/lib/clang/liblldb/
HDMakefile452 SRCS+= Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp