summaryrefslogtreecommitdiffstats
path: root/lldb/test/class_types
Commit message (Expand)AuthorAgeFilesLines
* Move some directories to now reside under lang/c or lang/cpp.Johnny Chen2011-06-255-456/+0
* The extra burden for the Python API test case to assign its process object to...Johnny Chen2011-06-151-6/+6
* Removed unneeded method breakAfterLaunch() from the TestBase class to simplif...Johnny Chen2011-06-131-1/+0
* Revert previous changes.Greg Clayton2011-05-301-11/+3
* lldb-59.Greg Clayton2011-05-301-3/+11
* Now that we have added a post-processing step for adding truth value testing toJohnny Chen2011-05-242-5/+5
* Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...Jim Ingham2011-05-041-3/+3
* Modify the test suite and lldbutil.py to utilize the Python iteration pattern...Johnny Chen2011-04-281-3/+2
* Change the rest of lldbutil.py's function names to all lower case formats to ...Johnny Chen2011-04-271-3/+3
* For lldbutil.py, Change a bunch of function names to all lower case formats t...Johnny Chen2011-04-251-2/+2
* Fix a typo.Johnny Chen2011-04-221-1/+1
* Use self.TraceOn() API.Johnny Chen2011-04-211-2/+3
* Use self.TraceOn() API.Johnny Chen2011-04-201-2/+6
* Centralized a lot of the status information for processes,Greg Clayton2011-04-182-3/+3
* Change "breakpoint list" command to default to brief output rather than full ...Caroline Tice2011-02-041-2/+2
* Modify test scripts to accomodate SBTarget.Launch() API change.Johnny Chen2011-02-031-1/+1
* Deprecated old forms of SBTarget::Launch. There is not just one and noGreg Clayton2011-01-231-4/+4
* A few of the issue I have been trying to track down and fix have been due toGreg Clayton2011-01-171-2/+2
* Modify disassemble_call_stack_python() to not rely on the "disassemble -n fun...Johnny Chen2011-01-071-1/+9
* Add @python_api_test decorator to the remaining Test*.py files.Johnny Chen2010-12-102-3/+7
* For SBTarget.Launch()/LaunchProcess(), there's no need to pass an empty stringJohnny Chen2010-12-081-1/+1
* Add test sequence for 'frame variable this' and 'expression this' when stoppedJohnny Chen2010-11-151-0/+8
* Slight changes to how to phrase the assert for Python API thread.GetStopReaso...Johnny Chen2010-11-101-3/+4
* Finish adding the actual stop reason as part of the assert message when asser...Johnny Chen2010-11-101-2/+2
* Remove the @skip decorators for assertion aborts. Jim fixed them in r118255.Johnny Chen2010-11-041-2/+0
* Add two @skip decorators for assertion abort:Johnny Chen2010-11-041-0/+2
* Add an option '-s session-dir-name' to overwrite the default timestamp-namedJohnny Chen2010-10-211-1/+1
* Remove the two @expectedFailure decorators as the bug has been fixed on tot.Johnny Chen2010-10-201-2/+0
* Modify the command passed to command interpreter from 'expr' (which is an ali...Johnny Chen2010-10-191-1/+1
* The StateType representation has been changed. Modify the test cases to acco...Johnny Chen2010-10-182-4/+4
* Add two @expectedFailure decorators for:Johnny Chen2010-10-151-0/+6
* Make calling the super class's setUp() method less fragile.Johnny Chen2010-10-142-2/+4
* Apply (query-replace "frame variable" "frame variable -t") and fix a comment ...Johnny Chen2010-10-131-3/+3
* Avoid using hardcoded line number to break on. Use the line_number() utilityJohnny Chen2010-10-123-8/+22
* Move the enum to string utility functions from lldbtest.py to lldbuti.py andJohnny Chen2010-10-071-1/+1
* Clean up the StateType and StopReason enums now that they reside in the lldb ...Johnny Chen2010-10-071-4/+3
* Use the updated process launch API.Johnny Chen2010-10-071-1/+1
* o SBtarget.cpp/.h:Johnny Chen2010-10-071-5/+41
* Modification of the expected pattern for 'expr this->m_c_int' output.Johnny Chen2010-10-061-1/+1
* Modified to accomodate gcc, llvm-gcc, and clang as compilers.Johnny Chen2010-10-052-3/+7
* Add a test class to call lldb 'disassemble -n function' command on each call ...Johnny Chen2010-10-051-0/+96
* Remove the @skip() and @expectedFaiure decorators, the previously affected testsJohnny Chen2010-10-021-2/+0
* Only skip the test cases which are currently crashing, instead of the whole c...Johnny Chen2010-10-011-5/+6
* Added bug number to the @skip decorator.Johnny Chen2010-10-011-1/+1
* These currently crash (from running 'expr' command). Disable the entire clas...Johnny Chen2010-10-011-0/+1
* Added correct C++ method declarations for destructors and for conversionGreg Clayton2010-10-011-1/+20
* Removed the two @expectedFailure decorators for expression parser, they have ...Johnny Chen2010-09-291-3/+1
* Fixed typo in the doc strings.Johnny Chen2010-09-151-3/+3
* Added two test cases to exercise 'expr this->m_c_int' with @expectedFailureJohnny Chen2010-09-151-0/+49
* Updated to add a printf() stmt.Johnny Chen2010-09-141-1/+2
OpenPOWER on IntegriCloud