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

References

tools/lldb/source/API/SBLaunchInfo.cpp
  176     m_opaque_sp->GetEnvironment() = env;
tools/lldb/source/API/SBProcess.cpp
  156         launch_info.GetEnvironment() = Environment(envp);
tools/lldb/source/API/SBTarget.cpp
  378       launch_info.GetEnvironment() = Environment(envp);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
 1153     launch_info.GetEnvironment() = host_env;
tools/lldb/source/Target/Target.cpp
 3698   m_launch_info.GetEnvironment() = std::move(env);
 4019   this_->m_launch_info.GetEnvironment() = this_->GetEnvironment();
tools/lldb/tools/lldb-server/lldb-gdbserver.cpp
  189   info.GetEnvironment() = Host::GetEnvironment();
tools/lldb/unittests/tools/lldb-server/tests/TestClient.cpp
  101   Info.GetEnvironment() = Host::GetEnvironment();