Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp32 GDBRemoteClientBase::ContinueDelegate::~ContinueDelegate() = default;
34 GDBRemoteClientBase::GDBRemoteClientBase(const char *comm_name) in GDBRemoteClientBase() function in GDBRemoteClientBase
38 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()
266 bool GDBRemoteClientBase::ShouldStop(const UnixSignals &signals, in ShouldStop()
[all …]
H A DGDBRemoteClientBase.h19 class GDBRemoteClientBase : public GDBRemoteCommunication, public Broadcaster {
38 GDBRemoteClientBase(const char *comm_name);
79 Lock(GDBRemoteClientBase &comm,
91 GDBRemoteClientBase &m_comm;
158 explicit ContinueLock(GDBRemoteClientBase &comm);
167 GDBRemoteClientBase &m_comm;
H A DCMakeLists.txt22 GDBRemoteClientBase.cpp
H A DGDBRemoteRegisterContext.cpp391 GDBRemoteClientBase::Lock lock(gdb_comm); in WriteRegisterBytes()
534 GDBRemoteClientBase::Lock lock(gdb_comm); in ReadAllRegisterValues()
603 GDBRemoteClientBase::Lock lock(gdb_comm); in WriteAllRegisterValues()
H A DProcessGDBRemote.h51 private GDBRemoteClientBase::ContinueDelegate {
H A DGDBRemoteCommunicationClient.h59 class GDBRemoteCommunicationClient : public GDBRemoteClientBase {
H A DGDBRemoteCommunicationClient.cpp59 : GDBRemoteClientBase("gdb-remote.client"), in GDBRemoteCommunicationClient()
4260 GDBRemoteClientBase::OnRunPacketSent(first); in OnRunPacketSent()
H A DProcessGDBRemote.cpp1182 &m_gdb_comm, GDBRemoteClientBase::eBroadcastBitRunPacketSent)) { in DoResume()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/gdb-remote/
H A DBUILD.gn36 "GDBRemoteClientBase.cpp",
/openbsd-src/gnu/usr.bin/clang/liblldbPluginProcess/
H A DMakefile24 SRCS+= GDBRemoteClientBase.cpp \
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4304 lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h