- Aug 20, 2010
-
-
Johnny Chen authored
And converted the rest of the test cases to runCmd()/expect(). llvm-svn: 111677
-
Johnny Chen authored
llvm-svn: 111671
-
Johnny Chen authored
llvm-svn: 111666
-
Johnny Chen authored
llvm-svn: 111658
-
Johnny Chen authored
llvm-svn: 111652
-
Johnny Chen authored
llvm-svn: 111593
-
Johnny Chen authored
llvm-svn: 111587
-
Johnny Chen authored
its return status into lldbtest.TestBase.runCmd(); and runCmd() in combination with checking the output against matching substrings (including startswith) into lldbtest.TestBase.expect(). TestUnsignedTypes.py is refactored to use the abstracted APIs. Other test cases to be modified later. llvm-svn: 111572
-
- Aug 19, 2010
-
-
Johnny Chen authored
llvm-svn: 111536
-
- Aug 18, 2010
-
-
Johnny Chen authored
llvm-svn: 111429
-
Jim Ingham authored
Added call stacks with inlined functions higher on the stack, and non-inlined functions at the bottom. llvm-svn: 111379
-
Johnny Chen authored
run to stderr, instead of stdout. The same as what the unittest framework uses. llvm-svn: 111319
-
- Aug 17, 2010
-
-
Johnny Chen authored
additional env variables. llvm-svn: 111295
-
Johnny Chen authored
llvm-svn: 111294
-
Johnny Chen authored
GDB_REMOTE_LOG which specifies the log file pathname. llvm-svn: 111198
-
- Aug 16, 2010
-
-
Johnny Chen authored
cleanup before finish into the test fixture in lldbtest.TestBase.tearDown(). Derivatives of TestBase is responsible for setting self.runStarted to True if an inferior process has been started. llvm-svn: 111188
-
- Aug 14, 2010
-
-
Johnny Chen authored
LLDB_TESTSUITE_FORCE_FINISH and, if defined, kill the test suite. llvm-svn: 111056
-
- Aug 13, 2010
-
-
Johnny Chen authored
llvm-svn: 111035
-
- Aug 12, 2010
-
-
Jim Ingham authored
llvm-svn: 110893
-
Jim Ingham authored
llvm-svn: 110892
-
- Aug 10, 2010
-
-
Johnny Chen authored
handler similar to what's happening for the individual test case run. llvm-svn: 110719
-
Johnny Chen authored
Added a generic message generator to the lldbtest.py base module. llvm-svn: 110625
-
Johnny Chen authored
the TestBase. Modified TestArrayTypes.py to use the assert messages. Other files to follow. llvm-svn: 110611
-
- Aug 09, 2010
-
-
Johnny Chen authored
llvm-svn: 110595
-
- Aug 07, 2010
-
-
Johnny Chen authored
llvm-svn: 110497
-
Johnny Chen authored
whole test suite. llvm-svn: 110487
-
- Aug 06, 2010
-
-
Johnny Chen authored
llvm-svn: 110470
-
Johnny Chen authored
llvm-svn: 110400
-
Johnny Chen authored
backported to Python 2.3+. Some of the features desired include better verbose reporting in unittest2.TextTestRunner and decorator support for skipping tests and expected failures. http://pypi.python.org/pypi/unittest2 o Modified the existing .py tests to use unittest2 and decorated TestSTL.test_step_into_stl(), which is known to always fail currently, with @unittest2.expectedFailure. llvm-svn: 110397
-
- Aug 05, 2010
-
-
Johnny Chen authored
because unittest.main() calls sys.exit() before returning. Fixed by registering an exit handler for this situation. llvm-svn: 110379
-
- Aug 04, 2010
-
-
Johnny Chen authored
llvm-svn: 110160
-
- Aug 03, 2010
-
-
Greg Clayton authored
involved watching for the objective C built-in types in DWARF and making sure when we convert the DWARF types into clang types that we use the appropriate ASTContext types. Added a way to find and dump types in lldb (something equivalent to gdb's "ptype" command): image lookup --type <TYPENAME> This only works for looking up types by name and won't work with variables. It also currently dumps out verbose internal information. I will modify it to dump more appropriate user level info in my next submission. Hookup up the "FindTypes()" functions in the SymbolFile and SymbolVendor so we can lookup types by name in one or more images. Fixed "image lookup --address <ADDRESS>" to be able to correctly show all symbol context information, but it will only show this extra information when the new "--verbose" flag is used. Updated to latest LLVM to get a few needed fixes. llvm-svn: 110089
-
- Aug 02, 2010
-
-
Johnny Chen authored
llvm-svn: 110066
-
Johnny Chen authored
llvm-svn: 110064
-
- Jul 31, 2010
-
-
Johnny Chen authored
Change the prototype of ScriptInterpreter::ExecuteOneLine() to return bool instead of void and take one additional parameter as CommandReturnObject *. Propagate the status of one-liner execution back appropriately. llvm-svn: 109899
-
- Jul 29, 2010
-
-
Johnny Chen authored
llvm-svn: 109806
-
Johnny Chen authored
llvm-svn: 109803
-
Greg Clayton authored
llvm-svn: 109798
-
Johnny Chen authored
llvm-svn: 109712
-
Johnny Chen authored
llvm-svn: 109678
-