Home
last modified time | relevance | path

Searched refs:SetEnvironment (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/python_api/sbenvironment/
H A DTestSBEnvironment.py50 launch_info.SetEnvironment(env, append=True)
54 launch_info.SetEnvironment(env, append=True)
62 launch_info.SetEnvironment(env, append=False)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBLaunchInfo.i71 SetEnvironment(const SBEnvironment &env, bool append);
/llvm-project-15.0.7/lldb/source/API/
H A DSBLaunchInfo.cpp182 SetEnvironment(SBEnvironment(Environment(envp)), append); in SetEnvironmentEntries()
185 void SBLaunchInfo::SetEnvironment(const SBEnvironment &env, bool append) { in SetEnvironment() function in SBLaunchInfo
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBLaunchInfo.h123 void SetEnvironment(const SBEnvironment &env, bool append);
/llvm-project-15.0.7/lldb/test/API/qemu/
H A DTestQemuLaunch.py229 info.SetEnvironment(env, False)
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h138 void SetEnvironment(Environment env);
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp4249 void TargetProperties::SetEnvironment(Environment env) { in SetEnvironment() function in TargetProperties
4570 SetEnvironment(launch_info.GetEnvironment()); in SetProcessLaunchInfo()