Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/python_api/sbenvironment/
H A DTestSBEnvironment.py49 launch_info.SetEnvironment(env, True)
53 launch_info.SetEnvironment(env, True)
61 launch_info.SetEnvironment(env, False)
/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp185 SetEnvironment(SBEnvironment(Environment(envp)), append); in SetEnvironmentEntries()
188 void SBLaunchInfo::SetEnvironment(const SBEnvironment &env, bool append) { in SetEnvironment() function in SBLaunchInfo
/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h150 void SetEnvironment(const SBEnvironment &env, bool append);
/llvm-project/lldb/test/API/qemu/
H A DTestQemuLaunch.py242 info.SetEnvironment(env, False)
/llvm-project/lldb/include/lldb/Target/
H A DTarget.h148 void SetEnvironment(Environment env);
/llvm-project/lldb/source/Target/
H A DTarget.cpp4639 void TargetProperties::SetEnvironment(Environment env) { in SetStandardErrorPath()
4983 SetEnvironment(launch_info.GetEnvironment());
4442 void TargetProperties::SetEnvironment(Environment env) { SetEnvironment() function in TargetProperties