Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp28 SBLaunchInfoImpl() : m_envp(GetEnvironment().getEnvp()) {} in SBLaunchInfoImpl()
31 void RegenerateEnvp() { m_envp = GetEnvironment().getEnvp(); } in RegenerateEnvp()
172 return m_opaque_sp->GetEnvironment().size(); in GetNumEnvironmentEntries()
193 m_opaque_sp->GetEnvironment().insert_or_assign(KV.first(), KV.second); in SetEnvironment()
195 m_opaque_sp->GetEnvironment() = refEnv; in SetEnvironment()
199 SBEnvironment SBLaunchInfo::GetEnvironment() { in GetEnvironment() function in SBLaunchInfo
201 return SBEnvironment(Environment(m_opaque_sp->GetEnvironment())); in GetEnvironment()
H A DSBPlatform.cpp689 SBEnvironment SBPlatform::GetEnvironment() { in SetLocateModuleCallback()
694 return SBEnvironment(platform_sp->GetEnvironment()); in SetLocateModuleCallback()
649 SBEnvironment SBPlatform::GetEnvironment() { GetEnvironment() function in SBPlatform
H A DSBTarget.cpp372 launch_info.GetEnvironment() = Environment(envp); in Launch()
375 launch_info.GetEnvironment() = default_launch_info.GetEnvironment(); in Launch()
2393 SBEnvironment SBTarget::GetEnvironment() { in GetEnvironment() function in SBTarget
2398 return SBEnvironment(target_sp->GetEnvironment()); in GetEnvironment()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp202 Environment emulator_env = Host::GetEnvironment(); in DebugProcess()
207 launch_info.GetEnvironment() = ComputeLaunchEnvironment( in DebugProcess()
208 std::move(launch_info.GetEnvironment()), std::move(emulator_env)); in DebugProcess()
246 Environment PlatformQemuUser::GetEnvironment() {
247 Environment env = Host::GetEnvironment();
237 Environment PlatformQemuUser::GetEnvironment() { GetEnvironment() function in PlatformQemuUser
H A DPlatformQemuUser.h62 Environment GetEnvironment() override;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp226 Environment RemoteAwarePlatform::GetEnvironment() { in GetEnvironment() function in RemoteAwarePlatform
228 return m_remote_platform_sp->GetEnvironment(); in GetEnvironment()
229 return Platform::GetEnvironment(); in GetEnvironment()
H A DTarget.cpp4379 Environment platform_env = platform_sp->GetEnvironment(); in ComputeEnvironment()
4399 Environment TargetProperties::GetEnvironment() const { in GetEnvironment() function in TargetProperties
4418 Environment platform_environment = platform_sp->GetEnvironment(); in GetInheritedEnvironment()
4778 SetEnvironment(launch_info.GetEnvironment()); in SetProcessLaunchInfo()
4829 m_launch_info.GetEnvironment() = ComputeEnvironment(); in EnvVarsValueChangedCallback()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h88 Environment &GetEnvironment() { return m_environment; } in GetEnvironment() function
89 const Environment &GetEnvironment() const { return m_environment; } in GetEnvironment() function
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h157 SBEnvironment GetEnvironment();
H A DSBPlatform.h179 SBEnvironment GetEnvironment();
H A DSBTarget.h120 SBEnvironment GetEnvironment();
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp138 launch_info.GetEnvironment().insert(option_arg); in SetOptionValue()
H A DCommandObjectProcess.cpp204 Environment target_env = target->GetEnvironment(); in DoExecute()
205 m_options.launch_info.GetEnvironment().insert(target_env.begin(), in DoExecute()
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp158 info.GetEnvironment() = Host::GetEnvironment(); in handle_launch()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h85 lldb_private::Environment GetEnvironment() override;
H A DPlatform.h564 virtual Environment GetEnvironment();
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp462 launch_info.GetEnvironment() = Host::GetEnvironment(); in RunShellCommand()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h250 static Environment GetEnvironment();
/freebsd/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHost.cpp44 Environment Host::GetEnvironment() { in GetEnvironment() function in Host
/freebsd/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp244 Environment Host::GetEnvironment() { return Environment(environ); } in GetEnvironment() function in Host
/freebsd/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp49 Environment Host::GetEnvironment() { return Environment(environ); } in GetEnvironment() function in Host
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp254 envp(FixupEnvironment(info.GetEnvironment())), in ForkLaunchInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1433 launch_info.GetEnvironment().erase("OS_ACTIVITY_DT_MODE"); in FilterLaunchInfo()
1437 launch_info.GetEnvironment()["IDE_DISABLED_OS_ACTIVITY_DT_MODE"] = "1"; in FilterLaunchInfo()
1450 launch_info.GetEnvironment()["OS_ACTIVITY_MODE"] = env_var_value; in FilterLaunchInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp896 Environment host_env = Host::GetEnvironment(); in StartDebugserverProcess()
1112 launch_info.GetEnvironment() = host_env; in StartDebugserverProcess()
H A DGDBRemoteCommunicationServerCommon.cpp981 m_process_launch_info.GetEnvironment().insert(packet.Peek()); in Handle_QEnvironment()
995 m_process_launch_info.GetEnvironment().insert(str); in Handle_QEnvironmentHexEncoded()

12