Searched refs:GetEnvironment (Results 1 - 25 of 25) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp22 : ProcessLaunchInfo(), m_envp(GetEnvironment().getEnvp()) {}
25 void RegenerateEnvp() { m_envp = GetEnvironment().getEnvp(); }
156 return m_opaque_sp->GetEnvironment().size();
174 m_opaque_sp->GetEnvironment().insert(env.begin(), env.end());
176 m_opaque_sp->GetEnvironment() = env;
H A DSBProcess.cpp156 launch_info.GetEnvironment() = Environment(envp);
H A DSBTarget.cpp377 launch_info.GetEnvironment() = Environment(envp);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp216 Environment RemoteAwarePlatform::GetEnvironment() { function in class:RemoteAwarePlatform
219 return m_remote_platform_sp->GetEnvironment();
222 return Host::GetEnvironment();
H A DTarget.cpp3407 Environment env = platform_sp->GetEnvironment();
3659 Environment TargetProperties::GetEnvironment() const { function in class:TargetProperties
3671 m_launch_info.GetEnvironment() = std::move(env);
3940 SetEnvironment(launch_info.GetEnvironment());
3983 m_launch_info.GetEnvironment() = GetEnvironment();
H A DPlatform.cpp1487 Environment Platform::GetEnvironment() { return Environment(); } function in class:Platform
H A DProcess.cpp348 launch_info.GetEnvironment().insert(option_arg);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h231 static Environment GetEnvironment();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h74 lldb_private::Environment GetEnvironment() override;
H A DPlatform.h567 virtual Environment GetEnvironment();
H A DTarget.h115 Environment GetEnvironment() const;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h88 Environment &GetEnvironment() { return m_environment; } function in class:lldb_private::ProcessInfo
89 const Environment &GetEnvironment() const { return m_environment; } function in class:lldb_private::ProcessInfo
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp126 Environment env = info.GetEnvironment();
/freebsd-11-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp190 info.GetEnvironment() = Host::GetEnvironment();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp241 Environment Host::GetEnvironment() { return Environment(environ); } function in class:Host
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHost.cpp44 Environment Host::GetEnvironment() { function in class:Host
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHost.cpp47 Environment Host::GetEnvironment() { return Environment(environ); } function in class:Host
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1464 launch_info.GetEnvironment().erase("OS_ACTIVITY_DT_MODE");
1468 launch_info.GetEnvironment()["IDE_DISABLED_OS_ACTIVITY_DT_MODE"] = "1";
1481 launch_info.GetEnvironment()["OS_ACTIVITY_MODE"] = env_var_value;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp940 Environment host_env = Host::GetEnvironment();
1154 launch_info.GetEnvironment() = host_env;
H A DGDBRemoteCommunicationServerCommon.cpp954 m_process_launch_info.GetEnvironment().insert(packet.Peek());
968 m_process_launch_info.GetEnvironment().insert(str);
H A DProcessGDBRemote.cpp881 m_gdb_comm.SendEnvironment(launch_info.GetEnvironment());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp195 Environment target_env = target->GetEnvironment();
196 m_options.launch_info.GetEnvironment().insert(target_env.begin(),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp403 m_gdb_client.SendEnvironment(launch_info.GetEnvironment());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp398 launch_info.GetEnvironment(), stdin_file_spec, stdout_file_spec,
H A DProcessMonitor.cpp830 (args->m_env.empty() ? Host::GetEnvironment() : args->m_env).getEnvp();

Completed in 379 milliseconds