Home
last modified time | relevance | path

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

12

/freebsd-14.2/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 GetEnvironment() function in SBPlatform
694 return SBEnvironment(platform_sp->GetEnvironment()); in GetEnvironment()
H A DSBTarget.cpp365 launch_info.GetEnvironment() = Environment(envp); in Launch()
368 launch_info.GetEnvironment() = default_launch_info.GetEnvironment(); in Launch()
2352 SBEnvironment SBTarget::GetEnvironment() { in GetEnvironment() function in SBTarget
2357 return SBEnvironment(target_sp->GetEnvironment()); in GetEnvironment()
/freebsd-14.2/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() { in GetEnvironment() function in PlatformQemuUser
247 Environment env = Host::GetEnvironment(); in GetEnvironment()
H A DPlatformQemuUser.h62 Environment GetEnvironment() override;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h87 Environment &GetEnvironment() { return m_environment; } in GetEnvironment() function
88 const Environment &GetEnvironment() const { return m_environment; } in GetEnvironment() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp339 Environment RemoteAwarePlatform::GetEnvironment() { in GetEnvironment() function in RemoteAwarePlatform
341 return m_remote_platform_sp->GetEnvironment(); in GetEnvironment()
342 return Platform::GetEnvironment(); in GetEnvironment()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h157 SBEnvironment GetEnvironment();
H A DSBPlatform.h179 SBEnvironment GetEnvironment();
H A DSBTarget.h109 SBEnvironment GetEnvironment();
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp138 launch_info.GetEnvironment().insert(option_arg); in SetOptionValue()
H A DCommandObjectProcess.cpp224 Environment target_env = target->GetEnvironment(); in DoExecute()
225 m_options.launch_info.GetEnvironment().insert(target_env.begin(), in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp158 info.GetEnvironment() = Host::GetEnvironment(); in handle_launch()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h84 lldb_private::Environment GetEnvironment() override;
H A DPlatform.h577 virtual Environment GetEnvironment();
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp429 launch_info.GetEnvironment() = Host::GetEnvironment(); in RunShellCommand()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h250 static Environment GetEnvironment();
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHost.cpp44 Environment Host::GetEnvironment() { in GetEnvironment() function in Host
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp244 Environment Host::GetEnvironment() { return Environment(environ); } in GetEnvironment() function in Host
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp49 Environment Host::GetEnvironment() { return Environment(environ); } in GetEnvironment() function in Host
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp254 envp(FixupEnvironment(info.GetEnvironment())), in ForkLaunchInfo()
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp897 Environment host_env = Host::GetEnvironment(); in StartDebugserverProcess()
1113 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()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp361 m_gdb_client_up->SendEnvironment(launch_info.GetEnvironment()); in LaunchProcess()

12