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

Overrides

tools/lldb/include/lldb/Utility/Connection.h
   90   virtual bool IsConnected() const = 0;

Declarations

tools/lldb/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h
   50   bool IsConnected() const override;

References

tools/lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
  301   if (!IsConnected()) {
  473   if (!IsConnected()) {
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
  899           if (conn_up->IsConnected()) {