summaryrefslogtreecommitdiffstats
path: root/lldb/test/class_static/TestStaticVariables.py
Commit message (Expand)AuthorAgeFilesLines
* Move some directories to now reside under lang/c or lang/cpp.Johnny Chen2011-06-251-142/+0
* The extra burden for the Python API test case to assign its process object to...Johnny Chen2011-06-151-5/+3
* Now that we have added a post-processing step for adding truth value testing toJohnny Chen2011-05-241-3/+3
* Modify the test suite and lldbutil.py to utilize the Python iteration pattern...Johnny Chen2011-04-281-2/+1
* Change the rest of lldbutil.py's function names to all lower case formats to ...Johnny Chen2011-04-271-2/+2
* Converted to use SBProcess.LaunchSimple().Johnny Chen2011-04-191-2/+1
* Centralized a lot of the status information for processes,Greg Clayton2011-04-181-1/+1
* 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-1/+2
* Modify test cases to accomodate Python API change:Johnny Chen2010-12-141-5/+5
* Add @python_api_test decorator to the remaining Test*.py files.Johnny Chen2010-12-101-0/+2
* For SBTarget.Launch()/LaunchProcess(), there's no need to pass an empty stringJohnny Chen2010-12-081-1/+1
* Add comment for a branch of test logic which applies to ['clang', 'llvm-gcc']...Johnny Chen2010-11-291-0/+1
* Fill in more test sequences for Python API SBFrame.LookupVarInScope(name, sco...Johnny Chen2010-11-191-2/+17
* Add Python API tests for file and class static variables, too.Johnny Chen2010-11-181-2/+65
* Add a test for displaying file and class static variables.Johnny Chen2010-11-181-0/+64
OpenPOWER on IntegriCloud