hanchenye-llvm-project/lldb
Johnny Chen 707b3c9c73 Added the capability for the test driver to relocate the tests and the intermediate
files to a different top level directory than those specified on the command line.

When relocated, the test clanups normally performed afterwards after each test method
and after each test class will not be exercised at all.  This allows for an easier
postmortem analysis of test failures.

Example:

./dotest.py -v -t -r /tmp/lldbtest types

will create a /tmp/lldbtest directory which houses the types directory and its supported
files.

Files modified:

o dotest.py, lldbtest.py:

  Add logic to process '-r dir' option to support relocating the tests to a different
  top level directory instead of exected in place.

o darwin.py, test/types/Makefile:

  The 'make clean' should only clean the minimum .o and .d files.

llvm-svn: 116255
2010-10-11 22:25:46 +00:00
..
docs Minor copy edits. 2010-09-11 00:37:21 +00:00
examples Minor change. 2010-10-09 00:15:46 +00:00
include Added a "--no-lldbinit" option (-n for short (which magically matches 2010-10-11 01:05:37 +00:00
lib Patch from Jay Cornwall that modifies the LLDB "Host" layer to reuse more 2010-09-07 20:11:56 +00:00
lldb.xcodeproj Bumped versions to lldb-26 and debugserver-114 for a build. 2010-10-08 00:23:57 +00:00
resources Bumped versions to lldb-26 and debugserver-114 for a build. 2010-10-08 00:23:57 +00:00
scripts More SWIG cleanup. Moved the breakpoint callback function back to the 2010-10-07 17:14:24 +00:00
source Fixed an issue where objc types weren't ever getting fully resolved (beyond 2010-10-11 02:25:34 +00:00
test Added the capability for the test driver to relocate the tests and the intermediate 2010-10-11 22:25:46 +00:00
tools Exit if the command line is started with "--help". 2010-10-11 01:13:37 +00:00
www Clarified some caveats for thread format strings. 2010-10-04 03:06:05 +00:00
INSTALL.txt
LICENSE.TXT
Makefile