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

Declarations

tools/lldb/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h
   38   static const char *UNIX_ABSTRACT_CONNECT_SCHEME;

References

tools/lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
  178     } else if ((addr = GetURLAddress(path, UNIX_ABSTRACT_CONNECT_SCHEME))) {
tools/lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp
  125   else if (scheme == ConnectionFileDescriptor::UNIX_ABSTRACT_CONNECT_SCHEME)