Home
last modified time | relevance | path

Searched refs:GDBRemoteCommunication (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h83 class GDBRemoteCommunication : public Communication {
110 ScopedTimeout(GDBRemoteCommunication &gdb_comm,
115 GDBRemoteCommunication &m_gdb_comm;
123 GDBRemoteCommunication(const char *comm_name, const char *listener_name);
125 ~GDBRemoteCommunication() override;
167 static llvm::Error ConnectLocally(GDBRemoteCommunication &client,
168 GDBRemoteCommunication &server);
238 GDBRemoteCommunication(const GDBRemoteCommunication &) = delete;
239 const GDBRemoteCommunication &
240 operator=(const GDBRemoteCommunication &) = delete;
[all …]
H A DGDBRemoteCommunicationServer.cpp29 : GDBRemoteCommunication(comm_name, listener_name), m_exit_now(false) { in GDBRemoteCommunicationServer()
44 GDBRemoteCommunication::PacketResult
91 GDBRemoteCommunication::PacketResult
97 GDBRemoteCommunication::PacketResult
105 GDBRemoteCommunication::PacketResult
116 GDBRemoteCommunication::PacketResult
131 GDBRemoteCommunication::PacketResult
138 GDBRemoteCommunication::PacketResult
148 GDBRemoteCommunication::PacketResult
153 GDBRemoteCommunication::PacketResult
[all …]
H A DGDBRemoteCommunication.cpp61 GDBRemoteCommunication::GDBRemoteCommunication(const char *comm_name, in GDBRemoteCommunication() function in GDBRemoteCommunication
75 GDBRemoteCommunication::~GDBRemoteCommunication() { in ~GDBRemoteCommunication()
115 GDBRemoteCommunication::PacketResult
127 GDBRemoteCommunication::PacketResult
150 GDBRemoteCommunication::PacketResult
212 GDBRemoteCommunication::PacketResult GDBRemoteCommunication::GetAck() { in GetAck()
225 GDBRemoteCommunication::PacketResult
242 GDBRemoteCommunication::PacketResult
260 GDBRemoteCommunication::PacketResult
636 GDBRemoteCommunication::PacketType
[all …]
H A DGDBRemoteCommunicationServerCommon.cpp178 GDBRemoteCommunication::PacketResult
314 GDBRemoteCommunication::PacketResult
331 GDBRemoteCommunication::PacketResult
414 GDBRemoteCommunication::PacketResult
426 GDBRemoteCommunication::PacketResult
449 GDBRemoteCommunication::PacketResult
468 GDBRemoteCommunication::PacketResult
500 GDBRemoteCommunication::PacketResult
549 GDBRemoteCommunication::PacketResult
572 GDBRemoteCommunication::PacketResult
[all …]
H A DGDBRemoteCommunicationServerLLGS.cpp477 GDBRemoteCommunication::PacketResult
999 GDBRemoteCommunication::PacketResult
1190 GDBRemoteCommunication::PacketResult
1284 GDBRemoteCommunication::PacketResult
1296 GDBRemoteCommunication::PacketResult
1316 GDBRemoteCommunication::PacketResult
1337 GDBRemoteCommunication::PacketResult
1355 GDBRemoteCommunication::PacketResult
1380 GDBRemoteCommunication::PacketResult
1402 GDBRemoteCommunication::PacketResult
[all …]
H A DGDBRemoteCommunicationServerPlatform.cpp225 GDBRemoteCommunication::PacketResult
286 GDBRemoteCommunication::PacketResult
311 GDBRemoteCommunication::PacketResult
389 GDBRemoteCommunication::PacketResult
407 GDBRemoteCommunication::PacketResult
439 GDBRemoteCommunication::PacketResult
452 GDBRemoteCommunication::PacketResult
464 GDBRemoteCommunication::PacketResult
491 GDBRemoteCommunication::PacketResult
H A DGDBRemoteClientBase.cpp36 : GDBRemoteCommunication(comm_name, listener_name), m_async_count(0), in GDBRemoteClientBase()
181 GDBRemoteCommunication::PacketResult
198 GDBRemoteCommunication::PacketResult
221 GDBRemoteCommunication::PacketResult
H A DCMakeLists.txt23 GDBRemoteCommunication.cpp
H A DGDBRemoteCommunicationServer.h28 class GDBRemoteCommunicationServer : public GDBRemoteCommunication {
H A DGDBRemoteClientBase.h19 class GDBRemoteClientBase : public GDBRemoteCommunication {
H A DGDBRemoteCommunicationClient.cpp482 GDBRemoteCommunication::PacketResult
3550 GDBRemoteCommunication::PacketResult::Success && in SyncThreadState()
3564 GDBRemoteCommunication::PacketResult::Success) { in SendTraceSupported()
3597 GDBRemoteCommunication::PacketResult::Success) { in SendTraceStop()
3632 GDBRemoteCommunication::PacketResult::Success) { in SendTraceStart()
3667 GDBRemoteCommunication::PacketResult::Success) { in SendTraceGetState()
3701 GDBRemoteCommunication::PacketResult::Success) { in SendTraceGetBinaryData()
3937 GDBRemoteCommunication::PacketResult res = in ReadExtFeature()
3940 if (res != GDBRemoteCommunication::PacketResult::Success || in ReadExtFeature()
4193 if (send_status != GDBRemoteCommunication::PacketResult::Success) in SendSignalsToIgnore()
[all …]
H A DProcessGDBRemote.cpp451 GDBRemoteCommunication::PacketResult::Success) { in BuildDynamicRegisterInfo()
852 GDBRemoteCommunication::ScopedTimeout timeout(m_gdb_comm, in DoLaunch()
2545 GDBRemoteCommunication::PacketResult::Success) { in DoReadMemory()
2702 GDBRemoteCommunication::PacketResult::Success) { in FlashErase()
2732 GDBRemoteCommunication::PacketResult::Success) { in FlashDone()
2793 GDBRemoteCommunication::PacketResult::Success) { in DoWriteMemory()
3811 GDBRemoteCommunication::PacketResult::Success) { in GetExtendedInfoForThread()
3883 GDBRemoteCommunication::PacketResult::Success) { in GetLoadedDynamicLibrariesInfos_sender()
3916 GDBRemoteCommunication::PacketResult::Success) { in GetSharedCacheInfo()
4652 GDBRemoteCommunication::PacketResult::Success) in GetFileLoadAddress()
[all …]
/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteCommunicationTest.cpp14 typedef GDBRemoteCommunication::PacketResult PacketResult;
18 class TestClient : public GDBRemoteCommunication {
21 : GDBRemoteCommunication("test.client", "test.client.listener") {} in TestClient()
24 return GDBRemoteCommunication::ReadPacket(response, std::chrono::seconds(1), in ReadPacket()
32 ASSERT_THAT_ERROR(GDBRemoteCommunication::ConnectLocally(client, server), in SetUp()
H A DGDBRemoteClientBaseTest.cpp22 typedef GDBRemoteCommunication::PacketResult PacketResult;
50 ASSERT_THAT_ERROR(GDBRemoteCommunication::ConnectLocally(client, server), in SetUp()
H A DGDBRemoteCommunicationClientTest.cpp29 typedef GDBRemoteCommunication::PacketResult PacketResult;
65 ASSERT_THAT_ERROR(GDBRemoteCommunication::ConnectLocally(client, server), in SetUp()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Process/gdb-remote/
H A DBUILD.gn36 "GDBRemoteCommunication.cpp",
/llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/
H A DTestClient.h92 lldb_private::process_gdb_remote::GDBRemoteCommunication::PacketResult
/llvm-project-15.0.7/lldb/tools/lldb-server/
H A Dlldb-platform.cpp371 GDBRemoteCommunication::PacketResult::Success) in main_platform()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp372 process_gdb_remote::GDBRemoteCommunication::ScopedTimeout timeout( in LaunchProcess()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4308 lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h