/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBLaunchInfo.cpp | 28 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 D | SBPlatform.cpp | 689 SBEnvironment SBPlatform::GetEnvironment() { in SetLocateModuleCallback() 694 return SBEnvironment(platform_sp->GetEnvironment()); in SetLocateModuleCallback() 649 SBEnvironment SBPlatform::GetEnvironment() { GetEnvironment() function in SBPlatform
|
H A D | SBTarget.cpp | 372 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 D | PlatformQemuUser.cpp | 202 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 D | PlatformQemuUser.h | 62 Environment GetEnvironment() override;
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | RemoteAwarePlatform.cpp | 226 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 D | Target.cpp | 4379 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 D | ProcessInfo.h | 88 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 D | SBLaunchInfo.h | 157 SBEnvironment GetEnvironment();
|
H A D | SBPlatform.h | 179 SBEnvironment GetEnvironment();
|
H A D | SBTarget.h | 120 SBEnvironment GetEnvironment();
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandOptionsProcessLaunch.cpp | 138 launch_info.GetEnvironment().insert(option_arg); in SetOptionValue()
|
H A D | CommandObjectProcess.cpp | 204 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 D | lldb-gdbserver.cpp | 158 info.GetEnvironment() = Host::GetEnvironment(); in handle_launch()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | RemoteAwarePlatform.h | 85 lldb_private::Environment GetEnvironment() override;
|
H A D | Platform.h | 564 virtual Environment GetEnvironment();
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Host.cpp | 462 launch_info.GetEnvironment() = Host::GetEnvironment(); in RunShellCommand()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | Host.h | 250 static Environment GetEnvironment();
|
/freebsd/contrib/llvm-project/lldb/source/Host/openbsd/ |
H A D | Host.cpp | 44 Environment Host::GetEnvironment() { in GetEnvironment() function in Host
|
/freebsd/contrib/llvm-project/lldb/source/Host/freebsd/ |
H A D | Host.cpp | 244 Environment Host::GetEnvironment() { return Environment(environ); } in GetEnvironment() function in Host
|
/freebsd/contrib/llvm-project/lldb/source/Host/netbsd/ |
H A D | HostNetBSD.cpp | 49 Environment Host::GetEnvironment() { return Environment(environ); } in GetEnvironment() function in Host
|
/freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
H A D | ProcessLauncherPosixFork.cpp | 254 envp(FixupEnvironment(info.GetEnvironment())), in ForkLaunchInfo()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
H A D | StructuredDataDarwinLog.cpp | 1433 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 D | GDBRemoteCommunication.cpp | 896 Environment host_env = Host::GetEnvironment(); in StartDebugserverProcess() 1112 launch_info.GetEnvironment() = host_env; in StartDebugserverProcess()
|
H A D | GDBRemoteCommunicationServerCommon.cpp | 981 m_process_launch_info.GetEnvironment().insert(packet.Peek()); in Handle_QEnvironment() 995 m_process_launch_info.GetEnvironment().insert(str); in Handle_QEnvironmentHexEncoded()
|