| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunication.h | 83 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 D | GDBRemoteCommunicationServer.cpp | 29 : 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 D | GDBRemoteCommunication.cpp | 61 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 D | GDBRemoteCommunicationServerCommon.cpp | 178 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 D | GDBRemoteCommunicationServerLLGS.cpp | 477 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 D | GDBRemoteCommunicationServerPlatform.cpp | 225 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 D | GDBRemoteClientBase.cpp | 36 : GDBRemoteCommunication(comm_name, listener_name), m_async_count(0), in GDBRemoteClientBase() 181 GDBRemoteCommunication::PacketResult 198 GDBRemoteCommunication::PacketResult 221 GDBRemoteCommunication::PacketResult
|
| H A D | CMakeLists.txt | 23 GDBRemoteCommunication.cpp
|
| H A D | GDBRemoteCommunicationServer.h | 28 class GDBRemoteCommunicationServer : public GDBRemoteCommunication {
|
| H A D | GDBRemoteClientBase.h | 19 class GDBRemoteClientBase : public GDBRemoteCommunication {
|
| H A D | GDBRemoteCommunicationClient.cpp | 482 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 D | ProcessGDBRemote.cpp | 451 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 D | GDBRemoteCommunicationTest.cpp | 14 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 D | GDBRemoteClientBaseTest.cpp | 22 typedef GDBRemoteCommunication::PacketResult PacketResult; 50 ASSERT_THAT_ERROR(GDBRemoteCommunication::ConnectLocally(client, server), in SetUp()
|
| H A D | GDBRemoteCommunicationClientTest.cpp | 29 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 D | BUILD.gn | 36 "GDBRemoteCommunication.cpp",
|
| /llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/ |
| H A D | TestClient.h | 92 lldb_private::process_gdb_remote::GDBRemoteCommunication::PacketResult
|
| /llvm-project-15.0.7/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 371 GDBRemoteCommunication::PacketResult::Success) in main_platform()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 372 process_gdb_remote::GDBRemoteCommunication::ScopedTimeout timeout( in LaunchProcess()
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 4308 lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
|