/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunication.h | 56 class GDBRemoteCommunication : public Communication { 85 ScopedTimeout(GDBRemoteCommunication &gdb_comm, 90 GDBRemoteCommunication &m_gdb_comm; 98 GDBRemoteCommunication(const char *comm_name, const char *listener_name); 100 ~GDBRemoteCommunication() override; 142 static llvm::Error ConnectLocally(GDBRemoteCommunication &client, 143 GDBRemoteCommunication &server); 229 GDBRemoteCommunication(const GDBRemoteCommunication &) = delete; 230 const GDBRemoteCommunication & 231 operator=(const GDBRemoteCommunication &) = delete; [all …]
|
D | GDBRemoteCommunication.cpp | 62 GDBRemoteCommunication::GDBRemoteCommunication(const char *comm_name, in GDBRemoteCommunication() function in GDBRemoteCommunication 76 GDBRemoteCommunication::~GDBRemoteCommunication() { in ~GDBRemoteCommunication() 92 char GDBRemoteCommunication::CalculcateChecksum(llvm::StringRef payload) { in CalculcateChecksum() 101 size_t GDBRemoteCommunication::SendAck() { in SendAck() 111 size_t GDBRemoteCommunication::SendNack() { in SendNack() 121 GDBRemoteCommunication::PacketResult 122 GDBRemoteCommunication::SendPacketNoLock(llvm::StringRef payload) { in SendPacketNoLock() 133 GDBRemoteCommunication::PacketResult 134 GDBRemoteCommunication::SendRawPacketNoLock(llvm::StringRef packet, in SendRawPacketNoLock() 195 GDBRemoteCommunication::PacketResult GDBRemoteCommunication::GetAck() { in GetAck() [all …]
|
D | GDBRemoteCommunicationServer.cpp | 27 : GDBRemoteCommunication(comm_name, listener_name), m_exit_now(false) { in GDBRemoteCommunicationServer() 42 GDBRemoteCommunication::PacketResult 89 GDBRemoteCommunication::PacketResult 95 GDBRemoteCommunication::PacketResult 103 GDBRemoteCommunication::PacketResult 114 GDBRemoteCommunication::PacketResult 129 GDBRemoteCommunication::PacketResult 136 GDBRemoteCommunication::PacketResult 146 GDBRemoteCommunication::PacketResult
|
D | GDBRemoteCommunicationServerCommon.cpp | 180 GDBRemoteCommunication::PacketResult 316 GDBRemoteCommunication::PacketResult 333 GDBRemoteCommunication::PacketResult 416 GDBRemoteCommunication::PacketResult 428 GDBRemoteCommunication::PacketResult 451 GDBRemoteCommunication::PacketResult 470 GDBRemoteCommunication::PacketResult 502 GDBRemoteCommunication::PacketResult 545 GDBRemoteCommunication::PacketResult 568 GDBRemoteCommunication::PacketResult [all …]
|
D | GDBRemoteCommunicationReplayServer.cpp | 73 : GDBRemoteCommunication("gdb-replay", "gdb-replay.rx_packet"), in GDBRemoteCommunicationReplayServer() 93 GDBRemoteCommunication::PacketResult 136 GDBRemoteCommunication::ExpandRLE(entry.packet.data); in GetPacketAndSendResponse() 255 if (packet_result != GDBRemoteCommunication::PacketResult::Success && in ReceivePacket() 257 GDBRemoteCommunication::PacketResult::ErrorReplyTimeout) { in ReceivePacket() 310 if (auto error = GDBRemoteCommunication::ConnectLocally(client, *this)) in Connect()
|
D | GDBRemoteCommunicationServerLLGS.cpp | 350 GDBRemoteCommunication::PacketResult 655 GDBRemoteCommunication::PacketResult 1000 GDBRemoteCommunication::PacketResult 1094 GDBRemoteCommunication::PacketResult 1160 GDBRemoteCommunication::PacketResult 1195 GDBRemoteCommunication::PacketResult 1222 GDBRemoteCommunication::PacketResult 1280 GDBRemoteCommunication::PacketResult 1346 GDBRemoteCommunication::PacketResult 1368 GDBRemoteCommunication::PacketResult [all …]
|
D | GDBRemoteCommunicationServerPlatform.cpp | 231 GDBRemoteCommunication::PacketResult 292 GDBRemoteCommunication::PacketResult 317 GDBRemoteCommunication::PacketResult 395 GDBRemoteCommunication::PacketResult 413 GDBRemoteCommunication::PacketResult 445 GDBRemoteCommunication::PacketResult 458 GDBRemoteCommunication::PacketResult 470 GDBRemoteCommunication::PacketResult 497 GDBRemoteCommunication::PacketResult
|
D | GDBRemoteClientBase.cpp | 33 : GDBRemoteCommunication(comm_name, listener_name), m_async_count(0), in GDBRemoteClientBase() 154 GDBRemoteCommunication::PacketResult 172 GDBRemoteCommunication::PacketResult 196 GDBRemoteCommunication::PacketResult
|
D | GDBRemoteCommunicationReplayServer.h | 38 class GDBRemoteCommunicationReplayServer : public GDBRemoteCommunication {
|
D | CMakeLists.txt | 20 GDBRemoteCommunication.cpp
|
D | GDBRemoteCommunicationServer.h | 28 class GDBRemoteCommunicationServer : public GDBRemoteCommunication {
|
D | GDBRemoteClientBase.h | 19 class GDBRemoteClientBase : public GDBRemoteCommunication {
|
D | ProcessGDBRemote.cpp | 293 GDBRemoteCommunication::eBroadcastBitGdbReadThreadGotNotify; in ProcessGDBRemote() 465 GDBRemoteCommunication::PacketResult::Success) { in BuildDynamicRegisterInfo() 878 GDBRemoteCommunication::ScopedTimeout timeout(m_gdb_comm, in DoLaunch() 1261 &m_gdb_comm, GDBRemoteCommunication::eBroadcastBitRunPacketSent)) { in DoResume() 2544 GDBRemoteCommunication::ScopedTimeout(m_gdb_comm, in DoDestroy() 2548 GDBRemoteCommunication::PacketResult::Success) { in DoDestroy() 2712 GDBRemoteCommunication::PacketResult::Success) { in DoReadMemory() 2838 GDBRemoteCommunication::PacketResult::Success) { in FlashErase() 2867 GDBRemoteCommunication::PacketResult::Success) { in FlashDone() 2928 GDBRemoteCommunication::PacketResult::Success) { in DoWriteMemory() [all …]
|
D | GDBRemoteCommunicationClient.cpp | 523 GDBRemoteCommunication::PacketResult 3371 GDBRemoteCommunication::PacketResult::Success && in SyncThreadState() 3403 GDBRemoteCommunication::PacketResult::Success) { in SendStartTracePacket() 3441 GDBRemoteCommunication::PacketResult::Success) { in SendStopTracePacket() 3483 GDBRemoteCommunication::PacketResult::Success) { in SendGetSupportedTraceType() 3524 GDBRemoteCommunication::PacketResult::Success) { in SendGetTraceConfigPacket() 3594 GDBRemoteCommunication::PacketResult::Success) { in SendGetTraceDataPacket() 3834 GDBRemoteCommunication::PacketResult res = in ReadExtFeature() 3837 if (res != GDBRemoteCommunication::PacketResult::Success) { in ReadExtFeature() 4100 if (send_status != GDBRemoteCommunication::PacketResult::Success) in SendSignalsToIgnore()
|
/external/llvm-project/lldb/unittests/Process/gdb-remote/ |
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()
|
D | GDBRemoteClientBaseTest.cpp | 22 typedef GDBRemoteCommunication::PacketResult PacketResult; 50 ASSERT_THAT_ERROR(GDBRemoteCommunication::ConnectLocally(client, server), in SetUp()
|
D | GDBRemoteCommunicationClientTest.cpp | 29 typedef GDBRemoteCommunication::PacketResult PacketResult; 65 ASSERT_THAT_ERROR(GDBRemoteCommunication::ConnectLocally(client, server), in SetUp()
|
/external/llvm-project/lldb/unittests/tools/lldb-server/tests/ |
D | TestClient.h | 92 lldb_private::process_gdb_remote::GDBRemoteCommunication::PacketResult
|
/external/llvm-project/lldb/tools/lldb-server/ |
D | lldb-platform.cpp | 370 GDBRemoteCommunication::PacketResult::Success) in main_platform()
|
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
D | PlatformRemoteGDBServer.cpp | 434 process_gdb_remote::GDBRemoteCommunication::ScopedTimeout timeout( in LaunchProcess()
|