llvm-project/lldb/unittests/Interpreter
Pavel Labath c58a80ff47 Add a StringList constructor to Args class
Host::GetEnvironment returns a StringList, but the interface for
launching a process takes Args. The fact that we use two classes for
representing an environment is not ideal, but for now we should at least
have an easy way to convert between the two.

llvm-svn: 320366
2017-12-11 14:22:30 +00:00
..
CMakeLists.txt [CMake] Use PRIVATE in target_link_libraries for executables 2017-12-05 21:49:56 +00:00
TestArgs.cpp Add a StringList constructor to Args class 2017-12-11 14:22:30 +00:00
TestCompletion.cpp cmake + xcode: prevent gtests from using includes from project root 2017-10-03 21:20:18 +00:00