/openbsd/gnu/llvm/lldb/source/API/ |
H A D | SBLaunchInfo.cpp | 26 SBLaunchInfoImpl() : m_envp(GetEnvironment().getEnvp()) {} in SBLaunchInfoImpl() 29 void RegenerateEnvp() { m_envp = GetEnvironment().getEnvp(); } in RegenerateEnvp() 169 return m_opaque_sp->GetEnvironment().size(); in GetNumEnvironmentEntries() 190 m_opaque_sp->GetEnvironment().insert_or_assign(KV.first(), KV.second); in SetEnvironment() 192 m_opaque_sp->GetEnvironment() = refEnv; in SetEnvironment() 196 SBEnvironment SBLaunchInfo::GetEnvironment() { in GetEnvironment() function in SBLaunchInfo 198 return SBEnvironment(Environment(m_opaque_sp->GetEnvironment())); in GetEnvironment()
|
H A D | SBPlatform.cpp | 648 SBEnvironment SBPlatform::GetEnvironment() { in GetEnvironment() function in SBPlatform 653 return SBEnvironment(platform_sp->GetEnvironment()); in GetEnvironment()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/ |
H A D | PlatformQemuUser.cpp | 198 Environment emulator_env = Host::GetEnvironment(); in DebugProcess() 203 launch_info.GetEnvironment() = ComputeLaunchEnvironment( in DebugProcess() 204 std::move(launch_info.GetEnvironment()), std::move(emulator_env)); in DebugProcess() 242 Environment PlatformQemuUser::GetEnvironment() { in GetEnvironment() function in PlatformQemuUser 243 Environment env = Host::GetEnvironment(); in GetEnvironment()
|
H A D | PlatformQemuUser.h | 62 Environment GetEnvironment() override;
|
/openbsd/gnu/llvm/lldb/include/lldb/Utility/ |
H A D | ProcessInfo.h | 86 Environment &GetEnvironment() { return m_environment; } in GetEnvironment() function 87 const Environment &GetEnvironment() const { return m_environment; } in GetEnvironment() function
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | RemoteAwarePlatform.cpp | 339 Environment RemoteAwarePlatform::GetEnvironment() { in GetEnvironment() function in RemoteAwarePlatform 341 return m_remote_platform_sp->GetEnvironment(); in GetEnvironment() 342 return Platform::GetEnvironment(); in GetEnvironment()
|
/openbsd/gnu/llvm/lldb/bindings/interface/ |
H A D | SBLaunchInfo.i | 74 GetEnvironment();
|
H A D | SBPlatform.i | 214 GetEnvironment();
|
/openbsd/gnu/llvm/lldb/include/lldb/API/ |
H A D | SBLaunchInfo.h | 130 SBEnvironment GetEnvironment();
|
H A D | SBPlatform.h | 170 SBEnvironment GetEnvironment();
|
/openbsd/gnu/llvm/lldb/source/Host/linux/ |
H A D | Host.cpp | 208 process_info.GetEnvironment().insert(Var); in GetProcessEnviron() 315 Environment Host::GetEnvironment() { return Environment(environ); } in GetEnvironment() function in Host
|
/openbsd/gnu/llvm/lldb/source/Commands/ |
H A D | CommandOptionsProcessLaunch.cpp | 136 launch_info.GetEnvironment().insert(option_arg); in SetOptionValue()
|
/openbsd/gnu/llvm/lldb/tools/lldb-server/ |
H A D | lldb-gdbserver.cpp | 159 info.GetEnvironment() = Host::GetEnvironment(); in handle_launch()
|
/openbsd/gnu/llvm/lldb/include/lldb/Target/ |
H A D | RemoteAwarePlatform.h | 84 lldb_private::Environment GetEnvironment() override;
|
/openbsd/gnu/llvm/lldb/include/lldb/Host/ |
H A D | Host.h | 249 static Environment GetEnvironment();
|
/openbsd/gnu/llvm/lldb/source/Host/common/ |
H A D | Host.cpp | 433 launch_info.GetEnvironment() = Host::GetEnvironment(); in RunShellCommand()
|
/openbsd/gnu/llvm/lldb/source/Host/openbsd/ |
H A D | Host.cpp | 44 Environment Host::GetEnvironment() { return Environment(environ); } in GetEnvironment() function in Host
|
/openbsd/gnu/llvm/lldb/source/Host/windows/ |
H A D | ProcessLauncherWindows.cpp | 100 ::CreateEnvironmentBuffer(launch_info.GetEnvironment(), environment); in LaunchProcess()
|
H A D | Host.cpp | 282 Environment Host::GetEnvironment() { in GetEnvironment() function in Host
|
/openbsd/gnu/llvm/lldb/source/Host/freebsd/ |
H A D | Host.cpp | 244 Environment Host::GetEnvironment() { return Environment(environ); } in GetEnvironment() function in Host
|
/openbsd/gnu/llvm/lldb/source/Host/netbsd/ |
H A D | HostNetBSD.cpp | 49 Environment Host::GetEnvironment() { return Environment(environ); } in GetEnvironment() function in Host
|
/openbsd/gnu/llvm/lldb/source/Host/posix/ |
H A D | ProcessLauncherPosixFork.cpp | 254 envp(FixupEnvironment(info.GetEnvironment())), in ForkLaunchInfo()
|
/openbsd/gnu/llvm/lldb/source/Host/macosx/objcxx/ |
H A D | Host.mm | 254 Environment host_env = Host::GetEnvironment(); 256 for (const auto &KV : launch_info.GetEnvironment()) { 436 Environment Host::GetEnvironment() { return Environment(*_NSGetEnviron()); } function 562 Environment &proc_env = process_info.GetEnvironment(); 941 launch_info.GetEnvironment()); 1189 Environment::Envp envp = launch_info.GetEnvironment().getEnvp();
|
/openbsd/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/ |
H A D | StructuredDataDarwinLog.cpp | 1440 launch_info.GetEnvironment().erase("OS_ACTIVITY_DT_MODE"); in FilterLaunchInfo() 1444 launch_info.GetEnvironment()["IDE_DISABLED_OS_ACTIVITY_DT_MODE"] = "1"; in FilterLaunchInfo() 1457 launch_info.GetEnvironment()["OS_ACTIVITY_MODE"] = env_var_value; in FilterLaunchInfo()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/ |
H A D | PlatformDarwin.cpp | 690 if (launch_info.GetEnvironment().lookup("COMMAND_MODE") == "legacy") in GetResumeCountForLaunchInfo() 1127 const Environment &env = proc_info.GetEnvironment(); in GetOSVersion() 1215 auto &env_vars = launch_info.GetEnvironment(); in LaunchProcess()
|