- 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
-
- Jul 28, 2010
-
-
Johnny Chen authored
This test case currently always fails. llvm-svn: 109674
-
Johnny Chen authored
Instead, the first executable statement is set as the breakpoint. llvm-svn: 109552
-
- Jul 27, 2010
-
-
Johnny Chen authored
llvm-svn: 109545
-
Johnny Chen authored
llvm-svn: 109540
-
Johnny Chen authored
llvm-svn: 109539
-
- Jul 08, 2010
-
-
Johnny Chen authored
variabes work. llvm-svn: 107914
-
Johnny Chen authored
llvm-svn: 107844
-
Johnny Chen authored
llvm-svn: 107829
-
- Jul 07, 2010
-
-
Johnny Chen authored
llvm-svn: 107812
-
rdar://problem/8163668Johnny Chen authored
Enable a test clause since rdar://problem/8163668 is fixed by http://llvm.org/viewvc/llvm-project?rev=107729&view=rev. llvm-svn: 107733
-
Johnny Chen authored
oops! llvm-svn: 107724
-
Johnny Chen authored
llvm-svn: 107719
-
- Jul 03, 2010
-
-
Johnny Chen authored
lldbtest.TestBase. Also removed some debug prints. llvm-svn: 107575
-
Johnny Chen authored
module lldbtest.py and refactored the existing test cases to derive from the abstract base class lldbtest.TestBase. MOdified the test driver (dotest.py and dotest.pl) to set up additional PYTHONPATH component for locating the lldbtest module, which sits in the same directory. llvm-svn: 107563
-
Johnny Chen authored
llvm-svn: 107545
-
Johnny Chen authored
llvm-svn: 107525
-
Johnny Chen authored
global scopes. llvm-svn: 107522
-
- Jul 02, 2010
-
-
Johnny Chen authored
done if the environment variable LLDB_LOG is defined. llvm-svn: 107508
-
Johnny Chen authored
Use this script to visit each python test case under the specified directory and run python unittest.main() on each test case. llvm-svn: 107447
-
Johnny Chen authored
is defined. Use ${LLDB_LOG} to specify the log file. Create a singleton SBDebugger in the lldb namespace, that gets used when running the entire test suite. llvm-svn: 107445
-
- Jul 01, 2010
-
-
Johnny Chen authored
Left some and added some print statements for debugging purpose. llvm-svn: 107386
-
Johnny Chen authored
this seems to alleviate the intermittent failure observed while running the whole test suite. llvm-svn: 107357
-
Johnny Chen authored
llvm-svn: 107333
-
Johnny Chen authored
do 'variable list this' command when stopped. Applied some cleanup on TestArrayTypes.py. In particular, specify the absolute path to the object file in order not to confuse the debugger. llvm-svn: 107330
-
- Jun 30, 2010
-
-
Johnny Chen authored
llvm-svn: 107318
-
Johnny Chen authored
llvm-svn: 107221
-