Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move global_variables dir to lang/c and foundation dir to lang/objc. | Johnny Chen | 2011-06-25 | 1 | -82/+0 |
| | | | | llvm-svn: 133883 | ||||
* | Now that we have added a post-processing step for adding truth value testing to | Johnny Chen | 2011-05-24 | 1 | -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 | ||||
* | Modify the test suite and lldbutil.py to utilize the Python iteration ↵ | Johnny Chen | 2011-04-28 | 1 | -2/+1 |
| | | | | | | | | pattern now that the lldb iteration protocol has been added to lldb.py module. llvm-svn: 130452 | ||||
* | Converted to use SBProcess.LaunchSimple(). | Johnny Chen | 2011-04-19 | 1 | -2/+1 |
| | | | | llvm-svn: 129782 | ||||
* | Modify test scripts to accomodate SBTarget.Launch() API change. | Johnny Chen | 2011-02-03 | 1 | -1/+1 |
| | | | | llvm-svn: 124828 | ||||
* | Deprecated old forms of SBTarget::Launch. There is not just one and no | Greg Clayton | 2011-01-23 | 1 | -1/+2 |
| | | | | | | SWIG renaming done to work around deprecated APIs. llvm-svn: 124075 | ||||
* | Add @python_api_test decorator to the remaining Test*.py files. | Johnny Chen | 2010-12-10 | 1 | -0/+2 |
| | | | | llvm-svn: 121448 | ||||
* | For SBTarget.Launch()/LaunchProcess(), there's no need to pass an empty string | Johnny Chen | 2010-12-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | as the args and the envs to the launched process. o lldbtest.py: Forgot to check in some assertion messages changes for lldbtest.py. o dotest.py: Also add "api" category to the default lldb log option list. llvm-svn: 121220 | ||||
* | Add test/foundation/TestSymbolTable.py to exercise accessing the symbol table | Johnny Chen | 2010-12-07 | 1 | -0/+81 |
entries (including synthesized properties) through the lldb Python APIs. llvm-svn: 121168 |