Home
last modified time | relevance | path

Searched refs:getEnvp (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/API/
DSBLaunchInfo.cpp26 SBLaunchInfoImpl() : m_envp(GetEnvironment().getEnvp()) {} in SBLaunchInfoImpl()
29 void RegenerateEnvp() { m_envp = GetEnvironment().getEnvp(); } in RegenerateEnvp()
/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DEnvironment.h78 Envp getEnvp() const { return Envp(*this); } in getEnvp() function
DArgs.h75 SetArguments(const_cast<const char **>(env.getEnvp().get())); in Args()
/openbsd/src/gnu/llvm/lldb/source/Host/posix/
DProcessLauncherPosixFork.cpp244 return env.getEnvp(); in FixupEnvironment()
/openbsd/src/gnu/llvm/lldb/source/Host/macosx/objcxx/
DHost.mm1189 Environment::Envp envp = launch_info.GetEnvironment().getEnvp();