xref: /openbsd-src/gnu/llvm/lldb/examples/test/usage-config (revision 061da546b983eb767bad15e67af1174fb0bcf31c)
1*061da546Spatrick# This is an example of using the "-c" option to source a config file to
2*061da546Spatrick# reassign the system stderr and stdout and to exercise different combinations
3*061da546Spatrick# of architectures and compilers.
4*061da546Spatrick#
5*061da546Spatrick# The config file is checked in as .lldbtest-config and the redirected stderr
6*061da546Spatrick# and stdout are checked in as lldbtest-stderr and lldbtest-stdout, all in the
7*061da546Spatrick# the same directory as this file.
8*061da546Spatrick
9*061da546Spatrick[15:36:32] johnny:/Volumes/data/lldb/svn/trunk/test $ ./dotest.py -v -c ~/.lldbtest-config persistent_variables
10*061da546Spatrick[15:40:55] johnny:/Volumes/data/lldb/svn/trunk/test $
11