Modify dotest.py to be able to run without an lldb build.
authorStephane Sezer <sas@cd80.net>
Fri, 9 Jan 2015 21:54:27 +0000 (21:54 +0000)
committerStephane Sezer <sas@cd80.net>
Fri, 9 Jan 2015 21:54:27 +0000 (21:54 +0000)
commit24a14c93e61930825ffabb5d14759cf9e285a91d
tree0b50d37beeff859410b88ffa0e6c590742bb21c7
parentf16ae603e85fe4b48a09efd1c4ced1a24325aed6
Modify dotest.py to be able to run without an lldb build.

Summary: This will ease llgs development a bit by not requiring an lldb/lldb.py build to launch the tests. Also, we can now use LLDB_DEBUGSERVER_PATH to point to a debug server to use to run the tests. I used that to point to a ds2 build and run llgs tests against ds2.

Reviewers: clayborg, tfiala, vharron

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D6554

llvm-svn: 225549
lldb/test/dotest.py
lldb/test/tools/lldb-gdbserver/lldbgdbserverutils.py