Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
281 void GDBRemoteClientBase::OnRunPacketSent(bool first) { in OnRunPacketSent()
290 GDBRemoteClientBase::ContinueLock::ContinueLock(GDBRemoteClientBase &comm) in ContinueLock()
295 GDBRemoteClientBase::ContinueLock::~ContinueLock() { in ~ContinueLock()
300 void GDBRemoteClientBase::ContinueLock::unlock() { in unlock()
310 GDBRemoteClientBase::ContinueLock::LockResult
311 GDBRemoteClientBase::ContinueLock::lock() { in lock()
339 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);
70 Lock(GDBRemoteClientBase &comm,
82 GDBRemoteClientBase &m_comm;
149 explicit ContinueLock(GDBRemoteClientBase &comm);
158 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.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()
4254 GDBRemoteClientBase::OnRunPacketSent(first); in OnRunPacketSent()
/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteClientBaseTest.cpp26 struct MockDelegate : public GDBRemoteClientBase::ContinueDelegate {
41 struct TestClient : public GDBRemoteClientBase {
42 TestClient() : GDBRemoteClientBase("test.client", "test.client.listener") { in TestClient()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Process/gdb-remote/
H A DBUILD.gn35 "GDBRemoteClientBase.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4307 lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h