hanchenye-llvm-project/lldb/test
Johnny Chen 517210b0f3 Updated to reflect the "plugins" directory.
llvm-svn: 112607
2010-08-31 17:51:08 +00:00
..
array_types Added doc strings to the array_types test cases. And terminate the current 2010-08-30 23:44:39 +00:00
bitfields Added a test case test_breakpoint_creation_by_filespec_python() which creates a 2010-08-27 23:47:36 +00:00
class_types Added a test case test_breakpoint_creation_by_filespec_python() which creates a 2010-08-27 23:47:36 +00:00
command_source Converted some more test cases to use runCmd()/expect(). 2010-08-20 17:04:20 +00:00
dead-strip Added a test case test_breakpoint_creation_by_filespec_python() which creates a 2010-08-27 23:47:36 +00:00
enum_types Added a test case test_breakpoint_creation_by_filespec_python() which creates a 2010-08-27 23:47:36 +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 Added a test case test_breakpoint_creation_by_filespec_python() which creates a 2010-08-27 23:47:36 +00:00
global_variables Added a test case test_breakpoint_creation_by_filespec_python() which creates a 2010-08-27 23:47:36 +00:00
hello_world Added buildDsym() and buildDwarf() methods to lldbtest.TestBase class, and call 2010-08-30 22:26:48 +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 Added a test case test_breakpoint_creation_by_filespec_python() which creates a 2010-08-27 23:47:36 +00:00
macosx/universal Added a test case test_breakpoint_creation_by_filespec_python() which creates a 2010-08-27 23:47:36 +00:00
make Generates the .d prerequisite file for dylib as well. 2010-08-24 16:35:00 +00:00
namespace
order Makefile refactoring for the test suite. Added a make directory under test, 2010-08-23 23:56:08 +00:00
persistent_variables Fail early, fail fast. 2010-08-27 23:53:00 +00:00
plugins Changed the buildDsym()/buildDwarf() TestBase methods to use a plugin framework 2010-08-31 17:42:54 +00:00
print-obj
set_values Added a test case test_breakpoint_creation_by_filespec_python() which creates a 2010-08-27 23:47:36 +00:00
signed_types
stl Added a test case test_breakpoint_creation_by_filespec_python() which creates a 2010-08-27 23:47:36 +00:00
struct_types Added a test case test_breakpoint_creation_by_filespec_python() which creates a 2010-08-27 23:47:36 +00:00
threads
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 Added a test case test_breakpoint_creation_by_filespec_python() which creates a 2010-08-27 23:47:36 +00:00
Makefile
README-TestSuite Updated to reflect the "plugins" directory. 2010-08-31 17:51: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 buildDsym()/buildDwarf() TestBase methods to use a plugin framework 2010-08-31 17:42:54 +00:00
lldbtest.py Changed the buildDsym()/buildDwarf() TestBase methods to use a plugin framework 2010-08-31 17:42:54 +00:00
tester.py Use lldb.SBDebugger.Create() factory method to create an instance first. 2010-06-25 23:22:48 +00:00