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

Declarations

tools/lldb/include/lldb/Host/posix/HostInfoPosix.h
   24   static bool GetHostname(std::string &s);

References

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 2495     if (HostInfo::GetHostname(hostname)) {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  303   if (HostInfo::GetHostname(s)) {
tools/lldb/unittests/Host/HostInfoTest.cpp
   57   EXPECT_TRUE(HostInfo::GetHostname(s));