Searched refs:GDBRemoteClientBase (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| HD | GDBRemoteClientBase.cpp | 29 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 …]
|
| HD | GDBRemoteClientBase.h | 19 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;
|
| HD | GDBRemoteRegisterContext.cpp | 351 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()
|
| HD | GDBRemoteCommunicationClient.h | 34 class GDBRemoteCommunicationClient : public GDBRemoteClientBase {
|
| HD | ProcessGDBRemote.h | 50 private GDBRemoteClientBase::ContinueDelegate {
|
| HD | GDBRemoteCommunicationClient.cpp | 50 : GDBRemoteClientBase("gdb-remote.client", "gdb-remote.client.rx_packet"), in GDBRemoteCommunicationClient() 4046 GDBRemoteClientBase::OnRunPacketSent(first); in OnRunPacketSent()
|
| /freebsd-11-stable/lib/clang/liblldb/ |
| HD | Makefile | 452 SRCS+= Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp
|