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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86280   SWIG_Python_SetConstant(d, "eConnectionStatusInterrupted",SWIG_From_int(static_cast< int >(lldb::eConnectionStatusInterrupted)));
tools/lldb/source/Core/Communication.cpp
  346     case eConnectionStatusInterrupted: // Synchronization signal from
  423   case eConnectionStatusInterrupted:
tools/lldb/source/Host/common/Editline.cpp
  525       lldbassert(status == lldb::eConnectionStatusInterrupted);
  537       case lldb::eConnectionStatusInterrupted:
tools/lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
  630             return eConnectionStatusInterrupted;
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
  295       case eConnectionStatusInterrupted:
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
 1023     case eConnectionStatusInterrupted: