hanchenye-llvm-project/lldb/test
Johnny Chen fd8967a82f Fixed a typo in the method name.
llvm-svn: 112311
2010-08-27 22:39:49 +00:00
..
array_types Trivial doc string mod. 2010-08-27 21:15:57 +00:00
bitfields Added TestHelloWorld.py which exercises the Python APIs for target, breakpoint, 2010-08-27 18:08:58 +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
hello_world Fixed a typo in the method name. 2010-08-27 22:39:49 +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 Changed from dbg.GetCurrentTarget() to dbg.GetSelectedTarget(). 2010-08-26 22:06:03 +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 Print the verbose output of runCmd()/expect() to stderr instead of stdout. 2010-08-20 21:03:09 +00:00
print-obj
set_values Makefile refactoring for the test suite. Added a make directory under test, 2010-08-23 23:56:08 +00:00
signed_types
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
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
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 TestHelloWorld.py which exercises the Python APIs for target, breakpoint, 2010-08-27 18:08:58 +00:00
tester.py Use lldb.SBDebugger.Create() factory method to create an instance first. 2010-06-25 23:22:48 +00:00