reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
231 static Environment GetEnvironment();
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.cpp101 Info.GetEnvironment() = Host::GetEnvironment(); 129 if (SendEnvironment(Host::GetEnvironment()) != 0) {