summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/interpreter
Commit message (Collapse)AuthorAgeFilesLines
* The extra burden for the Python API test case to assign its process object ↵Johnny Chen2011-06-151-6/+5
| | | | | | | | | to self.process in order to have its process cleaned up (terminated) upon tearDown is gone for good. Let's simplify a bunch of Python API test cases. llvm-svn: 133097
* Now that we have added a post-processing step for adding truth value testing toJohnny Chen2011-05-241-3/+3
| | | | | | | those lldb objects which implement the IsValid() method, let's change the rest of the test suite to use the more compact truth value testing pattern (the Python way). llvm-svn: 131970
* Add an API test script file for SBCommandInterpreter.Johnny Chen2011-05-063-0/+91
llvm-svn: 131035
OpenPOWER on IntegriCloud