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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86275   SWIG_Python_SetConstant(d, "eConnectionStatusEndOfFile",SWIG_From_int(static_cast< int >(lldb::eConnectionStatusEndOfFile)));
tools/lldb/source/Core/Communication.cpp
  277       (status != lldb::eConnectionStatusEndOfFile))
  323     else if ((bytes_read == 0) && status == eConnectionStatusEndOfFile) {
  333     case eConnectionStatusEndOfFile:
  421   case eConnectionStatusEndOfFile:
tools/lldb/source/Host/common/Editline.cpp
  542       case lldb::eConnectionStatusEndOfFile:    // End-of-file encountered
tools/lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
  401     status = eConnectionStatusEndOfFile;
  627             return eConnectionStatusEndOfFile;
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
  392       case eConnectionStatusEndOfFile:
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
 1011     case eConnectionStatusEndOfFile: