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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86279   SWIG_Python_SetConstant(d, "eConnectionStatusLostConnection",SWIG_From_int(static_cast< int >(lldb::eConnectionStatusLostConnection)));
tools/lldb/source/API/SBCommunication.cpp
   86       status = eConnectionStatusLostConnection;
tools/lldb/source/Core/Communication.cpp
  353     case eConnectionStatusLostConnection: // Lost connection while connected to
  419   case eConnectionStatusLostConnection:
tools/lldb/source/Host/common/Editline.cpp
  544       case lldb::eConnectionStatusLostConnection: // Lost connection while
tools/lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
  443       status = eConnectionStatusLostConnection;
  515       status = eConnectionStatusLostConnection;
  592           return eConnectionStatusLostConnection;
  639   return eConnectionStatusLostConnection;
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
  394       case eConnectionStatusLostConnection:
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
 1010     case eConnectionStatusLostConnection: