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

Declarations

tools/lldb/include/lldb/Host/Host.h
  231   static Environment GetEnvironment();

References

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
  939   Environment host_env = Host::GetEnvironment();
tools/lldb/source/Target/RemoteAwarePlatform.cpp
  222   return Host::GetEnvironment();
tools/lldb/tools/lldb-server/lldb-gdbserver.cpp
  189   info.GetEnvironment() = Host::GetEnvironment();
tools/lldb/unittests/Host/HostTest.cpp
   26             Host::GetEnvironment().lookup("LLDB_TEST_ENVIRONMENT_VAR"));
tools/lldb/unittests/tools/lldb-server/tests/TestClient.cpp
  101   Info.GetEnvironment() = Host::GetEnvironment();
  129   if (SendEnvironment(Host::GetEnvironment()) != 0) {