reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Derived Classes

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h
   19 class GDBRemoteClientBase : public GDBRemoteCommunication {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.h
   37 class GDBRemoteCommunicationReplayServer : public GDBRemoteCommunication {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
   28 class GDBRemoteCommunicationServer : public GDBRemoteCommunication {
tools/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationTest.cpp
   18 class TestClient : public GDBRemoteCommunication {

References

tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  417     process_gdb_remote::GDBRemoteCommunication::ScopedTimeout timeout(
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp
  154 GDBRemoteCommunication::PacketResult
  172 GDBRemoteCommunication::PacketResult
  196 GDBRemoteCommunication::PacketResult
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h
   19 class GDBRemoteClientBase : public GDBRemoteCommunication {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
  120 GDBRemoteCommunication::PacketResult
  132 GDBRemoteCommunication::PacketResult
  194 GDBRemoteCommunication::PacketResult GDBRemoteCommunication::GetAck() {
  207 GDBRemoteCommunication::PacketResult
  224 GDBRemoteCommunication::PacketResult
  238 GDBRemoteCommunication::PacketResult
  264 GDBRemoteCommunication::PacketResult
  640 GDBRemoteCommunication::PacketType
  673         return GDBRemoteCommunication::PacketType::Standard;
  741       return GDBRemoteCommunication::PacketType::Invalid;
  873         return GDBRemoteCommunication::PacketType::Notify;
  875         return GDBRemoteCommunication::PacketType::Standard;
  879   return GDBRemoteCommunication::PacketType::Invalid;
  895       listen_url, GDBRemoteCommunication::ListenThread, this);
  911   GDBRemoteCommunication *comm = (GDBRemoteCommunication *)arg;
 1251 GDBRemoteCommunication::ConnectLocally(GDBRemoteCommunication &client,
 1252                                        GDBRemoteCommunication &server) {
 1284     GDBRemoteCommunication &gdb_comm, std::chrono::seconds timeout)
 1349     const GDBRemoteCommunication::PacketResult &result, raw_ostream &Stream,
 1351   using PacketResult = GDBRemoteCommunication::PacketResult;
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
   82     ScopedTimeout(GDBRemoteCommunication &gdb_comm,
   87     GDBRemoteCommunication &m_gdb_comm;
  138   static llvm::Error ConnectLocally(GDBRemoteCommunication &client,
  139                                     GDBRemoteCommunication &server);
  233                          GDBRemoteCommunication::PacketResult &state,
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
  516 GDBRemoteCommunication::PacketResult
 3319              GDBRemoteCommunication::PacketResult::Success &&
 3351       GDBRemoteCommunication::PacketResult::Success) {
 3389       GDBRemoteCommunication::PacketResult::Success) {
 3443       GDBRemoteCommunication::PacketResult::Success) {
 3513       GDBRemoteCommunication::PacketResult::Success) {
 3714     GDBRemoteCommunication::PacketResult res =
 3717     if (res != GDBRemoteCommunication::PacketResult::Success) {
 3980   if (send_status != GDBRemoteCommunication::PacketResult::Success)
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.cpp
   93 GDBRemoteCommunication::PacketResult
  244   if (packet_result != GDBRemoteCommunication::PacketResult::Success &&
  246           GDBRemoteCommunication::PacketResult::ErrorReplyTimeout) {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.h
   37 class GDBRemoteCommunicationReplayServer : public GDBRemoteCommunication {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
   42 GDBRemoteCommunication::PacketResult
   89 GDBRemoteCommunication::PacketResult
   95 GDBRemoteCommunication::PacketResult
  103 GDBRemoteCommunication::PacketResult
  114 GDBRemoteCommunication::PacketResult
  130 GDBRemoteCommunication::PacketResult
  137 GDBRemoteCommunication::PacketResult
  147 GDBRemoteCommunication::PacketResult
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
   28 class GDBRemoteCommunicationServer : public GDBRemoteCommunication {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  180 GDBRemoteCommunication::PacketResult
  316 GDBRemoteCommunication::PacketResult
  333 GDBRemoteCommunication::PacketResult
  416 GDBRemoteCommunication::PacketResult
  429 GDBRemoteCommunication::PacketResult
  452 GDBRemoteCommunication::PacketResult
  471 GDBRemoteCommunication::PacketResult
  503 GDBRemoteCommunication::PacketResult
  546 GDBRemoteCommunication::PacketResult
  569 GDBRemoteCommunication::PacketResult
  603 GDBRemoteCommunication::PacketResult
  635 GDBRemoteCommunication::PacketResult
  657 GDBRemoteCommunication::PacketResult
  677 GDBRemoteCommunication::PacketResult
  697 GDBRemoteCommunication::PacketResult
  715 GDBRemoteCommunication::PacketResult
  727 GDBRemoteCommunication::PacketResult
  765 GDBRemoteCommunication::PacketResult
  772 GDBRemoteCommunication::PacketResult
  794 GDBRemoteCommunication::PacketResult
  812 GDBRemoteCommunication::PacketResult
  832 GDBRemoteCommunication::PacketResult
  855 GDBRemoteCommunication::PacketResult
  862 GDBRemoteCommunication::PacketResult
  869 GDBRemoteCommunication::PacketResult
  880 GDBRemoteCommunication::PacketResult
  889 GDBRemoteCommunication::PacketResult
  905 GDBRemoteCommunication::PacketResult
  921 GDBRemoteCommunication::PacketResult
  937 GDBRemoteCommunication::PacketResult
  948 GDBRemoteCommunication::PacketResult
  960 GDBRemoteCommunication::PacketResult
  974 GDBRemoteCommunication::PacketResult
  988 GDBRemoteCommunication::PacketResult
 1061 GDBRemoteCommunication::PacketResult
 1068 GDBRemoteCommunication::PacketResult
 1125 GDBRemoteCommunication::PacketResult
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  342 GDBRemoteCommunication::PacketResult
  572 GDBRemoteCommunication::PacketResult
  936 GDBRemoteCommunication::PacketResult
 1030 GDBRemoteCommunication::PacketResult
 1096 GDBRemoteCommunication::PacketResult
 1131 GDBRemoteCommunication::PacketResult
 1189 GDBRemoteCommunication::PacketResult
 1255 GDBRemoteCommunication::PacketResult
 1277 GDBRemoteCommunication::PacketResult
 1299 GDBRemoteCommunication::PacketResult
 1320 GDBRemoteCommunication::PacketResult
 1331 GDBRemoteCommunication::PacketResult
 1341 GDBRemoteCommunication::PacketResult
 1354 GDBRemoteCommunication::PacketResult
 1435 GDBRemoteCommunication::PacketResult
 1475 GDBRemoteCommunication::PacketResult
 1484 GDBRemoteCommunication::PacketResult
 1603 GDBRemoteCommunication::PacketResult
 1615 GDBRemoteCommunication::PacketResult
 1654 GDBRemoteCommunication::PacketResult
 1858 GDBRemoteCommunication::PacketResult
 1893 GDBRemoteCommunication::PacketResult
 1901 GDBRemoteCommunication::PacketResult
 1956 GDBRemoteCommunication::PacketResult
 2032 GDBRemoteCommunication::PacketResult
 2117 GDBRemoteCommunication::PacketResult
 2195 GDBRemoteCommunication::PacketResult
 2230 GDBRemoteCommunication::PacketResult
 2256 GDBRemoteCommunication::PacketResult
 2338 GDBRemoteCommunication::PacketResult
 2418 GDBRemoteCommunication::PacketResult
 2452 GDBRemoteCommunication::PacketResult
 2521 GDBRemoteCommunication::PacketResult
 2615 GDBRemoteCommunication::PacketResult
 2702 GDBRemoteCommunication::PacketResult
 2793 GDBRemoteCommunication::PacketResult
 2866 GDBRemoteCommunication::PacketResult
 2914 GDBRemoteCommunication::PacketResult
 2975 GDBRemoteCommunication::PacketResult
 3011 GDBRemoteCommunication::PacketResult
 3057 GDBRemoteCommunication::PacketResult
 3074 GDBRemoteCommunication::PacketResult
 3102 GDBRemoteCommunication::PacketResult
 3127 GDBRemoteCommunication::PacketResult
 3156 GDBRemoteCommunication::PacketResult
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
  158 GDBRemoteCommunication::PacketResult
  215 GDBRemoteCommunication::PacketResult
  240 GDBRemoteCommunication::PacketResult
  318 GDBRemoteCommunication::PacketResult
  336 GDBRemoteCommunication::PacketResult
  349 GDBRemoteCommunication::PacketResult
  361 GDBRemoteCommunication::PacketResult
  388 GDBRemoteCommunication::PacketResult
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  300       GDBRemoteCommunication::eBroadcastBitGdbReadThreadGotNotify;
  498         GDBRemoteCommunication::PacketResult::Success) {
  908         GDBRemoteCommunication::ScopedTimeout timeout(m_gdb_comm,
 1296           &m_gdb_comm, GDBRemoteCommunication::eBroadcastBitRunPacketSent)) {
 2580           GDBRemoteCommunication::PacketResult::Success) {
 2744       GDBRemoteCommunication::PacketResult::Success) {
 2870       GDBRemoteCommunication::PacketResult::Success) {
 2899       GDBRemoteCommunication::PacketResult::Success) {
 2960       GDBRemoteCommunication::PacketResult::Success) {
 3401   if (auto error = GDBRemoteCommunication::ConnectLocally(m_gdb_comm,
 3841         case GDBRemoteCommunication::eBroadcastBitGdbReadThreadGotNotify: {
 4012         GDBRemoteCommunication::PacketResult::Success)
 4046         GDBRemoteCommunication::PacketResult::Success) {
 4100     GDBRemoteCommunication::ScopedTimeout timeout(m_gdb_comm,
 4118         GDBRemoteCommunication::PacketResult::Success) {
 4151         GDBRemoteCommunication::PacketResult::Success) {
 4913       GDBRemoteCommunication::PacketResult::Success)
tools/lldb/tools/lldb-server/lldb-platform.cpp
  369               GDBRemoteCommunication::PacketResult::Success)
tools/lldb/unittests/Process/gdb-remote/GDBRemoteClientBaseTest.cpp
   22 typedef GDBRemoteCommunication::PacketResult PacketResult;
tools/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp
   29 typedef GDBRemoteCommunication::PacketResult PacketResult;
tools/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationTest.cpp
   14 typedef GDBRemoteCommunication::PacketResult PacketResult;
   18 class TestClient : public GDBRemoteCommunication {
tools/lldb/unittests/tools/lldb-server/tests/TestClient.h
   92       lldb_private::process_gdb_remote::GDBRemoteCommunication::PacketResult