llvm-project/lldb/test
Johnny Chen 2771d7bf49 Added comment about target.LaunchProcess() not working.
llvm-svn: 112226
2010-08-26 21:53:26 +00:00
..
array_types Added comment about target.LaunchProcess() not working. 2010-08-26 21:53:26 +00:00
bitfields More descriptive method doc string. 2010-08-24 20:48:28 +00:00
class_types Makefile refactoring for the test suite. Added a make directory under test, 2010-08-23 23:56:08 +00:00
command_source Converted some more test cases to use runCmd()/expect(). 2010-08-20 17:04:20 +00:00
dead-strip Makefile refactoring for the test suite. Added a make directory under test, 2010-08-23 23:56:08 +00:00
enum_types Added a test case which uses "image lookup" command on an enum data type. 2010-08-24 20:44:33 +00:00
example A simple testing framework for lldb using python's unit testing framework. 2010-06-25 21:14:08 +00:00
foundation Added support for objective C built-in types: id, Class, and SEL. This 2010-08-03 00:35:52 +00:00
function_types Makefile refactoring for the test suite. Added a make directory under test, 2010-08-23 23:56:08 +00:00
global_variables Makefile refactoring for the test suite. Added a make directory under test, 2010-08-23 23:56:08 +00:00
help Changed TestBase.expect() to allow default 'msg' arg. Converted TestHelp.py. 2010-08-20 19:17:39 +00:00
inlines Converted to Makefile.rules. 2010-08-24 20:54:26 +00:00
load_unload Print the verbose output of runCmd()/expect() to stderr instead of stdout. 2010-08-20 21:03:09 +00:00
macosx/universal Added logic to TestUniversal.py to exercise the python APIs: 2010-08-25 22:52:45 +00:00
make Generates the .d prerequisite file for dylib as well. 2010-08-24 16:35:00 +00:00
namespace Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
order Makefile refactoring for the test suite. Added a make directory under test, 2010-08-23 23:56:08 +00:00
persistent_variables Print the verbose output of runCmd()/expect() to stderr instead of stdout. 2010-08-20 21:03:09 +00:00
print-obj Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
set_values Makefile refactoring for the test suite. Added a make directory under test, 2010-08-23 23:56:08 +00:00
signed_types Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
stl Makefile refactoring for the test suite. Added a make directory under test, 2010-08-23 23:56:08 +00:00
struct_types Makefile refactoring for the test suite. Added a make directory under test, 2010-08-23 23:56:08 +00:00
threads Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
unittest2 o Added unittest2 which has added the new features in unittest for Python 2.7 2010-08-05 23:42:46 +00:00
unsigned_types Makefile refactoring for the test suite. Added a make directory under test, 2010-08-23 23:56:08 +00:00
Makefile Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
README-TestSuite Makefile refactoring for the test suite. Added a make directory under test, 2010-08-23 23:56:08 +00:00
dotest.pl Abstracted the lldb-specific unittest.TestCase.setUp()/tearDown() in a separate 2010-07-03 03:41:59 +00:00
dotest.py Changed the keyword argument for runCmd()/expect() from 'verbose' to 'trace', 2010-08-23 17:10:44 +00:00
lldbtest.py Added a utility function EnvArray() to lldbtest.py. 2010-08-26 21:49:29 +00:00
tester.py Use lldb.SBDebugger.Create() factory method to create an instance first. 2010-06-25 23:22:48 +00:00