Home
last modified time | relevance | path

Searched refs:SetEnvironmentEntries (Results 1 – 8 of 8) sorted by relevance

/llvm-project/lldb/test/API/python_api/sblaunchinfo/
H A DTestSBLaunchInfo.py23 info.SetEnvironmentEntries(["FOO=BAR"], False)
25 info.SetEnvironmentEntries(["BAR=BAZ"], True)
/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h137 void SetEnvironmentEntries(const char **envp, bool append);
/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp183 void SBLaunchInfo::SetEnvironmentEntries(const char **envp, bool append) { in SetEnvironmentEntries() function in SBLaunchInfo
H A DSBTarget.cpp294 launch_info.SetEnvironmentEntries(envp, /*append*/ false); in Install()
/llvm-project/lldb/examples/python/
H A Dprocess_events.py260 launch_info.SetEnvironmentEntries(options.env_vars, True)
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py870 launch_info.SetEnvironmentEntries(environ, True)
H A Dlldbtest.py489 launch_info.SetEnvironmentEntries(extra_env, True)
/llvm-project/lldb/tools/lldb-dap/
H A Dlldb-dap.cpp