Added two test cases to TestSettings.py which exercise the lldb's:

(lldb) settings set process.run-args A B C
(lldb) settings set process.env-vars ["MY_ENV_VAR"]=YES

commands.  The main.cpp checks whether A, B, C is passed to main and whether
the $MY_ENV_VAR env variable is defined and outputs the findings to a file.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@114031 91177308-0d34-0410-b5e6-96231b3b80d8
3 files changed