summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api
Commit message (Expand)AuthorAgeFilesLines
* Add some comments.Johnny Chen2011-03-021-0/+4
* Add two utility functions to lldbutil.py:Johnny Chen2011-03-021-13/+13
* Add an API SBProcess::GetByteOrder() and add test cases which utilizes GetByt...Johnny Chen2011-03-012-0/+92
* Fix wrong placement of skipUnless() decorator.Johnny Chen2011-03-011-1/+0
* Add test methods for SBProcess.WriteMemory() API to the TestProcessAPI.py file.Johnny Chen2011-03-011-41/+80
* Add TestProcessAPI.py which exercises some Python SBProcess API. In particul...Johnny Chen2011-03-013-0/+132
* Modify test scripts to accomodate SBTarget.Launch() API change.Johnny Chen2011-02-033-7/+7
* Deprecated old forms of SBTarget::Launch. There is not just one and noGreg Clayton2011-01-233-4/+8
* Fix wrong test case in main.c. Oops!Johnny Chen2011-01-102-7/+3
* Add a test case for the SBFrame APIs. In particular, it uses the frame API toJohnny Chen2010-12-233-0/+181
* No need to pass an empty string as an arg or as an env string to the SBTarget...Johnny Chen2010-12-222-3/+3
* Fix some typos in the docstrings and also update the test method names.Johnny Chen2010-12-221-13/+12
* Add test cases for registering a listener object with the broadcaster of a pr...Johnny Chen2010-12-221-16/+126
* Rename the test methods to be more meaningful.Johnny Chen2010-12-211-8/+8
* Set the debugger to asynchronous mode before using the Python API call to killJohnny Chen2010-12-211-2/+11
* Fix typo.Johnny Chen2010-12-211-1/+1
* Added python_api/event/TestEvents.py to get the listener object associated wi...Johnny Chen2010-12-213-0/+154
* Use SBModule.GetDescription(SBStream) API to get the module description to matchJohnny Chen2010-12-161-3/+4
* Add python_api/symbol-context to test getting the symbol context while stoppedJohnny Chen2010-12-163-0/+156
OpenPOWER on IntegriCloud