[Lldb-commits] [lldb] r148273 - /lldb/trunk/test/dotest.py
Johnny Chen
johnny.chen at apple.com
Mon Jan 16 17:26:06 PST 2012
Author: johnny
Date: Mon Jan 16 19:26:06 2012
New Revision: 148273
URL: http://llvm.org/viewvc/llvm-project?rev=148273&view=rev
Log:
Add usage example of specifying the full path to the compiler used while building the debuggees for running the test suite.
Modified:
lldb/trunk/test/dotest.py
Modified: lldb/trunk/test/dotest.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/dotest.py?rev=148273&r1=148272&r2=148273&view=diff
==============================================================================
--- lldb/trunk/test/dotest.py (original)
+++ lldb/trunk/test/dotest.py Mon Jan 16 19:26:06 2012
@@ -181,6 +181,7 @@
-A x86_64^i386 => launch inferior with x86_64 and i386 architectures
-C : specify the compiler(s) used to build the inferior executable
-C clang => build debuggee using clang compiler
+ -C /my/full/path/to/clang => specify a full path to the clang binary
-C clang^gcc => build debuggee using clang and gcc compilers
-D : dump the Python sys.path variable
-a : don't do lldb Python API tests
More information about the lldb-commits
mailing list