HomeSort by relevance Sort by last modified time
    Searched refs:eConnectionStatusLostConnection (Results 1 - 8 of 8) sorted by null

  /external/lldb/source/Core/
ConnectionSharedMemory.cpp 103 return eConnectionStatusLostConnection;
ConnectionFileDescriptor.cpp 491 status = eConnectionStatusLostConnection;
609 status = eConnectionStatusLostConnection;
723 return eConnectionStatusLostConnection;
772 return eConnectionStatusLostConnection;
879 return eConnectionStatusLostConnection;
    [all...]
Communication.cpp 374 case eConnectionStatusLostConnection: // Lost connection while connected to a valid connection
424 case eConnectionStatusLostConnection: return "lost connection";
ConnectionMachPort.cpp 261 return eConnectionStatusLostConnection;
  /external/lldb/source/API/
SBCommunication.cpp 96 status = eConnectionStatusLostConnection;
  /external/lldb/include/lldb/
lldb-enumerations.h 210 eConnectionStatusLostConnection // Lost connection while connected to a valid connection
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunication.cpp 326 case eConnectionStatusLostConnection:
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
CommunicationKDP.cpp 272 case eConnectionStatusLostConnection:
    [all...]

Completed in 211 milliseconds