summaryrefslogtreecommitdiffstats
path: root/lldb/test/foundation/TestSymbolTable.py
Commit message (Collapse)AuthorAgeFilesLines
* Move global_variables dir to lang/c and foundation dir to lang/objc.Johnny Chen2011-06-251-82/+0
| | | | llvm-svn: 133883
* 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
* Modify the test suite and lldbutil.py to utilize the Python iteration ↵Johnny Chen2011-04-281-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 Chen2011-04-191-2/+1
| | | | llvm-svn: 129782
* Modify test scripts to accomodate SBTarget.Launch() API change.Johnny Chen2011-02-031-1/+1
| | | | llvm-svn: 124828
* Deprecated old forms of SBTarget::Launch. There is not just one and noGreg Clayton2011-01-231-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 Chen2010-12-101-0/+2
| | | | llvm-svn: 121448
* For SBTarget.Launch()/LaunchProcess(), there's no need to pass an empty stringJohnny Chen2010-12-081-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 tableJohnny Chen2010-12-071-0/+81
entries (including synthesized properties) through the lldb Python APIs. llvm-svn: 121168
OpenPOWER on IntegriCloud