summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/symbol-context
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-283-144/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Port the python api decorator to use test categoriesPavel Labath2015-10-261-1/+1
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-4/+6
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-8/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-18/+5
* XFAIL miscellaneous tests on windows.Zachary Turner2015-09-111-0/+1
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-1/+1
* Correctly set the working directory when launching processes for both local a...Greg Clayton2013-12-131-1/+1
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* Fixed incorrect python that was trying to validate that we got a valid lldb.S...Greg Clayton2013-03-191-1/+1
* Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen2012-04-061-0/+2
* Convert all python objects in our API to use overload the __str__ methodGreg Clayton2012-02-041-1/+1
* 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-6/+6
* Convert the rest of the test suite to use the lldbutil.get_description() util...Johnny Chen2011-04-231-3/+2
* Converted to use SBProcess.LaunchSimple().Johnny Chen2011-04-191-2/+1
* Add TestTargetAPI.py:Johnny Chen2011-03-031-1/+5
* 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
* No need to pass an empty string as an arg or as an env string to the SBTarget...Johnny Chen2010-12-221-1/+1
* 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